body {
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#333;
}

h1 {
	color:#039;
	background-image:url(images/header_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	font-size:18px;
	padding:4px 6px;
	margin:0;
}

h2 {
	font-size:16px;
	margin:5px 8px;
	color:#003399;
}

h3 {
	font-size:14px;
	margin:5px 10px;
	color:#003399;
}

h6 {
	color:#003399;
	background-image:url(images/header_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	font-size:14px;
	padding:1px 6px;
	margin:15px 0 0 0;
	clear:both;
}

p {
	margin:5px 15px 10px 15px;
	line-height:18px;
}

a:link, a:visited {
	color:#003399;
}

a:hover {
	color:#999999;
}

ol, ul {
	margin:5px 30px 10px 40px;
	padding:0;
}

ol li, ul li {
	margin-bottom:8px;
	line-height:18px;
}

#content {
	width:760px;
	margin:0 auto;
	background-color:white;
	border-left:1px solid white;
	border-right:1px solid white;
}

#menu {
	margin:5px 0 5px 0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#menu li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#menu li a {
	display:block;
	color:#003399;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
	margin:0;
}

#menu li a:hover {
	background-color:#003399;
	color:#ffffff;
}

#menu li a.highlight {
	background-color:white;
	border-top:1px solid #003399;
	border-bottom:1px solid #003399;
	padding:2px 3px;
}

#menu li a.highlight:hover {
	background-color:#003399;
	color:#ffffff;
	border-top:1px solid #003399;
	border-bottom:1px solid #003399;
}

#rightimages {
	float:right;
	width:200px;
	margin:2px 0 2px 4px;
}

#rightimages img {
	border:0;
	margin-bottom:2px;
}
