body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top:0;
	text-align:center;
	
}

td {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {

	margin: 0;
}

#wrapper {
	text-align: left;
	width: 990px;
	margin: 0 auto;
	padding: 50 0px 0px 0px;
}

#main_menu {
	position:relative;
	float: left;
	clear: both;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	
}

#content {
	position:relative;
	float: left;
	clear: left;
	top: 10px;
	width: 500px;
	height: 335px;
	margin: 0px;
	padding: 0px;
	background-color: #D2DBBE;
	
}

#right_image {
	position:relative;
	float:right;
	clear: none;
	top: both;
	width: 480px;
	height: 376px;
	padding: 0px;
	margin: 0;
	
}

#footer {
	clear: both;
	text-align:right;
	width: 990px;
	height: 15px;
	padding-left: 20px;
	margin: 0 auto;

}

#blank {
	top: 390px;
	width:990px;
	height:1px;

}

.list1 {
	margin:0 0 3px 0;
	padding: 5px;
	background-color: #7D806D;

}

.list2 {

	margin:0 0 3px 0;
	padding: 5px;
	background-color: #BBC79D;
}

#logo {
	margin-top: 50px;
	width: 990px;
}

#scrolling {
	margin: 10px;
	padding: 5px 15px 5px 5px;
	overflow:auto;
	width: 450px;
	height: 290px;

}




a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#subbutton {
	padding: 3px 5px 3px 5px;
	border: none;
}

#subbutton a{
	background-color: #BBC79D;
	text-align: center;
	color: #000000;
	padding: 3px 5px 3px 5px;
}

#subbutton a:link{

	color: #000000;
	text-decoration:none;
}

#subbutton a:visited, #subbutton a:active{

	color: #000000;
	text-decoration:none;
}

#subbutton a:hover {
	background-color: #7D806D;
	color: #FFFFFF;
	text-decoration:none;
}
.formlabel {
	font-weight: bold;
}

#section {

	margin: 0 0 10px 0;
}

.section {

	margin: 0 0 10px 0;
}

.boldtext {
	font-size: 12px;
	font-weight: bold;
}
input, .textbox {
	background-color: #F0F0F0;
	border: 1px solid #BBC79D;
}

fieldset {

	border: solid 1px #E9E9E9;
	margin-bottom: 20px;
}

legend {

	font-weight: bold;
	font-size: 0.8em;
}

label {

	width: 150px;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 10px;
	line-height: normal;
	position: relative;
	text-align:right;
}

label.fieldLabel {
	float: none;
	display: inline;
}

input.formInputText {

	border: solid 1px #666666;
	margin-bottom: 2px;
}

select.formSelect {

	border: solid 1px #BBC79D;
	margin-bottom: 2px;
	background-color: #F0F0F0;
}
