/* CSS Document */

body {
	background-color: #9BB9DB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

a {
	color:#FF0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


div.footer {
	float: left;
	width: 450px;
	font-size: 9px;
}

div.footer a {
	color:#21446A;
	text-decoration:none;
}

div.footer a:hover {
	text-decoration:underline;
}

.mainmenu {
	padding: 7px 0px 7px 0px;
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.mainmenu li{
	list-style: none;
	display: inline;
}

.mainmenu li a {
	padding: 3px;
	text-decoration: none;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px 13px 3px 13px;
}

.endmenu {
	padding: 3px;
	text-decoration: none;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px 138px 3px 0px;
}


.mainmenu li a:hover{
	background-color: #DDDDFF;
}

html>body .mainmenu li a:active{
	/* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

.smallSquare {
	height: 40px;
	width: 40px;
	float: left;
	border: 1px solid #21446A;
}
.smallSquareText {
	height: 40px;
	margin: 12px;
	float: left;
	font-size: 14px;
	font-weight: bolder;
	color: #21446A;
}

div.cfContainer {
	width: 420px;
}

div.cfUnit {
	float: left;
	width: 200px;
	margin-bottom: 3px;
	font-weight: bold;
}

p.msgGood {
	border: 1px solid #006600;
	margin: 0 100px ;
	padding: 10px 0;
	background-color:#DFFFDF;
	font-weight: bold;
	color: #006600;
	text-align:center;
}

p.msgBad {
	border: 1px solid #FF0000;
	margin: 0 100px ;
	padding: 10px 0;
	background-color:#FFEAEA;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}

.cfTB {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #21446A;
}

#wrapper {
	width: 900px;
	margin:auto;
}

#header {
	border: 1px solid #21446A;
	background-color:#FFFFFF;
	height: 160px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
}

#menuDiv {
	width: 900px;
	display: inline;
}

#homeMainArea {
	border: 1px solid #21446A;
	background-color:#FFFFFF;
}

#subMainArea {
	border: 1px solid #21446A;
	background-color:#FFFFFF;
	width: 640px;
	float: left;
	padding: 10px;
}

#subSideArea {
	border: 1px solid #21446A;
	background-color:#FFFFFF;
	width: 231px;
	float: left;
	margin-left: 5px;
}

#logoimg {
	border: 1px solid #21446A;
	margin: 12px;
}

#contactBox {
	margin-left: 50px;
	padding-top: 30px;
}





