.new
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #0a64a3;
	font-size:15pt;
	}

#div1{
    float: left;
    padding: 10px;
    width: 225px;
	margin-left:15px
}

#div2{
    float: right;
    padding: 10px;
    width: 200px;
	margin-left:15px

}
#div3{
    float: left;
    padding: 10px;
    width: 225px;
	margin-left:15px
}
#icons{
	position:absolute;
 	top:225px;
 	right:250px;
	width: 150;
	margin-left:25px
}
ul.navigation
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #ffffff;
	font-size:10pt;
}


ul.navigation li
{
	LIST-STYLE: none;
	DISPLAY: inline;
	text-decoration: none;
}


ul.navigation li a
{
	color: #ffffff;
	text-decoration: none;
}

ul.navigation li a:hover
{
	text-decoration: none;
	color: #074190;
}

.feedback
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #074190;
	font-size:10pt;
}
	.footer
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #0a64a3;
	font-size:8pt;
}

.bodytext
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #0a64a3;
	font-size:9pt;

}
.align
{	
	float:left;
    width: 50px;
	position: relative;
	left: 101.5px;
	
}

#newsletter
{
    background-image: url(images/shaded_box.jpg);
	height: 37px;
	width: 150px;
    font-family:Georgia;
	color: #002859;
	font-size:10pt;
	padding-top:9pt;
	padding-right:2pt;
	text-align:center;
	text-decoration: none;
}

#divider
{
    background-image: url(images/divider_line.jpg);
	height: 2px;
	width: 500px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #0a64a3;
	font-size:9pt;

}

ul.page li
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10pt;
	LIST-STYLE: none;
	DISPLAY: inline;
	text-decoration: none;
}


ul.page li a
{
	color: #074190;
	text-decoration: none;
}


ul.page li a:hover
{
	color: #0a3c80;
	font-weight: bold;
}

.caption
{
font-size: 7pt;
text-align:center;
}

ul.timeline li
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10pt;
	LIST-STYLE: none;
	text-decoration: none;
	line-height: 16pt;
}

#menuh
	{
	font-size:11px;
	font-family:Verdana, Arial, Sans-Serif;
	width: 800px;
	margin:0;
	margin-top: 0;
	}
		
#menuh a
	{
	text-align: center;
	background-color: #25577c;
	display:block;
	white-space:nowrap;
	margin:0;
	width: 100%;
	padding: 0.4em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #ddeaf3;
	background-color: #25577c;
	text-decoration:none;

	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #999999;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(new_site/new_site/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(/new_site/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* 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;}
