/*-- Begin: Page Layout --*/
body {
  background: #ffffff;
  color: #111111;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  font-family: Verdana, Arial, sans-serif;
}
a:link, a:active {
  color: #36415c;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #888888;
}
#pageBody {
	position:relative;
	margin:0;
	padding:0;
}
#leftContent {
	position:absolute;
	top:0; left:0;
	width:140px;
	text-align:left;
}
#leftContent li.spaced {
        margin-top: 5px;
}
#centerContent {
	margin-left:139px;
	margin-right:139px;
	margin-left:140px;
	margin-right:140px;
	text-align:left;
	padding:0 10px 10px 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#centerContent {
	margin-left:140px;
	margin-right:140px;
}
#rightContent {
	display: block;
	position: fixed;
	top: 65px; right:0;
	width: 140px;
	text-align: center;
	padding: 0px;
        margin-left: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
}
/*-- End: Page Layout --*/
/*-- Begin: Page Header --*/
#pageHeader {
        position:relative;
        margin:0 0 5px 0;
        padding-top: 4px;
        padding-left: 5px;
        padding-bottom: 0px;
        border-bottom:2px solid #333;
        background-color:#000000;
        font-style:italic;
        font-weight:bold;
        font-size:125%;
        color:#36415c;
}
#pageHeaderLogo {
        position:  right;
}
#pageHeaderText {
        position:absolute;
        left: 40px;
        top: 6px;
}
#pageHeaderText a:link {
        text-decoration: none;
        color: #ffffff;
}
#pageHeaderText a:visited {
        text-decoration: none;
        color: #ffffff;
}
#pageHeaderText a:active {
        text-decoration: none;
        color: #ffffff;
}
#pageHeaderText a:hover {
        text-decoration: none;
        color: #555555;
}

/*-- End: Page Header --*/
/*-- Begin: Left Column --*/
#leftContent h1 {
	   margin: 0 5px 0 5px;
	   padding: 0;
	   font-size: 80%;
	   font-weight: 400;
	   color: #666666;
	   font-style: italic;
	   border-bottom: 1px dotted #CCCCCC;
}
#leftContent h2 {
	   margin: 15px 5px 0px 5px;
	   padding: 0;
	   font-size: 80%;
	   font-weight: 400;
	   color: #666666;
	   font-style: italic;
	   border-bottom: 1px dotted #CCCCCC;
}
#leftContent ul {
       list-style-type: none;
	   margin: 0 5px 1px 0px;
       padding: 0px;
}
#leftContent ul li {
      text-align: right;
      font-size: 80%;
      font-style: italic;
      color: #666666;
}
/*-- End: Left Column --*/

/* -- Begin: Content body */
#contentHeader {
        position: relative;
	font-style:italic;
	font-size:80%;
	color:#666;
}
#contentHeaderCentre {
	margin:0;
	font-weight: bold;
	border-bottom:1px dotted #ccc;
	text-align: center;
}
#contentHeaderLeft {
        position: absolute;
        left: 0px;
        top: 0px;
        display: none;
}
#contentHeaderRight {
        position: absolute;
        right: 0px;
        top: 0px;
        display: none;
}
#contentBody  {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#contentBody h1 {
  font-size:150%;
  font-weight:bold;
  border-bottom:2px solid #ccc;
}
#contentBody h2 {
  font-size:125%;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  margin-bottom: 8px;
}
#contentBody h3 {
  font-size:100%;
  font-weight:bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#contentBody h3.italic {
  font-size:100%;
  font-weight:bold;
  font-style:italic;
  margin-bottom: 4px;
  margin-left: 16px;
  padding-bottom: 0px;
  margin-top: 10px;
}
#contentBody p {
	font-size:100%;
}
#contentBody p.indent1 {
	font-size:100%;
        margin-left: 16px;
        margin-top: 10px;
        margin-bottom: 4px;
}
#contentBody p.site_title {
	font-size:110%;
        margin-left: 32px;
        margin-right: 32px;
        margin-top: 10px;
        margin-bottom: 30px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	background: #eee;
	-moz-border-radius: 12px 12px 12px 12px;
        border-radius: 12px 12px 12px 12px;
}
#contentBody p.indent {
	font-size:100%;
        margin-left: 32px;
        margin-top: 6px;
        margin-bottom: 8px;
}

#contentBody div.indent {
        margin-left: 32px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 32px;
}

#contentBody div.spacer {
        margin-left: 0px;
        margin-top: 8px;
        margin-bottom: 0px;
        margin-right: 0px;
	height: 1px;
	padding: 0px;
}
.title_container {
  border-style: none none solid none;
  border-color: #ccc;
  border-width: 2px;
  padding-top: 16px;
  position: relative;
  width: 100%;
}
.page_title {
  font-size: 150%;
  font-weight: bold;
}
/*-- End: Content Body --*/
/*-- Begin: Content Footer --*/
#contentFooter {
      margin-top: 10px;
      padding-top: 10px;
      font-style: italic;
      font-size: 80%;
      color: #666666;
      font-weight: 600;
      border-top-width: 1px;
      border-top-style: dotted;
      border-top-color: #cccccc;
      text-align: center;
}
#contentFooter h3 {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#contentFooter p.indent {
      font-size: 80%;
      margin-left: 32px;
      margin-top: 6px;
      margin-bottom: 8px;
}
/*-- End: Content Footer --*/
