body {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: tahoma, verdana;
	font-size: 14px;
	color: #000000;
	background: #7d7d7d url(../images/background.png) repeat-x;
}

html {
	height: 100%;
	margin: 0px;
}
/*header*/

.bodytop {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	background: url(../images/body-top.png) no-repeat;
}

.bodybottom {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	background: url(../images/body-bottom.png) no-repeat;
}

.header900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	min-height: 125px;
}

.logo {
	margin-left: -2px;
	float: left;
	width: 230px;
	height: 125px;
	background: url(../images/logo.png) no-repeat;
}

.menu {
	float: right;
	margin-top: 65px;
	margin-left: 197px;
	float: left;
	width: 475px;
	height: 49px;
	font-family: times new roman;
	font-size: 22px;
	font-weight: bold;
	list-style-type: none;
}

.menuitem {
	color: #FF0000;
	display: inline;
	margin-right: 10px;
}

.menuitemcurrent {
	color: #012d91;
	text-decoration: underline;
	display: inline;
	margin-right: 10px;
}

.menubutton:hover {
	text-decoration: underline;
}

.menubutton {
	text-decoration: none;
}

.menubutton:visited {
	text-decoration: none;
	font-family: times new roman;
	font-size: 20px;
	color: #FF0000;
}

.imagedisplay {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/body-repeater.png) repeat-y;
	clear: both;
}

.imagedisplay900 {
	width: 900px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.indeximage {
	padding-top: 12px;
	clear: both;

}

.content {
	overflow: auto;
	clear: both;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/body-repeater.png) repeat-y;
}

.content900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.box1 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.box2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.box3 {
	float: left;
	width: 280px;
}

.2wide {
	float: left;
	width: 590px;
	margin-right: 30px;
}	

.3wide {
	float: left;
	width: 900px;
	margin-right: 30px;
}

.floatright {
	margin-top: 4px;
	float: right;
	margin-left: 10px;
}

.inputbox {
	width: 274px;
	height: 20px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: url(../images/inputbox.png);
	border: none;
	font-family: tahoma, verdana;
	font-size: 14px;
}

.textareabox {
	width: 274px;
	height: 85px;
	background: url(../images/textarea.png);
	border: none;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: tahoma, verdana;
	font-size: 14px;
}

.submitbutton {
	background: url(../images/submit.png);
	width: 176px;
	height: 70px;
	border: none;
	margin-left: 50px;
}

.submitbutton:hover {
	cursor: pointer;
	background: url(../images/submit.png) 176px 0px;
	width: 176px;
	height: 70px;
	border: none;
	margin-left: 50px;
}

.footer {
	width: 100%;
	height: 60px;
	margin-top: -5px;
	
}

.footer900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
}

.headingtitle {
	font-family: times new roman;
	font-size: 24px;
	font-weight: bold;
	color: #012d91;
}
.error {
	color: #ff0000;
}

