@charset "UTF-8";
/* CSS Document #f8f8f9*/
/*- Menu 4--------------------------- */
.sidebar ul {
 list-style: square;
 margin: 5;
	padding: 5;
 }
 
 .sidebar li {
   list-style: square;
}


body {
	font-family:  Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 200px;
	font-size: 80%;
	background: #003062;
	
		}
		
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

.headlines {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	

img {
    border: none;
} 

.footer {
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}	

	

/*links*/

a, a:visited
{
    color: #327396;
    text-decoration: underline;
}
a:hover { color: #333; }
a:focus { color: #333; }
a:active { color: #c0bfbf; }

/* end links*/


.menu {
height:150px;
font-size:13px;
margin:0px 0 50px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* style the list items */
.menu li {
background:#1e1a1c;
height:30px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#1e1a1c ;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:210px;
color:#FFFFFF;
text-indent:5px;
border:1px solid #fff;
border-width:0 0px 1px 0px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:210px; w\idth:210px;}
/* style the link hover */
* html .menu a:hover {color:#FFFFFF; background:#eeeff2; position:relative;}

.menu li:hover {
	position:relative;
	color: #FFFFFF;
}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#FFFFFF; background:#1e1a1c;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#FFFFFF; background:#680303;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:125px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
