/*--  Site Colors --*/
/* -- Gold = #FDD22F , Light blue = #9DBEE6  , dark blue = #000033 ,  -- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9DBEE6;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-indent: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	list-style-type:circle;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	list-style-type: circle;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#contentWrapper {
	width: 975px;
	top: 4px;
	height: 1600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	position: absolute;
	visibility: visible;
	left: 0px;
	z-index: 3;
	width: 226px;
	top: 0px;
}


#header {
	background-image: url(/images/bkgnd-top.jpg);
	width: 975px;
	top: 0px;
	height: 100px;
	position: absolute;
	z-index: 2:
}
#pageTitle {
	width: 970px;
	bottom: 10px;
	top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	position: absolute;	
	z-index: 5;
}
#centerSection {
	position: absolute;
	top: 90px;
	left: 255px;
	height: 1400px;
	width: 515px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
	z-index: 2;
}

#rightSidebar {
	right: 0px;
	top: 90px;
	width: 170px;
	height: 1400px;
	position: absolute;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	overflow: auto;	
	z-index: 2;
}

#leftSidebar {
	left: 0px;
	top: 90px;
	width: 230px;
	height: 1400px;
	position: absolute;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
	z-index: 2;
}

#footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	position: absolute;
	width: 965px;
	bottom: 0px;
	z-index: 1;
}
#footerBkgrnd {
	width: 975px;
	height: 120px;
	bottom: 0px;
	position: absolute;
	background-image: url(/images/bkgnd-bottom.jpg);
	z-index: 0;
}

/* Remove the blue link box from around the images. */
img a:link {
	color: #FAF6EB;
	text-decoration: none;
	}
	
#newsletters {
	top: 10px;
	position: absolute;
	margin-bottom: 20px;
}