body {
	font-family: "Trebuchet MS", Arial;
	margin: 0;
	padding: 0;
	text-align: center; /* For IE */
	font-size: 12px;
	background-color: #E9E9E9;
}
h1 {
	font-size: 18px;
	color: #000084;
}
h2 {
	font-size: 16px;
	color: #F38900;
}
h3 {
	font-size: 14px;
	color: #857A68;
}
 
#container {
	width: 780px;
	text-align: left;
	border: 1px solid #000084;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
}
#heading {
	width: 780px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
}
#leftnav {
	width: 140px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000084;
	color: #FCF3B8;
}
.navline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF3B8;
	background-color: #000084;
}

#leftnav a {
	font-weight: bold;
	color: #FCDF81;
	text-decoration: none;
}
#leftnav a:hover {
	text-decoration: underline;
}




#mainbody {
	position: relative;
	width: 420px;
	left: 10px;
	text-align: left;
	top: 10px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	overflow: auto;
	height: 400px;
}
#rightbar {
	width: 180px;
	position: relative;
	left: 0px;
	text-align: left;
	top: 0px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 433px;
}
#footer {
	width: 771px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	color: #FFFFFF;
	background-color: #000084;
}
input,select,textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #F48600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
