@charset "utf-8";
/* CSS Document */
body
{
	margin:3px 0px 3px 0px;
	padding:0px;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}
.nav-bg
{
	background:url(../images/nav-bg.png);
	background-repeat:no-repeat;
	width:555px;
	height:36px;
}
.main-content
{
	padding:10px;
	color:#000000;	
	line-height:18px;
}
.inner-header, h1
{
	text-transform:uppercase;
	color:#19344c;
	font-weight:bold;
	font-size:16px;
	padding:3px;
}
h1
{
	text-transform:uppercase;
	color:#19344c;
	font-weight:bold;
	font-size:16px;
	padding:3px;
}
.top_links_text
{
 color:#ffffff;
 text-decoration:none;
 text-transform:uppercase;
 font-size:13px;
 font-weight:bold;
}
.top_links
{
 color:#ffffff;
 text-decoration:none;
 text-transform:uppercase;
 font-size:13px;
 font-weight:bold;
}
.top_links:links
{
 color:#ffffff;
 text-decoration:none;
 text-transform:uppercase;
 font-size:13px;
 font-weight:bold;
}
.top_links:active
{
 color:#ffffff;
 text-decoration:none;
 text-transform:uppercase;
 font-size:13px;
 font-weight:bold;
}
.top_links:visited
{
 color:#ffffff;
 text-decoration:none;
 text-transform:uppercase;
 font-size:13px;
 font-weight:bold;
}
.top_links:hover
{
 color:#ffffff;
 text-decoration:underline;
 text-transform:uppercase;
 font-size:13px;
 font-weight:bold;
}
.footer
{
	background-color:#19344c;	
	color:#ffffff;
	text-transform:normal;
	padding:5px;
}
.footer-link
{
	text-decoration:none;
	color:#ffffff;
}
.footer-link:link
{
	text-decoration:none;
	color:#ffffff;
}
.footer-link:active
{
	text-decoration:none;
	color:#ffffff;
}
.footer-link:visited
{
	text-decoration:none;
	color:#ffffff;
}
.footer-link:hover
{
	text-decoration:underline;
	color:#ffffff;
}
.main-link
{
	text-decoration:underline;
	color:#19344c;
}
.main-link:link
{
	text-decoration:underline;
	color:#19344c;
}
.main-link:active
{
	text-decoration:underline;
	color:#19344c;
}
.main-link:visited
{
	text-decoration:underline;
	color:#19344c;
}
.main-link:hover
{
	text-decoration:none;
	color:#19344c;
}
