@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 800px;
	width: 900px;
	background-color: #96C;
}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	height: 775px;
	background-image: url(images/Bar-side.png);
} 
#header  {
	background-image: url(images/Ba-top.png);
	height: 174px;
	width: 870px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 138px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 332px;
	position: absolute;
	left: 152px;
	top: 206px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent2 {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#scroll {
	overflow: auto;
	position: absolute;
	height: auto;
	width: 686px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #662D91;
	position: absolute;
	left: 150px;
	top: 768px;
	width: 870px;
	color: #FFF;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.menuText {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
H1,H2,H3,H4,H5,H6 {
	color: #662D91;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #96F;
}
a:visited {
	color: #99C;
}
a:hover {
	color: #FC6;
}
.cflite {
	width: 400px;
	font-family: arial;
}
.cflite_td {
	padding:4px;
	font-size:12px;
}
.cflite p {
	padding:4px;
}
.cflite label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}

