body {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	background:#ffffff;
	background:#fff url(./grad.png) 0 -95px repeat-x
}

.main {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 1000px;
	border-style: solid;
	border-width: 1px;
	border-color:#000079;
} 
#menu {
	background: #003298;
	height: 25px;
	font-family: Verdana;
	valign:middle; padding-left:20px;
	color:#DBB852;
}

#menu ul .item{
	display:none;
}
#menu ul:hover .item{
	display:block;
	background:#CB9832;
	padding:3px;
	margin:1px;
	width:219px;
	position:absolute;
}
#menu ul{
	width:auto;
	float:left;
	margin:0px;
	margin-left:10px;
	margin-right: 15px;
	padding:1px;
	list-style:none;
}

.content{
	background: #ffffff;
	bcolor:#000000;
	padding-left:15px;
	padding-right:5px;
	font-size: 90%;
	font-family: Verdana
}
.content img{
	margin-right:20px;
	margin-left:10px;
}
.rightbox{
	float: right;
	margin:0.5em 0 0.8em 1.4em;
	width: auto;
	padding-top:10px;
	font-size:200%;
	font-weight: bold;
}
#question{
	background: white url(./images/q.gif) no-repeat top right;
	font-size:18px;
	margin-top:30px;
}
#question ul{
	font-size:12px;
	line-height:2em;
}
#question h2{
	font-size:15px;
	color: #000000;
}
#listwrapper {
	font-size: 18px;
}
#listwrapper a{
	color: #000000;
	text-decoration: none;
}
.linklist{
	color: #000000;
}

.footer{
	position:relative;
	float: bottom;
	height:15px;
	width:100%;
	background: #CB9832;
	font-size: 66%;
}
.tablez{
	border-style: solid;
	border-width: 1px;
	border-color:#000079;
	width: 550px;
	}
	.tableheader{
		color:#003298;
		border-style: solid;
	border-width: 1px;
	border-color:#000079;
	background: #CB9832;
	}
.footer a{
	text-decoration: none;
}
a.mainlink{
	color:#CB9832;
	text-decoration: none;
	font-weight: bold;
}
a.mainlink:visited, hover{
	color:#CB9832;
	text-decoration: none;
}
a.menulink{
	color:#000000;
	text-decoration:none;
}
a.menulink:hover{
	color:#000099;
	}

h2, h3, h4 {
	color:#000063;
}
a {
	color: #000000;
}

