/* CSS Document */

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
}

p
{
	margin-top:0px;
	margin-bottom:.8em;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MainHeading {
	font-family: Helvetica, sans-serif;
	font-size:180%;
	color:#000066;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:.5em;
}

.SecondaryHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:125%;
	color:#000066;
	margin-bottom:0px;
	margin-top:0px;
}

.Thirdheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FF6600;
	margin-bottom:0px;
}


h1 {
	font-family:  Helvetica, sans-serif;
	font-size:180%;
	color:#000066;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:.5em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:125%;
	color:#000066;
	margin-top:0px;
	margin-bottom:.5em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FF6600;
	margin-bottom:0px;
}

a {
	color:#000066;
}

a:hover {
	text-decoration:underline;
	color:#000066;
}

.MainPageContainer
{
	width:720px;
	margin:0 auto;
	margin-top:8px;
	padding-right:10px;
	padding-left:10px;
	border:1px solid #000066;
	overflow:hidden;
}




.Logo
{
	position:inherit;
	float:left;
	width:184px;
	height:95px;
	background-image:url(../Images/Logo.png);
}

.Banner
{
	position:inherit;
	float:left;
	width:536px;
	height:95px;
}

.BannerImage
{
	padding: 0px;
	border:0px;
}

	
.Search
{
	position:inherit;
	float:left;
	width:328px;
	height:30px;
	padding-top:8px;
	font-size:110%;
}

.FindButton 
{
    vertical-align:middle;
}

.Date
{
	position:inherit;
	float:left;
	width:208px;
	height:28px;
	padding-top:10px;
    font-size:100%;	
    text-align:right;
}

.Login
{
	position:inherit;
	float:left;
	width:184px;
	height:28px;
	padding-top:10px;
	text-align:right;
	font-size:110%;
}

.BreadCrumbs
{
	position:inherit;
	float:left;
	width:720px;
	height:20px;
	font-size:110%;
	padding-top:5px;
	padding-bottom:5px;
}

.LeftColumn
{
	position:inherit;
	float:left;
	width:168px;
	margin-right:16px;
}

.MiddleColumn
{
	position:inherit;
	float:left;
	width:352px;
	margin-right:16px;
}

.WideColumn
{
	position:inherit;
	float:left;
	width:520px;
	margin-right:16px;
}

.FullColumn
{
	position:inherit;
	float:left;
	width:720px;
}

.RightColumn
{
	position:inherit;
	float:left;
	width:168px;
}

.Footer
{
	position:inherit;
	float:left;
	width:552px;
	height:42px;
	margin-top:10px;
	border-top:1px dashed #000066;
	font-size:78%;
}


.Footer a
{
	text-decoration:none;	
}

.Footer a:hover
{
	text-decoration:underline;
}

.EEDALogo
{
	position:inherit;
	float:left;
	width:168px;
	height:42px;
}

.SecondaryNavTop
{
	float:left;
	width:160px;
	height:24px;
	padding-top:10px;
	padding-left:8px;
	background-image:url(/Images/SecondaryNavTop.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	font-size:80%;
	font-weight:bold;
	
}


.SecondaryNavBody
{
	float:left;
	width:148px;
	border-right-width:2px;
	border-left-width:2px;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#FFCC00;
	padding:8px;
	color:#000066;
}

.SecondaryNavBottom
{
	float:left;
	width:168px;
	height:12px;
	background-image:url(../Images/SecondaryNavBottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.QuickLinksNavTop
{
	float:left;
	width:168px;
	height:20px;
	padding-top:14px;
	background-image:url(../Images/QuickLinksTop.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	
	font-weight:bold;
}

.QuickLinksNavBody
{
	float:left;
	width:148px;
	border-right-width:2px;
	border-left-width:2px;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#bac4dc;
	padding:8px;
	color:#000066;
}

.QuickLinksNavBottom
{
	float:left;
	width:168px;
	height:12px;
	background-image:url(../Images/QuickLinksBottom.png);
	background-position:top left;
	background-repeat:no-repeat;
}


.NavLink
{
	margin-top:8px;
	margin-bottom:8px;
}

.NavLinkDivider
{
	width:100%;
	border-bottom-style:dashed;
	border-bottom-width:1px;

}

.PageDivider
{
	clear:both;
	width:100%;
	height:0px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	padding-top:10px;
	margin-top:0px;
	margin-bottom:10px;
}

#MainMenu, MainMenu ul {
	margin:0px;
	padding:0px;		
	list-style:none;
}

#MainMenu li {
	float:left;
	min-height:10px;
	margin-left:10px;
	margin-right:10px;
}

#MainMenu a {
	display:block;
	padding-left:6px;
	margin-top:6px;
	margin-left:1px;
	margin-right:1px;
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}

#MainMenu a span
{
	display:block;
	padding-right:6px;
	padding-top:4px;
	height:25px;
}


#MainMenu a:hover
{
	background-image:url(../Images/TabLeft.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffffff;
	cursor:pointer;
}

#MainMenu a:hover span
{
	background-image:url(../Images/TabRight.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	cursor:pointer;	
}

#MainMenu li ul {
	display:block;
    position:absolute;
	width:220px;
	left:-999em;
	list-style:none;
	margin-left:-10px;
	margin-top:0px;
	background-color:#ffffff;
	opacity:.98;
	filter:alpha(opacity=98);
	-moz-opacity: 0.98;
	font-size:1.05em;
	border-left:3px solid #ffbe00;
	border-right:3px solid #ffbe00;	
}

#MainMenu li:hover ul {
     left:auto; 
	 border-bottom:1px solid #ffffff;
}

#MainMenu li:hover ul, #nav li.IEHover ul {
     left:auto;
}

.MainMenuHover {
	display:block;
	width:220px;
	height:5px;
	padding-top:5px;
	padding-bottom:3px;	
	padding-left:5px;	
}

.MainMenuHover a:hover
{
	background-image:none;
	border-bottom:solid 2px black;
	background-color:Aqua;
}

.SubMenuHover {
	display:block;
	width:140px;
	padding-top:5px;
	padding-bottom:3px;	
	padding-left:5px;
	margin:0px;	
}

.SubMenu {
	position:inherit;
	float:left;
	width:175px;
	height:auto;
	background-color:#ffffff;
}

.SecondaryNavBody ul {
	float:left;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:0px;
	
}

.SecondaryNavBody li {
	float:left;
	margin-bottom:5px;
	padding-bottom:8px;
	border-bottom:1px dashed #000066;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

.SecondaryNavBody a {
	display:block;
	color:#000066;
	text-decoration:none;
}

.SubMenuSelected {
	background-color:#CCCCCC;
}

.SecondaryNavBody a:hover {
	color:#999999;
	text-decoration:underline;
}

.SubPageRightCol {	
	position:inherit;
	float:left;
	width:175px;
	color:#666666;
}

.SubPageRightColImageTextBox {
	margin-top:0px;
	margin-bottom:20px;
	width:165px;
	padding:5px;
	font-size:90%;
	color:#666666;
}

.SubPageRightCol ul {	
	margin-left:6px;
	list-style:circle;
}

.MainColumnImage 
{
    position:inherit;
    float:left;
    width:352px;
    height:170px;
    margin-bottom:8px;
}


.ResourceTopicDropdownList 
{
    width:150px;
    padding-top:10px;
    padding-bottom:10px;
}    

.MessageGreen
{
    float:left;
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
    color:green;
    font-size:100%;
    font-weight:bold;
    clear:both;
}

.MessageRed
{
    float:left;
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
    color:red;
    font-size:100%;
    font-weight:bold;
    clear:both;
}

.MenuSpacer
{
	position:relative;
	float:left;
	width:168px;
	height:10px;
}

Select 
{
    font-size:90%;
    margin-bottom:5px;
}

.Label 
{
    font-weight:bold;
}
	
.ClearBoth
{
	clear:both;	
}

.AlignToLeft
{
	text-align:left;
}

.AlignToRight
{
	text-align:right;
}

.AlignToCenter
{
	text-align:center;
}

.AlignToJustify
{
	text-align:justify;
}

.VerticalMiddle
{
	vertical-align:middle;
}

.FloatRightMap
{
	padding: 5px;
	border: solid 2px #ffbe00;
	float:right;
}

.SearchMap
{
	padding: 5px;
	border: solid 2px #ffbe00;
	float:right;
	width:100%;
}