html,body{margin:0;padding:0; background-color:#fff}
body{font: 76% arial,sans-serif; background-color:#fff}
p{
	margin:10px 5px 10px 10px;
	padding: 5px 0px 0px 10px;
}

* { 
	margin:0; 
	padding:0; 
}
	


a { 
	color:#475acb;
	text-decoration:none; 
}


a:hover { 
	text-decoration:underline; 
}

.v:link { 
	text-decoration:none;
	color:#ffffff; 
}

#wrapper {
	overflow:hidden;
	
}

#header { 
	background-color:#fff;
	padding:0px; 
	margin:0px;
	border-bottom: solid 3px #a1b3ec;
}


#goo{
	margin-left:102px;
	padding:10px 0px 0px 0px;
	
	
}


#left { 
	float:left;
	width:204px;
	padding:8px;
}


#right { 
	float:right;
	width:300px;
	padding:8px;

	 
}


#center { 
	margin-right:315px;
	margin-left:219px;
	padding:8px;
	overflow:hidden;
	
}


#footer { 
	clear:both;
	background-color:#a1b3ec; 
}


/*headings*/

h1 {
	font-size: 110%;
	color: /*#475acb*/#00007a;
	padding: 7px 3px 7px 20px;
	margin: 0px 0px 10px 0px;
	background-color:#a1b3ec;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	text-decoration:none;
	color: /*#475acb*/#00007a;
	padding: 10px 3px 10px 10px;
	margin: 0px 0 1px 0;
	background-color:#F2F5FD;
}

h3 {
	font-size: 90%;
	text-align:center;
	font-weight: bold;
	color: #fff;
	padding: 10px 0px 10px 0px;
	margin: 0px 0 10px 0;
}

img {
		width:95%;
		max-width:800px;
		}
		

/* vert nav*/

/*#vertmenu {
	width: 200px;
	margin: 0px;
	}

/* popout menu */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                               
	{	
	position:inherit;
	width: 182px;						       
	text-align: left;
	font-size: 100%;
	font-weight:bold;
	font-family:  arial, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.6em;						
	padding-bottom: 0.6em;
	border-top: 3px solid #fff/*cc66*/;	
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				
	{
	color: #475acb;
	background-color:#a1b3ec;
	text-decoration:none;
	border-top: 3px solid #fff/*cc66*/;				       
	}

#menuv a.parent, #menuv a.parent:hover 	
	{
	background-image:url(imgs/nav_white.png);
	background-position: right center;
	background-repeat: no-repeat;
	border-top: 3px solid #fff/*cc66*/;
	}

#menuv a:hover				             
	{
	color: #475acb;
	background-color: #DFE6F9;
	border-top:3px solid #fff/*cc66*/;
	}
	
#menuv li
	{
	list-style-type:none;		            
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 182px;				                
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				              
	padding:0;
	width: 182px;			              
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}

/* rounded corners */

.bl {background: url(imgs/bl.png) 0 100% no-repeat #DFE6F9;}
.br {background: url(imgs/br.png) 100% 100% no-repeat}
.tl {background: url(imgs/tl.png) 0 0 no-repeat}
.tr {background: url(imgs/tr.png) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px; margin:0px 0px 5px 0px;}
