@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	background:#6699FF;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.firstStyle #container { 
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	text-align: left; 
} 
.firstStyle #cap { 
	background:#000066;
	height:20px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	padding-top:3px;
	text-align:right;
	padding-right:20px;
}
.firstStyle #header { 
	background:url(images/header.jpg);
	height:287px;
	padding: 0 10px 0 20px;
} 
.firstStyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.firstStyle #mainNav {
	height:33px;
	margin:0;
	background:##27457a;
	
}
.firstStyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*? /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 15px 10px 15px 10px;
}
.firstStyle #sbContent1 {
	background: #EBEBEB;
	padding-bottom:5px;
}
.firstStyle #sbContent1 p {
	margin:5px 10px 5px 10px;
	line-height:20px;
}
.firstStyle #sbContent2 {
	background: #EBEBEB;
	padding-bottom:5px;
}
.firstStyle #sbContent2 p {
	margin:5px 12px 5px 10px;
	font-size:11px;
	line-height:14px;
}
.firstStyle #sidebar2 {
    float: right;
    width: 190px; 
    margin: 15px 10px 15px 10px;
}
.firstStyle #sbContent3 {
	background: #EBEBEB;
	padding-bottom:5px;
}
.firstStyle #sbContent3 p {
	margin:5px 10px 5px 10px;
	line-height:20px;
}
.firstStyle #sbContent4 {
	background: #EBEBEB;
	padding-bottom:5px;
}
.firstStyle #sbContent4 p {
	margin:5px 12px 5px 10px;
	font-size:11px;
	line-height:14px;
}
.firstStyle #sidebar3 {
    float: right;
    width: 220px; 
    margin: 15px 0px 15px 0px;
}
.form1 input{
	width:185px;
	height:20px;
	color: #000000;
	padding:2px 0 0 5px;
	border:1px #1B2C3F solid ;
	background-color:#FFFFFF
}

.form1 textarea {
	width:185px;
	height:158px;
	color: #000000;
	overflow: auto;
	padding:2px 0 0 5px;
	border:1px #1B2C3F solid;
	background-color:#FFFFFF
}
.form2 input{
	width:185px;
	height:20px;
	color: #000000;
	padding:2px 0 0 5px;
	border:1px #1B2C3F solid ;
	background-color:#FFFFFF
}
.form2 table {
	color:#FFFFFF;
	font-size:14px;
	text-align:left
}
.form2 textarea {
	width:185px;
	height:158px;
	color: #000000;
	overflow: auto;
	padding:2px 0 0 5px;
	border:1px #1B2C3F solid;
	background-color:#FFFFFF
}
.firstStyle #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.firstStyle #mainContent h1{
	font-size:16px;
	margin-top:15px;
	margin-bottom:10px;
}
.firstStyle #mainContent h2{
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}
.firstStyle #mainContent p{
	margin-top:0px;
	margin-bottom:20px;
	line-height:20px;
}
.firstStyle #mainContent ul {
	padding-left:20px;
	padding-right:20px;
}
.firstStyle #mainContent li{
	font-size:14px;
	line-height:22px;
	margin-top:15px;
	margin-bottom:15px;
}
.firstStyle #subContent {
	clear:right;
	margin: 15px 225px 20px 225px;
	padding: 0px 10px 0 10px;
	text-align:center;
}

.firstStyle #subContent IMG{
	margin-right:5px;
}
.firstStyle #subContent h1{
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
}
.firstStyle #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000066;
	font-size:9px;
	text-align:center;
	color:#CCCCCC;
} 
.firstStyle #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 */
}
.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;
}
