body {
	background-color: #C4C4C4;
	margin: 0px;
}

body, table, tr, td, th, div, p, span {
	color: white;
	font-family: Verdana, Arial;
	font-size: small;
}

a {
	color: white;
}

#container {
	width: 800px;
}

#topHeader {
	background-image: url('top_header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 35px;
}


#bottomHeader {
	background-image: url('bottom_header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 8px;
}

a.navItem:link, a.navItem:visited {
	width: 195px;
	display: block;
	background-color: #363633;
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: white;
	text-decoration: none;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0DF;

	padding: 2px 0px 2px 5px;
}

a.navItem:hover {
	width: 195px;
	display: block;
	background-color: #990033;
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0DF;

	padding: 2px 0px 2px 5px;
}

#DROP_START {
	position: relative;
	top: 0px;
	left: 0px;
}

	.woa_menu {
		position: absolute;
		left: 195px;
		visibility: hidden;
	}

#content {
	width: 800px;

	background-color: #990033;
}

#contentInner {
	padding: 15px;
	background-color:#990033;
}

#bottomBar {
	background-image: url('footer.gif');
	background-repeat: no-repeat;

	width: 800px;
	height: 40px;
}
.generaldark
{
    font-family:Arial;
    font-size:small;
    color:Black ;
}
.generallight
{
    font-family:Verdana;
    font-size:small;
    color:White ;
}
.insheader 
{
    font-family:Gill Sans MT;
    font-size:medium;
    color:Black;
}

    

