/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://ww.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif; 
	background: #336699;
	margin-top:20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#content
{
width: 916px;
margin: 0 auto;
margin-top:20px;
text-align:left;
} 

#content a{
	color: #000066;
	text-decoration: none;
}

#content a:link{
	color: #000066;
	text-decoration: none;
}

#content a:visited{
	color: #000066;
	text-decoration: none;
}

#content a:hover{
	color: #000066;
	text-decoration: underline;
}

#content img{
padding: 0px 0px 0px 0px;
border-color:#000000;
align:center;
}

#sponsors {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-size:10px;
text-align:center;
}

#sponsors img {
padding-left:10px;
}

#sponsors img a {
border-style:none;
}

#sponser a, #sponsor a:visited {
text-decoration: none;
color:#C2A366;
border-style:none;
}

/*Map Styling*/
Map {border-color="000000"}

h1{

 font-family: "charlemagne std";

 font-size: 200%;

 color: #000000;
 
 


 margin: 0px;

 padding: 0px;

}



h2{

 font-family: "charlemagne std";

 font-size: 150%;

 color: #5C0000;

 margin: 0px;

 padding: 0px;

}



h3{

 font-family: Arial,sans-serif;

 font-size: 120%;

 color: #000000;

 margin: 0px;

 padding: 0px;

}



h4{

 font-family: Arial,sans-serif;

 font-size: 110%;

 font-weight: normal;

 color: #5C0000;

 margin: 0px;

 padding: 0px;

}



h5{

 font-family: Verdana,Arial,sans-serif;

 font-size: 100%;

 color: #000000;

 margin: 0px;

 padding: 0px;

}





/* common styling */
.menu {width:911px; height:32px; position:relative; z-index:100; font-family:"charlemagne std"; padding-left:2px; margin: 0 auto;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:914px; w\idth:914px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:150px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:150px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#000000; width:150px; height:30px; /*border:1px solid #000; border-width:1px 0 1px 1px; */background:#336699; padding-left:0px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:150px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#5C85AD  no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#85A3C2  no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#85A3C2 no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#5C85AD;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#85A3C2;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:150px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:150px; top:-1px; width:150px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#5C85AD; color:#5C0000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#5C0000; background:#85A3C2;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#85A3C2;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


#siteInfo 

{

clear: both;

font-size: 8px;

color: #5C0000;

padding-top: 20px;

padding-right: 10px;

padding-bottom: 10px;

padding-left: 10px;

text-align: center;

}


