body {
	width: 796px;
	margin: auto;
	background-color: #eeeeee;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 9pt;
	color: #5C5C5C;
}

#content {
	background-color: #cccccc;
	margin-top: 100px;
	padding: 17px;
}

#topdiv {
	position: fixed;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#top {
	display: block;
}

#nav {
	background-color: #E70000;
	background-image: url('../images/navigation_bg.gif');
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	height: 20px;
}

#nav ul {
	margin: 0px;
	padding: 2px 0 0 0;
}

#nav li {
	display: inline;
}

#nav a {
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 0 10px 0 10px;
}

#nav a:hover {
	background-color:#FFFFFF;
	border:medium none;
	color:#FF3333;
	padding:3px 10px 4px;
	text-decoration:none;
	opacity: 0.65;
    -moz-opacity:0.65;
}

* html #nav a:hover {
	background: white;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=65);
}

#submenu {
	background-color: #666666;
	position: fixed;
	top: 400px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #E70000;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #3D3D3D;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #3D3D3D;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
}

a, a:visited, a:active {
	text-decoration: none; color: #F50000;
	border-bottom: dashed;
	border-width: 1px;
	border-color: #3D3D3D;
	font-size: 8pt;
}

a:hover {
	text-decoration: none; color: #BA0000;
	border-bottom: solid;
	border-width: 1px;
	border-color: #666666;
}

a img {
	border: none !important;
	text-decoration: none !important;
}

a.imagelink, a.imagelink:link, a.imagelink:visited {
	border: none;
}

a.imagelink:hover, a.imagelink:active {
'	border: none;
}

.linklist {
	line-height: 1.5em;
	margin-top: 2em;
}

form {
	font-family: Verdana;
	font-size: 9pt;
	color: #666666;
}

select, textarea, input {
	background: #eaeaea;
	font-family: Verdana;
	font-size: 9pt;
	color: #3D3D3D;
	border: 1px solid #E70000;
	padding: 5px;
}

.submit {
	background:#BA0000;
	border:1px solid #FFFFFF;
	color:#EAEAEA;
	padding:4px;
}
