body {
	background-color: #2F81AF;
	margin: 0;
	padding: 0;
	text-align: center;
}
body#content {
text-align: left;
}
/*
#container {
	background-color: #fff;
	text-align: left;
	width: 740px;
	min-height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	border-width: 0 1px;
	border-color: #999;
	border-style: solid;
}

#header {
	background-image: url('/images/datAvenger.gif');
	background-repeat: no-repeat;
	background-position: 0 30px;
	height: 50px;
	padding: 30px 0 10px 0;
	border-bottom: 4px solid #ccc;
	position: relative;
}

#header span {
	color: #f60;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	top: 70px;
	left: 220px;
	position: absolute;
}

#nav {
	width: 160px;
	float: left;
	position: relative;
	z-index: 2;
}

#content {
	text-align: left;
	width: 500px;
	
	float: right;

	position: relative;
}

#footer {	
	font-size: 80%;
	padding: 10px 0;
	border-top: 4px solid #ccc;
}
*/
/* footer navigation styles ------------------------------------------------- */

/* the menu itself */
ul#footerNav {
	text-align: right;
	}

/* menu items */
ul#footerNav li {
	display: inline;
}
ul#footerNav li a {
	display: inline;
	text-decoration: none;
	color: #777;
	padding: 5px;
}

/* hover */
ul#footerNav li a:hover {
	color: #E2144A;
	background: #f9f9f9;
}

/* main navigation styles
=====================================================================*/

#nav {
	z-index: 2;
}

ul#navigation {
	z-index: 2;
	margin: 0px;
	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 0; /* set 1px less than menu width */
	top: 15px;
}

ul#navigation li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #E02E25;
	margin-left: 15px;
	/*background-color: #002E5C;*/ /* IE6 bug */
	/*padding: 5px;*/
	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigation li a:hover {
	color: #E02E25;
	text-decoration: underline;
	/*background-color: #a8c438;*/
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	background-color: #0C6292;
	color: #FFF;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	margin-left: 0px;
	
}
ul#navigation li ul li a:hover {
	background-color: #ffffff;
	color: #0C6292;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	
	text-align: center;
}

/* NAVIGATION BLUE -------------------------------------------------------- */

ul#navigationBlue {
	z-index: 2;
	margin: 0px;
	}	

/* sub menu */
ul#navigationBlue li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 0; /* set 1px less than menu width */
	top: 15px;
}

ul#navigationBlue li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigationBlue li a {
	display: block;
	text-decoration: none;
	color: #0C6292;
	margin-left: 15px;
	/*background-color: #002E5C;*/ /* IE6 bug */
	/*padding: 5px;*/
	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigationBlue li a:hover {
	color: #0C6292;
	text-decoration: underline;
	/*background-color: #a8c438;*/
}

/* with sub */
ul#navigationBlue a.parent, ul#navigationBlue a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigationBlue li ul li a {
	background-color: #0C6292;
	color: #FFF;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	margin-left: 0px;
	
}
ul#navigationBlue li ul li a:hover {
	background-color: #ffffff;
	color: #0C6292;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}

/* element styles -------------------------------------------------------- */

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }

.bordercolor_black { border-color: #000000; }
.bordercolor_dark_gray { border-color: #666666; }
.bordercolor_light_gray { border-color: #cccccc; }
.bordercolor_red { border-color: #ff0000; }
