@charset "UTF-8";
.body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	margin: 0px;
	padding: 0px;
	background-color: #165372;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
}
.main_c {
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 620px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 836px;
}
.footer_cap {
	color: #FFFFFF;
	background-image: url(images/shadow_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 836px;
}
.content {
	background-color: #FFFFFF;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 490px;
	width: 800px;
}
.logo {
	padding: 0px;
	clear: left;
	float: left;
}
.tagline {
	color: #FFFFFF;
	margin: 0px;
	clear: right;
	float: right;
	text-align: right;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
.rail {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 240px;
	display: block;
}
.main {
	clear: right;
	float: right;
	width: 535px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.b_nav {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #257DAB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #257DAB;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#main p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: justify;
}
#main ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	list-style-type: ;
	list-style-type: square;
}
#main li {
	padding-bottom: 3px;
}
.footer_nav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
}
/*-- Link Styles --*/

a:link {
	color: #257DAB;
	text-decoration: none;	
}
a:visited {
	color: #257DAB;
	text-decoration: none;	
}
a:hover {
	color: #999999;
	text-decoration: underline;	
}
a:active {
	color: #257DAB;
	text-decoration: none;	
}
#tagline a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#tagline a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#tagline a:hover {
	color: #5AADEF;
	text-decoration: underline;
}
#tagline a:active {
	color: #FFFFFF;
	text-decoration: none;
}  
#footer_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #5AADEF;
	text-decoration: underline;
}
#footer_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}  
/*-- PNG Hack --*/
img, div, tr, td { behavior: url(iepngfix.htc) }
