
h3
{
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: normal;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	color: #931941;
	margin-bottom: 8px;
	padding: 4px;
	text-transform: uppercase;
}

a
{
	color: #000000;
	text-decoration: underline;
	border: 0;
}

a:hover
{
	text-decoration: none;
}

ul 
{
	list-style-type: square;
}

li
{
	margin-bottom: 5px;
}

body
{
	border: 0;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	background-image: url("../img/backgrounds/bg5.gif");
}

#page
{
	width: 740px;
	background-color: #ffffff;
	text-align: left;
	margin: auto;
	margin-top: 60px;
}

#header
{
	height: 19px;
	background-color: #003a77;
	text-align: right;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	color: #a8a8cc;
	font-size: 7pt;
}

.header_link
{
	color: #a8a8cc;
	text-decoration: none;
}

.header_link:hover
{
	text-decoration: underline;
}

#header_left
{
	text-align: left;
	float: left;
}

#header_right
{
	text-align: right;
	float: right;
}

#left
{
	width: 240px;
	float: left;
}

#right
{
	width: 500px;
	float: left;
}

#logo
{
	height: 65px;
	margin-top: 15px;
	margin-left: 10px;
	clear: both;
}

#subnav
{
	height: 100px;
	background-color: #ffffff;
}

#nav
{
	width: 100%;
	height: 25px;
	background-color: #d3e4f6;
}

#nav_img
{
	width: 100%;
	height: 155px;
	background-color: #d3e4f6;
}	
	
#content
{
	padding: 25px;
	padding-top: 0px;
	clear: both;
}

#footer
{
	padding-top: 5px;
	text-align: center;
	font-size: 7pt;
	color: #a8a8cc;
	background-color: #003a77;
	height: 20px;

}

.nav_item
{
	color: #003a77;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	width: 123px;
	height: 18px;
	background-image: url("../img/nav_bg.gif");
	float: left;
}

.nav_item_act
{
	background-image: url("../img/nav_bg_act.gif");
}

.nav_item_inact
{
	background-image: url("../img/nav_bg.gif");
}

.nav_img_item
{
	width: 123px;
	height: 100%;
	float: left;
}

.nav_item_right
{
	width: 125px;
}

.borderbottom
{
	border-bottom: 2px white solid;
}

.borderright
{
	border-right: 2px white solid;
}

.subnav_item
{
	color: #666666;
	font-size: 7pt;
	width: 220px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 5px;
	height: 15px;
}

.borderbottomgrey
{
	border-bottom: 1px solid #cccccc;
}

.clear
{
	clear: both;
}

.nav_link
{
	text-decoration: none;
	color: #003a77;
}

.subnav_link
{
	text-decoration: none;
	color: #666666;
}

.col
{
	vertical-align: 0px;
	width: 50%;
	border-right: 1px #999999 solid;
	float: left;
}

.col_right
{
	padding-left: 15px;
	float: left;
}

.par
{
	padding-right: 15px;
	vertical-align: 0px;
	float: left;
}

.no_underline
{
	text-decoration: none;
}

.more
{
	color: #931941;
	font-weight: bold;
	font-size: 7pt;
	text-decoration: none;
}

input, textarea
{
	background-color: #dddddd;
	float: left;
	border: 1px black solid;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	vertical-align: -2px;
}

.input_label
{
	float: left;
	margin-right: 8px;
	width: 70px;
}

.label
{
	width: 45px;
	float: left;
}
