/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	behavior:url("csshover.htc")
	color: #0F1D4B;
	text-align: center;
	font: small Arial, Helvetica, sans-serif;
	background: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: auto;
}

#extWrapper {
	width:100%;
	margin:auto;
	background: url(images/bodyBckgrd2.gif) repeat-y left top;
	}

#wrapper {
	width: 770px;
	margin:auto;
	text-align:left;
	background: url(images/intro5dark.gif);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#banner {
	height: 125px;
	background: url(images/banner.gif) no-repeat;
}
/* Begin CSS Popout Menu */


#menuh-container
	{
	
	}

#menuh
	{
	font-size: 85%;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #FFFFFF;
	white-space:nowrap;
	margin:0;
	padding: 0px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #0F1D4B;
	text-decoration:none;
	background: #CCCCCC;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #333333;
	background: #FFFFFF;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	}	
			
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{
	color: #0F1D4B;
	background: #cccccc url(navdown_white.gif) no-repeat right center;
	}
			
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	color: #333333;
	background: #ffffff url(navdown_white.gif) no-repeat right center;
	}
						
#menuh a.top_parent2, #menuh a.top_parent2:hover  /* attaches down-arrow to all top-parents */
	{
	color: #0F1D4B;
	background: #cccccc url(navdown_white.gif) no-repeat right center;
	border-right: thin solid #fff;
	border-bottom: thin solid #fff;
	}

#menuh a.top_parent3, #menuh a.top_parent3:hover  /* attaches down-arrow to all top-parents */
	{
	color: #660000;
	background: #cccccc url(navdown_white.gif) no-repeat right center;
	border-right: thin solid #fff;
	border-bottom: thin solid #fff;
	}
									
#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:8.5em;	/* width of all menu boxes */
	}

#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 Popout Menu */

/*
#nav {
	border-bottom: 1px none #000000;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
	font-size: 90%;
	color:#FFFFFF;
	background-color:#CCCCCC;
	text-decoration: none;
	padding: 0px 25px;
	text-align: center;
	width: 9em;
	border-right: 1px solid #FFFFFF;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #101E4C;
	background: #CCCCCC;
}
*/
#content p {
	float: right;
	margin: 20px;
	font-weight: bold;
}

#content h1 {
	font-size: 150%;
	font-weight: bold;
	color:#000033;
	padding:0px;
	margin: 30px 30px 20px 50px;
}

#content h2 {
	font-size: 150%;
	font-weight: bold;
	color:#000033;
	padding:0px;
	margin: 20px 50px 20px 20px;
	text-align: right;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
width: 216px;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
width: 230px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer {
	font-size: 70%;
	color:#1E2B56;
	text-align: center;
	background: #FFFFFF;
	clear: both;
}

#leftCol {
	float:left;
	width: 170px;
	background-color:#FFFF99;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
}

.container {
	float: right;
	width: 100%;
}
/*
#leftCol h1 {
	font-size: 90%;
	color: #CC0033;
}

#leftCol p {
	font-size: 80%;
	color: #339966;
}

#leftCol h2 {
font-size: 85%;
color: #6633CC;
}*/

