/* CSS Document */

body, html {

min-width:800px;

font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
line-height:20px;
font-size:12px;
color:#000000;

}
  
#wrap {
background:#fff;
top:0px;
left:0px;
right:0px;
margin-left:auto;
margin-right:auto;
width:800px; 
border-bottom:1px #C4C9EF solid;
border-left: 1px #C4C9EF solid;
border-right: 1px #C4C9EF solid;
position:absolute;	
left:50%;
margin-left:-400px;	
}  

#header {
height:100px;
border-top:1px #C4C9EF solid;
}

#headertext	{
float:right;
padding:50px 25px 0px 0px;
width:200px;
text-align:right;
font-weight:bold;
color:#020262;

	
	}
	
#headerlogo	{
float:left;
	}
	
#content	{
width:800px;
float: left;
}

#leftcolumnfront	{
width:300px;
float:left;

}	

#rightcolumnfront	{
width:480px;
float:right;
padding:10px;

}	

#leftcolumn	{
width:450px;
float:left;
padding:10px;
}	

#rightcolumn	{
width:300px;
float:right;
margin-top:8px;
border:1px solid #C4C9EF;
margin-right:10px;

padding-left:10px;


}	

#leftcolumnfamilies	{
width:350px;
float:left;
padding:10px;
border:1px solid #C4C9EF;
margin-left:10px;
}	

#rightcolumnfamilies	{
width:350px;
float:right;
border:1px solid #C4C9EF;
margin-right:10px;
padding-right:10px;
padding-left:10px;
margin-bottom:15px;


}	

/* width of all menu boxes */
#menuh-container
	{
 		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	background:#C4C9EF;
	 
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	
	white-space:nowrap;
	margin-left:20px;
	padding: 0.5em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #040360;
	background-color: #C4C9EF;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #040360;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:13em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
	


	


h1	{ color: #FFFFFF;
	  font-size: 12pt;
	  font-family: Arial, Helvetica, sans-serif;
	  }	
	  
h2	{ color: #392816;
	  font-size: 10pt;
	  font-family: Arial, Helvetica, sans-serif;
	  }		  
	  

	  
p	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  10pt;
}

a { color: #040360; text-decoration: none; } 
   a:hover { color: #330000; text-decoration: underline;} 
.justify {  text-align: justify;}


	
h1	{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#330000;} 
	

	
	
	
#footer {
background: no-repeat;
clear:both;
text-align:center;
padding:5px;
font-size:10px;
background:#C4C9EF;
color:#020262;
}