body {
	margin: 2px 0px;
	background-color: #041C47;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

a {
	color: #B5C2DF;
}

a:hover {
	color: #ffffff;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: bold;
	color: #D0E0EF;
}

h1, .h1 { font-size: 19px; }
h2, .h2 { font-size: 16px; }
h3, .h3 { font-size: 14px; }
h4, .h4 { font-size: 12px; }
h5, .h5 { font-size: 11px; }


form { margin: 0px; padding: 0px; display: inline; }

input.text, textarea.text, select {
	border: solid #000000 1px;
	color: #041C47;
	background: #D0E0EF;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid black 1px;
	background-color: #D0E0EF;
	font-weight: bold;
	color: #041C47;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}

hr {
	height: 1px;
	color: #50617F;
	background: #50617F;
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
}



/* ************************** */

div#BREADCRUMBS {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}



.content {
	padding: 30px;

}



table#footermenu td {
	height: 20px;
	color: white;
}

table#footermenu td a {
	font-size: 11px;
	color: #0B298A;
	text-decoration: none;
}
table#footermenu td a:hover {
	color: white;
}



/******** mainmenu styles ***********/
/***************** mainmenu styles *********************/

#mainmenu {

}

#mainmenu td {
	white-space: nowrap;


	font-size: 11px;
	font-weight: bold;
	padding: 0px 15px;
	text-transform: lowercase;
	border-right: solid #8FC1DA 1px;
}

#mainmenu a {
	text-decoration: none;
	color: #041C47;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #ffffff;
}

div.submenu {
	width:170px;
	padding: 0px;
	position: absolute;
	display: none;

	background: #11A4D4;

	border: solid #192E77 1px;


	opacity: 0.80;
	filter: alpha(opacity = 80);

}
div.submenu table {
	border-collapse: collapse;
	width: 100%;
}

div.submenu td {
	padding: 3px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;

	border: solid #041C47 1px;


}

div.submenu td a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #ffffff;
	color: #041C47;
}

div.submenu td.hover a {

	color: #041C47;
	text-decoration: none;
}


/**********************/

td#leftcol {
	width: 125px;
	background: url('/assets/images/left-bg.jpg');
	border-right: solid #37455E 1px;
}

h1.pagetitle {
	display: inline;
	text-transform: uppercase;
	color: white;
}



.white { color: white; }
.navy { color: #041C47; }








/****************************************/

/******** nav links ********/

div.navlinkbox, div.navlinkboxhover {
	font-size: 11px;
	display: inline;
	border: solid #475776 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
	line-height: 24px;
}
div.navlinkboxhover {
	color: #ffffff;
	background: #475776;
}

div.navlinkbox a {
	text-decoration: none;
}

div.navlinkboxhover a, div.navlinkboxhover a:hover {
	color: #ffffff;
	text-decoration: none;
}










