@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, li p{
	margin: 0;
	padding: 0;
}

h1 img {display: block;}
img {border: 0;}
.more {text-align: right;}
.clear {clear: both;}

.left {
	text-align: left;
	padding: 20px;
	padding-bottom:0px;
}

.mainLeft {
	text-align: left;
	padding-left: 1px;
	padding-right: 1px;
	padding-top:2px;
	padding-bottom:2px;
	width:400px;
	margin: 0 auto;
}

.right {
	float: right;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight:bold;
}

a {
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #036;
	text-decoration:underline;
}



body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #97C0CC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 880px;
  	position: relative;
}

#header {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 869px;
	height: 235px;
	background: url(images/header.jpg) no-repeat;
}

/** PAGE LENGTHS **/

#mainContent { position: absolute; top: 264px; margin: 0 auto; width: 580px; height: 1158px; background-image:url(images/main_content.jpg); left: 0px; 
}

#sidebar_1 { position: absolute; top: 264px; margin: 0 auto; width: 283px; height: 1156px; background-image:url(images/column_1.jpg); left: 581px; 
}

#footer { position: absolute; top: 1420px; margin: 0 auto; width: 868px; height: 95px; background-image:url(images/footer.jpg); background-repeat:no-repeat; left: 0px; 
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003;
	text-align:center;
	margin: 0 auto;
	padding-bottom:3px;
}

#mainContentReg {
	position: absolute;
	top: 264px;
	margin: 0 auto;
	width: 580px;
	height: 850px;
	background-image:url(images/main_content.jpg);
	left: 0px;
}

#sidebar_1Reg {
	position: absolute;
	top: 264px;
	margin: 0 auto;
	width: 283px;
	height: 850px;
	background-image:url(images/column_1.jpg);
	left: 581px;
}

#footerReg {
	position: absolute;
	top: 1081px;
	margin: 0 auto;
	width: 868px;
	height: 95px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	left: 0px;
}

#footerReg p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003;
	text-align:center;
	margin: 0 auto;
	padding-bottom:3px;
}

#mainContentLinks {
	position: absolute;
	top: 264px;
	margin: 0 auto;
	width: 580px;
	height: 950px;
	background-image:url(images/main_content.jpg);
	left: 0px;
}

#sidebar_1Links {
	position: absolute;
	top: 264px;
	margin: 0 auto;
	width: 283px;
	height: 950px;
	background-image:url(images/column_1.jpg);
	left: 581px;
}

#footerLinks {
	position: absolute;
	top: 1181px;
	margin: 0 auto;
	width: 868px;
	height: 95px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	left: 0px;
}

#footerLinks p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003;
	text-align:center;
	margin: 0 auto;
	padding-bottom:3px;
}

/** END PAGE LENGTHS **/


/** NAVIGATION **/
#nav {
  background: url(images/nav_menu.jpg);
}

#nav ul {
	position: absolute;
	margin-left: 9px;
	padding-top:10px;
	padding-left: 1px;
	background-image:url(images/nav_menu.jpg);
	left: -9px;
	top: 234px;
	width: 861px;
	height: 20px;
}

#nav li {
  list-style: none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:13px;
  float: left;
  display: inline;
}

#nav a {
	color: #CF0;
	text-decoration: none;
    padding-left: 10px;
	padding-right: 10px;
	width: 90%;
}
#nav a:hover {
  text-decoration: underline;
}

#nav .current a {
	color: #090;
}

#nav .break {
	color:#666;
}
/** END NAVIGATION **/

/** end layout **/

/* begin PostBullets */
/* Start Content list */
ol, ul {
	color: #003;
	padding-left:75px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:left;
}

li {
	padding-bottom: 10px;
}

ul {
	list-style-type: none;
}

ol {
	list-style-position:inside;	
}

.Post li {
	line-height:1.2em;
	padding-left:50px;
}

.Post ol li, .Post ul ol li {
	background: none;
}

.Post ul li, .Post ol ul li {
	background-image: url(images/dot.gif);
	background-repeat:no-repeat;
	padding-left:16px;
}

/* Finish Content list */
/* end PostBullets */

