/* CSS Document */

body {
	background-color: #00389a;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #024d7e;
	text-decoration: underline;
}

a:visited {
	color: #024d7e;
	text-decoration: underline;
}

a:hover {
	color: #d71921;
	text-decoration: underline;
}

a:active {
	color: #d71921;
	text-decoration: underline;
}

#boxcase {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	display: block;
	float: left;
	width: 324px;
	height: 100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
 
#phone {
	display: block;
	float: left;
	width: 828px;
	height: 33px;
	background-image: url(../images/phonenumbers.png);
	background-repeat: no-repeat;
	background-position: center center;
}	 

#menu {
	display: block;
	float: left;
	width: 828px;
	height: 25px;
}	

#content {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	background-color:#FFFFFF;
}

#text {
	display: block;
	float: left;
	width: 500px;
	font: normal 0.75em Arial, sans-serif;
	padding: 15px;
}

#textadmin {
	display: block;
	float: left;
	width: 750px;
	font: normal 0.75em Arial, sans-serif;
	padding: 15px;
}

#blueline {
	width: 1px;
	float: left;
	background-color: #23648f;
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcol {
	display: block;
	float: right;
	width: 264px;
	font: normal 0.75em Arial, sans-serif;
	padding: 15px;
}

#bottom {
	width: 828px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #024d7e;
	font-style: italic;
}

.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.checkmark {
	list-style-image: url(../images/checkmark.jpg);
}

.cmhead {
	font-size: 14px;
	font-weight: bold;
	color: #035d97;
}

.errorMsg {
	color: #900; 
	background-color: #ffc;
	font-weight: bold;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	margin-left: 10px;
	margin-right: 30px;
}

.successMsg {
	color: #090; 
	background-color: #ffc;
	font-weight: bold;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090;
	margin-left: 10px;
	margin-right: 30px;
}

.smallred
{
	color: #900;
	font-size: 10px;
}

.smallblack
{
	font-size: 10px;
}

.required 
{
	color: #900;
	font-size: 11px;
	font-weight: bold;
}


