html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFFFF;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	background-color: inherit;
	color: #3C3C3C;
	font-family: Verdana;
	font-size: 15px
}
h2 {
	background-color: inherit;
	color: #3C3C3C;
	font-family: Verdana;
	font-size: 13px
}
h3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
ul,li {
	background-color: inherit;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
#headerimage {
	background-color: inherit;
	width: 650px;
	height: 200px;
}
#main {
	background-color: #ffffff;
	margin-left: 20%;
	height: 635px;
	width: 650px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #eaebe8;
}
#main1 {
	background-color: #ffffff;
	margin-left: 20%;
	width: 650px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #eaebe8;
}
#topWelcome {
	background-color: inherit;
	margin-left: 342px;
	font-family: Verdana;
	font-size: 10px;
	color: #1a1a1a;
	vertical-align: bottom;
}
#menu {
	background-color: inherit;
	margin-left: 0px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #eaebe8;
	width: 650px;
}
#menu1 {
	background-color: inherit;
	position: absolute;
	margin-left: 1px;
	width: 240px;
}
#welcomemsg {
	position: absolute;
	margin-left: 255px;
	padding: 5px;
	width: 381px;
	height: auto;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	background-color: #d9d6ee;
}
#mainLeft {
	position: absolute;
	margin-top: 138px;
	margin-left: 255px;
	padding: 5px;
	width: 170px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	background-color: #d2fad7;
}
#mainRight {
	position: absolute;
	margin-top: 138px;
	margin-left: 430px;
	padding: 5px;
	width: 208px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	background-color: #e6bfbf;
}
#footer {
	background-color: #7e9159;
	width: 650px;
	position: absolute;
	margin-top: 400px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	color: #ecf1db;

}
#footer a:link, #footer a:visited {
	color: #ecf1db;
	text-decoration: none;
	background-color: inherit;
}
#footer a:hover {
	text-decoration: underline;
	background-color: inherit;
}
#content {
	background-color: inherit;
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	width: 500px;
	padding: 10px;
}
#footer1 {
	background-color: #7e9159;
	width: 650px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	color: #ecf1db;

}
#footer1 a:link, #footer1 a:visited {
	color: #ecf1db;
	text-decoration: none;
	background-color: inherit;
}
#footer1 a:hover {
	text-decoration: underline;
	background-color: inherit;
}
.floatright { 
	float: right; 
}
#enter {
	background-color: inherit;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}