body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	text-align: center;
	background-color: #8b8b8b;
}
a:link {
	color: #1C4864;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1C4864;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #1C4864;
}
#wholepage {
	background-color: #cfcfcf;
	text-align: left;
	width: 657px;
	margin: 0 auto;
}
#header {
}
#navigation {
}
#main {
	border-top-width: 0px;
	border-style: solid;
	border-color: black;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	padding: 10px;
}
#footer {
	border-top-width: 0px;
	border-color: black;
	border-right-width: 1px;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	font-size: 10px;
}
.errMsg{
	color: red;
}

/**********************************
		Splash page styles
**********************************/
#splashwrapper{
	background: url("../images/splash.jpg");
	background-repeat: no-repeat;
	height: 675px;
	width: 800px;
	margin: 0 auto;
}
#loginform{
	background-color: #24355d;
	width: 200px;
	margin-top: 570px;
	margin-left: 550px;
	font-size: 20px;
}
#loginform input{
	font-size:16px;
}
#loginform a:link {
	color: #bbb;
	text-decoration: underline;
}
#loginform a:visited {
	text-decoration: underline;
	color: #bbb;
}
#loginform a:hover {
	text-decoration: none;
	color: #666666;
}
#loginform a:active {
	text-decoration: underline;
	color: #bbb;
}

#loginform label{
	font-size: 16px;
}
#contactform{
	background-color:#FFF;
	width: 700px;
	margin: 310px auto;
	font-size: 20px;
}
#contactform input{
	font-size:20px;
}
#contactform label{
	font-size: 16px;
}

