body, div, table, form, image, div#menu ul {
	margin:0;
	padding:0;
	border:none;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
	background-color:#0064aa;
	color:#039;
	background-image:url('/images/body-blue.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
}
a {
	color:red;
}
a:visited {
	color:#900;
}
a:hover {
	color:#f90;
}
div#page {
	width:85%;
	height:100%;
	overflow:visible;
	margin:15px auto;
	background-image:url('/images/halftone-yellow.png');
	background-repeat:repeat;
	position:relative;
	padding:15px 0;
	left:20px;
	border:4px solid white;
}
div#header {
	position:absolute;
	top:12px;
	left:-85px;
	padding:1px;
	margin:0;
}
div#menu {
	position:absolute;
	top:147px;
	left:7px;
}
div#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5em;
}
div#menu li {
}
div#menu a {
	display:block;
	font-size:16px;
	line-height:28px;
	margin:3px 0;
	color:white;
	text-decoration:none;
	padding:0 17px;
	width:180px;
	height:36px;
	background-image:url('/images/menu-blue.png');
	background-repeat:no-repeat;
	overflow:hidden;
}
div#menu li.active a {
	background-image:url('/images/menu-red.png');
}
div#menu a:visited {
	color:white;
}
div#menu a:hover {
	background-image:url('/images/menu-blue-hover.png');
	color:#036;
}
div#menu li.active a:hover {
	text-decoration:none;
}
div#menu a:active {
	background-image:url('/images/menu-red.png');
	color:white;
}
div#content {
	margin:0 15px 0 192px;
	background-color:white;
	border:1px solid #999;
	background-image:url('/images/halftone-blue.png');
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	overflow:hidden;
}
div#content div.wrapper {
	background-image:url('/images/halftone-blue-reverse.png');
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:0.1em;
}
div#content div.wrapper div.wrapper {
	background-image:none;
	border:1px solid #666;
	background-color:white;
	margin:3.8em 0.7em 2em 0.7em;
	padding:0;
	background-image:url('/images/halftone-blue-light-reverse.png');
	background-repeat:repeat-x;
	background-position:bottom;
}
div#content div.wrapper div.wrapper div.wrapper {
	padding:0 1em;
	margin:0;
	border:none;
	min-height:300px;
	background-image:url('/images/halftone-blue-light.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:transparent;
	border:2px solid #fff;
	font-size:0.9em;
}
div#footer {
	margin:0 15px -1.8em auto;
	width:21em;
	line-height:1.5em;
	text-align:center;
	font-size:0.75em;
	color:#666;
	background-color:white;
	border:1px solid #999;
	position:relative;
	top:-1.7em;
	background-image:url('/images/footer-blue.png');
	background-repeat:repeat-x;
	background-position:bottom;
}
div#content h1 {
	font-size:1.35em;
	color:white;
	padding:0.2em 0.6em 0.3em;
	position:absolute;
	top:12px;
	left:0px;
	border:2px solid white;
	border-left:none;
	background-color:#e51f1f;
	background-image:url('/images/header-red.png');
	background-repeat:repeat-x;
	margin:0;
}
div#content  h2
{
	font-size:1.2em;
	color:#f00;
	margin:0.6em -0.5em 1em;
	padding:0.2em 0.5em;
	border:1px solid #eee;
	background-image:url('/images/halftone-yellow.png');
	background-repeat:repeat;
	float:left;
}
div#content iframe
{
	border:1px solid #999;	
	width:100%;
	height:500px;
}
div#content p
{
	clear:left;
}

div#content div.fixed-width
{
	width:650px;
	margin:0 auto;
	margin-bottom:1em;
}

div#content div.fixed-width div.float
{
	float:left;
	width:310px;
	text-align:center;
	margin-bottom:1em;
	color:#333;
}
div#content div.fixed-width div.float.right
{
	float:right;
}

br.clear {
	clear:both;
}

