/* Layout Formatting By Brad Hook 2005 */
body {
	margin: 0px;
	padding: 0px;
}
#Header {
	width: 800px;
	background-color: #FAFAFA;
}
#Logo {
	float: left;
	width: 300px;
}
#TopLinksWrap {
	float: left;
	width: 300px;
	padding-left: 90px;
	height: 37px;
	background-color:  #FAFAFA;
}
#TopLinks {
	float: left;
	width: 410px;
	height: 37px;
	background-image:url(images_v2/Layout_06.gif);
}
#TopNavigationTabs {
	float: left;
	width: 500px;
	padding-top: 15px;
	background-color:  #FAFAFA;
}
#Content {
	width: 800px;
	background-color: #FFFFFF;
	float:none;
}
#ContentLeft {
	width: 288px;
	float:left;
	padding-left: 44px;
}
#ContentRight {
	width: 424px;
	float:left;
	padding-left: 44px;
}
#Footer {
	width: 800px;
	float:none;
	height: 107px;
}
#FooterLeft {
	width: 300px;
	float:left;
	padding-top: 37px;
}
#FooterRight {
	width: 500px;
	float:left;
}
#Slogan {
	float:left;
}
#BottomNavigationTabs {
	float:left;
}

/* Text formatting */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
a:visited, a:link, a:active {
	color: #19519D;
	text-decoration:underline;
	}
a:hover {
	color: #61BCD2;
	text-decoration:none;
	background-color: #EFEFEF;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	}


#wrapper {
width:802px;
text-align:center;
margin:0 auto;
}

.hidden {
color:#fff;
}
.hidden a, .hidden a:visited, .hidden a:hover {
color:#fff;
}