html {
	
	position: relative;
	height: 100%;
}

body {
	background-image: url(img/topbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 80%;
	}
#body {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 290px;
	height: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #0c3832;
	font-weight: normal;
	line-height:1.1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0c3832;
	font-weight: normal;
	
}
#leftcol h1, #rightcol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #990000;
	margin-top: 0px;
}
#mainmenu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	font-size: 18px;
}

#mainmenu ul ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 14px;
}

#mainmenu li {
	margin-bottom: 15px;
}
#mainmenu ul ul li {
	margin-bottom: 0px;
}
a {
	color: #003366;
}
a:hover {
	color: #990000;
}


#leftcol {
	float: left;
	width: 160px;
}
#container {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 100%;
}
#centercol {
	float: left;
	width: 585px;
	position: relative;
	height: 100%;
}
#rightcol h2 {
	font-size: 18px;
	color: #0c3832;
	font-weight: normal;
}


#rightcol {
	float: right;
	width: 205px;
	padding-top: 85px;
}
#copyright {
	font-size: 12px;
	margin-bottom: 15px;
}

form p {
	margin-top: 0px;
	margin-bottom: 7px;
}
form {
	margin: 0px;
	font-size: 12px;
}
input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Calibri;
}

.padding1 {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
.border1 {
background:#fefee8;
border:1px #e2e2d5 solid;
padding:8px;
margin: 10px 0px;
}

.table1 .odd {
	background-color: #F1F3F5;
}
