@charset "utf-8";
/* CSS Document */

.banner{
	background: url(images/template/bg_banner.jpg) repeat-x;
	height: 125px;
}

.banner_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00008B;
}
.footer2{
	background-image: url(images/template/bg_footer_row1.jpg);
	background-repeat: repeat-x;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-family: Arial;
	background-color: #02014F;
	font-size: 8pt;
	font-weight: bold;
}
.footer a{
	color: White;
}

.footer a:hover{
	color: #FFFFDB;
}

.whitespace{
	background: #CCCCCC;
}

.whitespaceleft{
	background: url(images/template/content_edge_left.jpg) repeat-y;
}
.whitespaceright{
	background: url(images/template/content_edge_right.jpg) repeat-y;
}
.menu{
	background-color: #020181;
	background-image: url(images/template/bg_menu.jpg);
	height: 28px;
	background-repeat: repeat-x;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.menu-block{
	height: 28px;
	line-height: 28px;
	display: block;
}

.menu a{
	color: White;
	text-decoration: none;
}

.menu a:hover{
	color: #FFFF9B;
	text-decoration: none;
	background-image: url(images/template/bg_menu_inset.jpg);
	background-repeat: repeat-x;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Navy;
}

.small-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Navy;
}
.right-float{
	float: right;
	width: 250px;
	border: thin dashed Blue;
	padding: 5px 5px 5px 5px;
	background-color: #F5F5F5;
}

