body {
	color: #000;
	background-color: #0E1523;
/* 	background-color: #fff;*/
    margin: 0px;
    padding: 0px;
	text-align:center;
}
#global {
     margin-left: auto;
     margin-right: auto;
     width: 770px;
     text-align: left; /* to realign text for the forms and center the page for Firefox*/
}
.main {
	background-image:url(../images/contentbg.gif); 
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-stretch:semi-expanded;
	color: #36518c;
	font-size:18px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-stretch:semi-expanded;
	color: #003300;
	font-size:14px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-stretch:semi-expanded;
	color: #003300;
	font-size:12px;
	margin-left:15px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size:11px;
}
.style1 {
	color: #36518c;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	padding-bottom: 10px;
}
p {
	font-family:"Times New Roman", Times, serif;
	color: black;
	font-size:12px;
}
.right{
	float:right;
	clear:both;
}
img.right {
	margin-left: 10px;
}
.left{
	float:left;
	clear:both;
}
img.left {
	margin-right: 10px;
}
.leftnoclear {
	float:left;
	clear:none;
	margin-right: 10px;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	color:#FFFFFF;
	line-height:18px;
	z-index:100;
	position: absolute;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background and font color*/
background-color: white;
color:#EA7582;
}#dropmenudiv a:visited{ /*visited background and font color*/
background-color: white;
color: #FF0000;
}
