body {
background-color:#000000;
height:100%;
margin:0px;
}

#main {
width:100%x;
height:100%;
background-color:#000000;
}

.menu {
height:24px;
background-image:url(images/menu.jpg);
background-repeat:repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
padding:3px;
vertical-align:middle;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#box {
	border: 1px solid #146497;
}



a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
text-decoration:underline;
}
a:active {
color:#FFFFFF;
text-decoration:underline;
}

.footer {
border-top:1px solid #FFFFFF;
padding:5px;
}

.footer_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}
.blue_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #146497;
	border-right-color: #146497;
	border-bottom-color: #146497;
	border-left-color: #146497;
}
.blue_whiteCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #146497;
	border-right-color: #146497;
	border-bottom-color: #146497;
	border-left-color: #146497;
}
.header-link
{
	text-decoration:none;
}
.header-link:hover, .header-link-selected
{
	text-decoration:underline;
}