body {
	background:#709beb url(../layout/bg.jpg) repeat-x;
	margin:0px;
	font-family:Lucida Grande, Arial, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:.75em;
	color:#fff;
}
a, a:visited {
	outline:none;
	color: #3381b8;
}
a:hover, a:active {
	outline:none;
	color: #64a6d4;
}
/********************************************************************************* CONTAINER */
#container {
	text-align: left;
	left:0px;
	display:block;
	margin:0 auto;
	width:100%;
	height:537px;
	top:5px;
	z-index:1;
	position:relative;
}
/********************************************************************************* TOP */
#top {
	position:absolute;
	width:840px;
	height:127px;
	top:0px;
	left:0px;
	z-index:999;
}
/********************************************************************************* TOP NAV */
#topNav {
	position:absolute;
	width:840px;
	height:33px;
	top:127px;
	left:0px;
	z-index:999;
	background: url(../layout/nav_bg.jpg) repeat-x;
}
ul.topNavLinks {
	margin:0px;
	padding-right: 250px;
	list-style: none;
}
ul.topNavLinks li {
	width:80px;
	list-style: none;
	padding-right: 35px;
	text-align: left;
	background: url(../layout/nav_top_bullet_off.gif) no-repeat 0px 10px;
	margin:0px;
	float:right;
}
ul.topNavLinks a, ul.topNavLinks a:link, ul.topNavLinks a:visited {
	display:block;
	color:#000;
	width:100%;
	height:100%;
	text-decoration:none;
	line-height:30px;
	font-weight:normal;
	font-size:1em;
	padding-left: 15px;
}
ul.topNavLinks a:hover, ul.topNavLinks a:active, ul.topNavLinks li:hover {
	color:#FFF;
	background: url(../layout/nav_top_bullet_on.gif) no-repeat 0px 10px;
}
/********************************************************************************* NEWSLETTER BTN */
#newsletterBtn {
	position:absolute;
	width:177px;
	height:56px;
	top:127px;
	left:654px;
	z-index:999;
	background: url(../layout/nav_bg.jpg) repeat-x;
}
/********************************************************************************* LEFT NAV */
#leftNav {
	position:absolute;
	text-align: left;
	padding-left: -20px;
	margin-left: 0px;
	width:207px;
	height:393px;
	top:160px;
	left:0px;
	z-index:999;
	text-indent: 0;
	background: url(../layout/nav_left_bg.jpg);
}
#leftLinks {
	padding: 10px 0 0 0;
}
#leftLinks ul {
	margin: 0;
	padding-left: 0;
	text-indent: 0em;
	list-style: none;
	
}
#leftLinks ul li {
	margin: 0;
	list-style: none;
	padding-left: 10px;
	margin-bottom:0px;
	background: url(../layout/nav_left_bullet_off.gif) no-repeat 10px 5px;
}
#leftLinks ul li a, #leftLinks ul li a:link, #leftLinks ul li a:visited {
	margin: 0;
	padding: 3px 10px 3px 20px;
	display: block;
	width: auto;
	height: auto;
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

#leftLinks ul li a:hover, #leftLinks ul li a:active {
	background: url(../layout/nav_left_bullet_on.gif) no-repeat 0px 5px;
	color: #cfecff;
}

a.leftLinksOn {
	color:#ffffff;
}
/********************************************************************************* BODY CONTENT */
#body {
	position:absolute;
	width:634px;
	height:361px;
	top:160px;
	left:206px;
	z-index:888;
	background: url(../layout/body_bg.jpg);
}
/********************************************************************************* SUB BODY CONTENT + NAV */
#subBody {
	position:absolute;
	width:840px;
	top:160px;
	left:0px;
	z-index:888;
}
.subBodyContent {
	padding-left: 33px;
	padding-right: 20px;
	color: #333333;
}
#subHeader {
	position:absolute;
	width:586px;
	top:179px;
	left:236px;
	z-index:999;
	font-size: 21px;
	color: #666666;
	border-bottom: 1px solid #999;
}
ul.subList li {
	text-align: left;
	color: black;
	margin:0px;
	list-style-image: url(../layout/subBullet.gif);
}
/********************************************************************************* BOTTOM */
#bottom {
	position:absolute;
	width:634px;
	height:32px;
	top:521px;
	font-size: 1em;
	line-height: 32px;
	left:206px;
	z-index:999;
	background: url(../layout/bottom_bg.png);
}
.copyright {
	font-size: .9em;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
	border-bottom: thin #c8d2e7 solid;
}
.copyright a:hover {
	border-bottom: thin white solid;
}
