html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 12px;
	color: #003399;
	background-color: #F0F8FF;
	scrollbar-face-color:#F0F8FF;
	scrollbar-highlight-color: #0022ff;
	scrollbar-3dlight-color: #3300ff;
	scrollbar-arrow-color: #ff6666;
	scrollbar-darkshadow-color: #3300ff;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	
}
h1{font-size: 14px;}

a{color: #3300ff; text-decoration: none;}

a:hover{background-color: #9EC9F8;}



.mainTable{margin-left: 5%; margin-right: 5%;}

.containerSize{width: 90%; margin-left: 5%; margin-right: 5%;}

.headimg{width: 98%; height: 14%; margin-left: auto; margin-right: auto;}

#spacer{width: 100%; padding-left: auto; padding-right: auto;}
hr{margin-top: 0; margin-bottom: 0;}
#theheader a{color: #3300ff;}
#theheader a:hover{color: #ffffde;}
.chromestyle{
font-family: Tahoma, Arial, sans-serif;
color: #3300ff;
font-size: 11px;
width: 96%;
font-weight: bold;
margin-top: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 5px double #3300ff;
width: 100%;
background-color: #EAF8FF;
padding: .3em .1em;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.menuleft{
color: #3300ff;
padding: .2em .3em;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}
.menuright{
color: #3300ff;
padding: .2em .3em;
margin: 0;
text-decoration: none;
}

.menuleft a:hover{
background-color: #ffffde; /*THEME CHANGE HERE*/
}
.menuright a:hover{
background-color: #ffffde; /*THEME CHANGE HERE*/
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3300ff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 11px Arial;
line-height:18px;
z-index:400;
background-color: #F0F8FF;
width: 12em;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font-weight: bold;
color: #3300ff;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #3300ff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffffde;
background-color: #3300ff;
}
