@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC;
}

#site {
	margin: 0px;
	padding: 0px;
}

#site #header {
	margin: 0px auto;
	height: 130px;
	background-color: #005BDF;
	border-bottom: 3px solid;
	border-bottom-color: #003E87;
}
#site #header #head {
	margin: 0px auto;
	width: 980px;
	height: 130px;
}
#site #flash {
	width: 980px;
	height: 200px;
	background-color: #005BDF;
	margin: 0px auto;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-top: 1px solid #fff;
	/* [disabled]border-bottom: 1px solid #999; */
}
#site #content {
	width: 980px;
	margin: 0px auto;
	min-height: 200px;
	border-left: 1px solid;
	border-left-color: #999;
	border-right: 1px solid;
	border-right-color: #999;
	background-color: #FFF;
}
#lhbar {
	width: 480px;
	float: left;
	background-color: #FFF;
	margin: 30px;
}
#site #content #lhbar p {
	line-height: 30px;
}

#rhbar {
	width: 429px;
	float: right;
	background-color: #FFF;
	margin: 0px 0px 0px 10px;
	border-left: 1px dashed #999;
}
#site #content #rhbar .block .blktitle {
	margin-top: 0px;
	padding: 10px;
	background-color: #025BDD;
	border-bottom: 4px solid;
	border-bottom-color: #013F88;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-size: 18px;
}
#site #content #rhbar .block .line {
	padding: 10px 10px 10px 40px;
	background-image: url(../images/tick.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 20px;
	text-transform: capitalize;
}
#site #content #rhbar .spacerrh {
	height: 30px;
}



#site #footer {
	margin: 0px auto;
	background-color: #005CE3;
	height: 100px;
	text-align: center;
	border-top: 4px solid;
	border-top-color: #023E86;
}

#site #content #lhbar h1 {
	text-transform: capitalize;
	font-size: 24px;
	color: #007EE4;
}
#site #content #lhbar h2 {
	font-size: 14px;
	text-align: center;
}
#site #content #lhbar h3 {
	font-size: 18px;
	color: #007EE4;
	text-transform: capitalize;
}

#site #footer p {
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
}
.clearfloat {
	clear: both;	
}
.small {
	font-size: 10px;
}
#site #content #lhbar #form1 #tableform {
	background-color: #D7D7D7;
	border: 1px solid #999;
}
#site #content #lhbar #form1 #tableform tr td #buttonsubmit {
	font-size: 18px;
}

