body {
	margin: 0px;
	padding: 0px;
	background: url(bg_body.jpg) repeat-x top #F6F6F6;
}
body, table, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
	line-height: 17px;
}
p, h1 {
	margin:0px 0px 14px 0px;
}

h1 {
	font-size:16px;
	font-weight:normal;
	color:#69aef9;
}
#header h1 {
	display:inline;
	margin:0px;
}
h2 {
	font-size:15px;
	display:inline;
}

/* LINKS */
a 			{ color:#217fcf; text-decoration:none; }
a:hover		{ color:#080808; text-decoration:underline; }

.viewMore a 		{ color:#888888; text-decoration:none; }
.viewMore a:hover	{ color:#217fcf; text-decoration:underline; }

.subNav a, .subsubNav a 			{ color:#303030; text-decoration:none; }
.subNav a:hover, .subsubNav a:hover	{ color:#217fcf; text-decoration:underline; }

#footerNavigation a 		{ color:#6a6a6a; text-decoration:none; }
#footerNavigation a:hover	{ color:#217fcf; text-decoration:underline; }


/* NAVIGATION */
#navigation {
	width:977px;
	height:118px; 
	margin:0px auto;
	padding:0px 13px;
}
#logo {
	float:left;
	padding-right:60px;
}
.navItem {
	padding-top:40px;
	float:left;
}

#sideButtons {
	position:absolute;
	top:130px;
	left:0px;
	height:252px;
	width:36px;
}
#mainImage {
	width:977px;
	height:278px; 
	margin:0px auto;
}
#contentContainer {
	width:977px; 
	margin:0px auto;
	padding:0px 13px;
}
#contentFiller {
	float:left;
	background:url(bg_content.jpg) repeat-y;
	width:977px; 
}
#contentLeft {
	float:left;
	width:774px; 
}
#content {
	padding:18px 20px;
	background:url(bg_content_main.jpg) no-repeat;
}
#header {
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	padding:9px 0px;
}
#mainContent {
	padding-top:20px;
}
.subHeading {
	padding:3px 6px;
	background:#e8f3ff;
	margin-bottom:11px;
}


#contentRight {
	float:left;
	width:203px; 
	padding-bottom:15px;
}
.subnavOn {
	background:url(bg_subnav_on.jpg) no-repeat;
	height:26px;
}
.subnavOff {
	background:url(bg_subnav_off.jpg) no-repeat;
	height:26px;
}
.subNav {
	padding:6px 6px 0px 15px;
	color:#303030;
	font-size:13px;
}
.subsubNav {
	padding:6px 6px 0px 25px;
	color:#303030;
	font-size:13px;
}

#footerContainer {
	background:url(bg_footer_container.jpg) repeat-x;
	height:186px;
	clear:both;
}
#footer {
	background:url(bg_footer.jpg) no-repeat;
}
#footerContent {
	padding:0px 0px 2px 27px;	
}

#copyright {
	background:url(bg_copyright.jpg) no-repeat top; 
	padding:16px 18px;
}

#copyright div {
	width:524px;
	color:#FFFFFF;
}