/*
 zero out default browser margins, padding and borders for all site elements below
*/
body,table,tr,td,th,h1,h2,h3,h4,h5,p,ol,ul,li,form,input {
	margin:0;
	padding:0;
	border:0;
	line-height:1
}

h1 {
	font-family: Perpetua;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size: 32px;
}

h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002675;
}

h2 {
	font-size:16px;
	font-weight: 900;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EDF2F2;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002675;
	font-weight: 900;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	table-layout: auto;
	margin-left: 0px;
	padding: 10px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	
}

 
/*
For non-IE browsers
*/
html,body {font-size:90%; height:100%; margin-bottom:1px; /*
adds scrollbar in Mozilla
*/}
 
/*
For IE only
*/
*body {font-size:76%; zoom: 1;}
 
body {
	background:#edf2f2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #edf2f2;
	text-align: center;
}
 
#Wrapper {
	width: 800px;
	margin:0 auto;
	border-top: 10px solid #edf2f2;
	border-bottom: 10px solid #edf2f2;
	border-left-width: 5pt;
}
 
#Header {
	text-align: left;
	margin: 0 auto;
	height: 100px; /*
same height as image or omit this property
*/
}
 
/*
Main Menu
*/
/* Begin CSS Drop Down Menu */

#menuh-container {
	z-index: 495;
	height: 25px;
	width: 800px;
	background-color: #002675;
	padding-left: 0;
	margin-left: 0;
}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin: 3px;
	margin-top: 3px;
	font-style: normal;
	font-weight: bold;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0;
	white-space:nowrap;
	margin:0;
	padding: 1px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #edf2f2;
	background-color: #002675;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #002675;
	background-color: #edf2f2;
	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:130px;	/* 78px 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 */
	margin:0;
	padding:0;
	width:130px;
}

#menuh ul ul
	{
	position:absolute;
	visibility: visible;
	z-index:500;
	top:auto;
	display:none;
	padding: 10px;
	margin:-10px 0 0 -10px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:505;
	}

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 */

#PageHeader {
	background-color:#edf2f2;
	height: 25px;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-left: 0;
}

/*
 Main 
*/
 
#MainContent {background: #FFFFFF; text-align:left; color:#002675;	padding-right: 20px;}
 
#MainContent ul, #MainContent li, #MainContent p, #MainContent h1, #MainContent h2, #MainContent h3{ margin-left: 20px;}
 
#MainContent li {
	margin-left:40px;
	padding-bottom: 5px;
	list-style-type: square;
}
#MainContent p {line-height:1}
 
/*
Regular Links
*/
a{color:#4488c3; font-weight: 700; text-decoration: none}
a:visited {color:#4488c3; text-decoration:none}
a:hover,a:active,a:focus{text-decoration: underline}
a img{border: none;}
img a:hover {border: none}
 
/*
Text styles

h1,h2,h3,h4,h5 {font-size:1.2em; line-height:1.8em; color:#666;}
p {font-size: 1em; line-height:1}
*/
 
/*
Misc classes
*/
.left {text-align: left}
.center {text-align: center}
.right {text-align: right}
 
/*
Floats
*/
.floatRight {float:right; width:27%; height:auto; margin:0;
}
.floatLeft { float: left; width: 30%; height:auto; margin:0
}
.clearfloat {clear:both; height: 1px; width: 100%
}
 
 
#Footer {
	text-align: left;
	padding: 10px;
	color: #666666;
	background: #002675;
}
 