/* CSS Document */



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#336699;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	line-height:16px;
}

a:link {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
	} 
a:visited {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
	} 
a:hover {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
	} 
a:active {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
	} 
.mainnav {
	text-align:right;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	background:url(../images/nav_bar.png);
	height:43px;
	font-variant:small-caps;
}

a.mainnav:link {
	color:#ffffff;
	font-weight:normal;
	background:none;
}
a.mainnav:visited {
	color:#ffffff;
	font-weight:normal;
	background:none;
}
a.mainnav:hover {
	color:#000000;
	font-weight:normal;
	background:none;
}
a.mainnav:active {
	color:#ffffff;
	font-weight:normal;
	background:none;
}

h2 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.footer {
	font-size:8px;
	text-align:center;
}

hr {
	color:#6699cc;
}

.dots {
	background:url(../images/dot.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.dots_divider {
	background-position:center;
	background:url(../images/dot.jpg);
	background-repeat:repeat-x;
}



.reverse_headline {
	font-size:13px;
	color:#ffffff;
	background-image:url(../images/headline_bgd.png);
	background-repeat:repeat-x;
	padding:5px;
	font-variant:small-caps;
	text-align:center;
}

.fineprint {
	font-size:9px;
	line-height:14px;
}

.padding {
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
}

a.top:link, a.top:visited, a.top:active {
	color:#000000;
	font-weight:normal;
	background:none;
}

a.top:hover {
	color:#000000;
	font-weight:normal;
	background:none;
	text-decoration:underline;
}
.headerlinks {
	text-indent:35px;
}

a.headerlinks:link, a.headerlinks:visited, a.headerlinks:active {
	color:#ffffff;
	font-weight:bold;
	background:none;
	font-size:11px;
	
}

a.headerlinks:hover {
	color:#ffffff;
	font-weight:bold;
	background:none;
	text-decoration:underline;
	font-size:11px;
	
}

.header {
	text-align:right;
	padding-right:15px;
	padding-top:30px;
	z-index:100;
}

.headline {
	font-size:14px;
	color:#336699;
	font-weight:bold;
}

.subheader {
	font-size:12px;
	color:#993333;
	font-weight:bold;
}

.button {
	background-image:url(../images/button_bgd.png);
	background-repeat:repeat-x;
	font-size:12px;
	color:#ffffff;
	padding:2px;
	font-variant:small-caps;
	text-align:center;
	border: 1px solid #ccc;
}

a.more:link, a.more:visited, a.more:active {
	text-decoration:underline;
}

a.more:hover {
	text-decoration:none;
}
.more {
	text-align:right;
	}
img {
	border:0;
}

.header_bkgd {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
