#popitmenu{
position: absolute;
background-color: white;
border:1px solid #70C3EF;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#glowtext{
filter:glow(color=FFFF00,strength=3);
width:100%;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

a 
{
	font-family: Verdana;
	font-size: 12px;
	color: #4A5A84;
	text-decoration:underline;
	font-weight:normal;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #D2E7E8;
}

body {
	margin-bottom: 0px;
	background-image:url(../images/mainbg.jpg);
	background-color:#002863;
	background-repeat:repeat-x;
	color:#FFFFFF;
	width:100%;

}
td, textarea, input, select, p {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align:left;
}

.bar
{
	font-family: Verdanas;
	font-size: 14px;
	color: 929292;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 
{
color:#FF6600;
font-size:14px;
}

.footer
{
color:929292;
}
.frame {
	border: 1px solid #FCE58F;
}


