body
{
	background: #0c2b85;
	margin: 0;
}


A:link { color: #0000FF; text-decoration: none; }
A:visited { color: #800080; text-decoration: none; }
A:active { color: #FF0000; text-decoration: none; }
A:hover { color: #FF0000; text-decoration: none; }


#wrapper
{
	width: 99%;
}

#wrapper .header
{
	height: 150px;
	margin-bottom:15px;
}


.small { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; }

.navigation { left: 0; position: absolute; width: 150px; }
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;	
	font-weight: bold;
	}
.navigation ul a {font-family: Arial, Helvetica, verdana, sans-serif; font-size: 11px; line-height: 16px; color: #ec7c17}
.navigation ul a:visited {color: #ec7c17;}
.navigation ul a:hover {color: #FFFFFF;}
.navigation ul a:active {color: #ec7c17;}

.navigation ul li {
	position: relative;
	}
	
.navigation li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.navigation ul li a {
	display: block;
	text-decoration: none;
	 /* background: .0C2B85;IE6 Bug */
	padding: 6px;
	/*width: 250px;  Width of Menu Items */	
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

.navigation ul li a:hover { background: #0C2B85; } /* Hover Styles */
.navigation li ul li a { padding: 2px 5px; } /* Sub Menu Styles */	
.navigation li:hover ul, li.over ul { display: block; width: 210px; background: #0B2570; padding: 6px; border: 1px solid #4C6AC2;} /* The magic */

#wrapper #c_contain
{
	border:1px solid #ec7c17;
	padding: 1px;
	width: 787px;
	background: #fff;
	margin: 0 0 0 150px;
}

#wrapper .content
{
	font: 16px Tw Cen MT;
	color: #111;
	padding: 20px;
	border:1px solid #ec7c17;
	width: 787px;
	background: #fff;
}



