* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-image: url('../imgs/bg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	background-color:#CCCCCC;
	margin:0px;
	padding:0px;
	font-size: 100%;
	color:#222222;
	font-family: Verdana, Arial, Helvatica, sans-serif;
	height: 100%;
	width: 100%;
}

a {
	color:#993333;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: none;
}

h1 {
	color:#993333;
	font: 1.8em "Trebuchet MS", Arial, Helvatica, sans-serif;
	font-weight:bold;
	margin-top : 15px;
	margin-bottom : 5px;
}

h2 {
	color:#993333;
	font: 1.5em "Trebuchet MS", Arial, Helvatica, sans-serif;
	font-weight:bold;
	text-align:left;
	margin-top : 20px;
	margin-bottom : 10px;
	border-bottom: 1px dotted #CCCCCC;
}

h3 {
	color:#000000;
	font: 1.2em "Trebuchet MS", Arial, Helvatica, sans-serif;
	font-weight:bold;
	text-align:left;
	margin-top : 15px;
	margin-bottom : 8px;
}

ul li, ol li {
	margin-left: 20px;
}

p {
	margin: 1em 0px;
}

label {
	float: left;
	width: 150px;
}

#whiteline {
	position:absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100px;
	text-align: right;
	background-color: #FFFFFF;
}

#head_wrap {
	position:relative;
	margin: 0px auto 0px auto;
	width: 850px;
	height: 100px;
	background-color: #FFFFFF;
}

#head_text {
	color:#4D4D4D;
	font: 1.6em "Trebuchet MS", Arial, Helvatica, sans-serif;
	text-align:right;
	margin-top: 20px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 80px;
	width: 170px;
	background-image: url('../imgs/logo.jpg');
	background-position: center left;
}

#navtop {
	position:relative;
	top: 4px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
}

#navtop a {
	background-color: #4D4D4D;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	text-decoration: none;
}

#navtop a:hover {
	color: #CCCCCC;
}

#greyline {
	position:absolute;
	top: 100px;
	left: 0px;
	width:100%;
	height: 200px;
	text-align: center;
	background-color: #4D4D4D;
	border-top: 5px solid #B3B3B3;
	border-bottom: 5px solid #B3B3B3;
}

#wrap {
	position:relative;
	top: 105px;
	margin: 0px auto 0px auto;
	width: 850px;
	min-height: 600px;
	font: 0.75em/1.5 Verdana, Arial, Helvatica, sans-serif;
}

#top {
	height: 200px;
	width: 850px;
	background-image:url('../imgs/top2022.jpg');
	background-position: bottom center;
	background-size: 850px;
	border-bottom: 5px solid #B3B3B3;
}

#path {
	color:#CCCCCC;
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
}

#left {
	float: left;
}

#nav ul {
	width:150px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvatica, sans-serif;
}

#nav ul li {
	width: 120px;
	text-align: right;
	padding: 5px 15px 5px 15px;
	background-color: #993333;
	margin: 10px 0 0 0;
}

#nav ul li ul {
	margin: 0 0 -5px -15px;
}

#nav ul li ul li{
	width: 120px;
	text-align: right;
	padding: 2px 15px 1px 15px;
	background-color: #CCCCCC;
	margin: 0px;
	line-height: 18px;
	font-size: 0.9em;
}

#nav ul li ul li a {
	color:#000000;
	text-decoration:none;
}

#nav ul li ul li a:hover, #nav ul li ul li a.active {
	text-decoration:none;
	color: #4D4D4D;
}

#nav li a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav li a:hover,  #nav li a.active {
	text-decoration:none;
	color: #CCCCCC;
}

#text {
	float: right;
	padding: 0px 35px 20px 35px;
	vertical-align:top;
	width:629px;
	text-align:justify;
}

.footer {
	margin: 10px 0 10px 0;
	font: 0.8em Verdana, Arial, Helvatica, sans-serif;
	text-align:right;
	color:#993333;
}

/* Highlight */

.highlight {
	font-weight:bold;
	background-color: #DDDDDD;
}
