html, body {
		 	background-color: #313567;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;	
}
 


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {
	min-height: 100%;
	width: 995px;
	margin: 0 auto;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;	
	border-left: 3px solid white;
	border-right: 3px solid white;
}

#main {overflow:auto;
	padding-bottom: 51px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -51px; /* negative value of footer height */
	height: 38px;
	clear:both;
	text-align: center;
	color: white;
	border-top: 3px solid #fff;
	padding: 5px;
	background-color: #313567;
	line-height: 2em;	
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/



#header
{
	background-color: #fff;
	padding: 20px;
}

#flash
{
		border-bottom: 3px solid #fff;	
		height: 157px;
}

/*div#wrapper 
{
	width: 995px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -41px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;

	
 }
 

div#footer_wrapper {
       width: 100%;
       height: 38px;
			 color: white;
			 font-size: 10pt;
			 text-align: center;
			 border-top: 3px solid white;
			 line-height: 3em;
			 font-weight: bold;
			 background-color: #313567; 	
 }

div#content_inner_wrapper
{

}

div#content_wrapper {
       width: 100%;
       padding: 0px 0px 41px 0px;
 }
 

div#footer_wrapper, div#content_wrapper {
       min-width: 995px;
 }
 

div#footer_inner_wrapper, div#content_inner_wrapper {
       width: 995px;
       margin: 0px auto;
			 
 }*/
 
 #content
{
	width: 761px;
	float: left;
	padding: 20px;
}

#content ul
{
	padding-left: 20px;
}

#content ul li
{
	padding-left: 5px;
}

#menu
{
	background: #2A3089; 
	width: 180px; 
	border: 14px solid #313567; 
	float: left;
	border-left: 0;
}

#menu ul
{
	
}



#navbar{
	padding:0; 
	margin: 0;
	min-height: 300px;
} 

#content
{
	background-color: #fff;
	float: left;


}

#navbar li{
	list-style-type: none; 
	border-bottom: 1px solid white;
} 

#navbar a:hover{
	background-color: white; 
	color: black; 
	text-decoration: none
} 

#navbar a{
	font-weight: bold;
	color: white; 
	size: 15px; 
	display: block; 
	padding: 10px;
} 

A { 
	color : #333333;	text-decoration : none;  
}         
	
A:Visited  {
	color : #333333;	
	text-decoration : none; 
}        

A:Active  {  	
	color : #333333;	
	text-decoration : underline;  
}      

A:Hover  {  	
	color : #333333;  	
	text-decoration : underline;  
}  

h1
{
	font-size: 14px; 
	padding-bottom: 10px; color: #2A3089; 
	font-weight: bold;
}

#content
{
	font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : normal;
  	font-style : normal;
	text-align : justify;
	line-height : 1.5em;

}


/*.text {  	
font-size : 12px;
  	font-family : verdana, arial, helvetica, geneva;
  	font-weight : normal;
  	font-style : normal;
	text-align : justify;
	line-height : 1.5em;
  	color : #000000;
}*/



#navbar li ul {
   display: none; 
   width: 250px; /* Width to help Opera out */
   background-color: #2A3089;
}

#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: -35px 0 0 180px;
   padding: 0; 
	 margin-left: 180px;
}
