@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
p {
	text-align:left;
	font-size:12px;
	line-height: 1.6em;
	}
ul {
	text-align:left;
	font-size:12px;
	line-height: 1.6em;}
a {
	color:#000000;
	text-decoration: underline;
	}
a:hover {
	color:#000000;
	text-decoration: none;
	}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	height:100%;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
} 
#header {
	background: #6a0504 url(graphics/banner_backgd.png) repeat-x left top;
	margin:0;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	color:#FFFFFF;
} 
#header h1 a {text-decoration:none;}
#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: 20px 0 0 120px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-transform: uppercase;
	position: relative;
	float:left;
	font: 21px Georgia, "Times New Roman", Times, serif;
}
#header h2 {
	position: relative;
	float:right;
	padding: 10px 0 0 0;
	text-align:right;
	font: normal 14px/1.4em Georgia, "Times New Roman", Times, serif;
	}
#header a {
	color:#FFFFFF;}
.headertop {
	color: #FFFFFF;
	font-size: 10px;
	background: #000000;
	height: 30px;
	padding: 5px;
	text-align:center;
	margin:0;
}
.logo {
	position:absolute;
	float:left;
	height: 102px;
	width:112px;
	margin-right: 8px;
	top: 20px;
	
}
/**** LEFT COLUMN *************/
#leftcolumn1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:0;
	position:relative;
	
}

/**** CONTENT *******/
#mainContent {
padding: 5px;
float: right;
margin: 0 -20px 0 0;
width: 600px;
background: #efefef
}
#mainContent h1 {
	padding:5px 10px 5px 10px;
	margin:5px 10px 0 10px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
}
#mainContent h2 {
padding:5px 10px 5px 10px;
margin:5px 10px 0 10px;
font: bold 18px Georgia, "Times New Roman", Times, serif ;
color:#9D0000;
font-size: 16px;
text-align: left;
}
#mainContent h3 {
padding:5px 10px 5px 10px;
margin:5px 10px 0 10px;
font-size: 12px;
text-align: left;
color:#9D0000;
}
#mainContent p {
padding:0 10px 0 10px;
margin:10px 10px 0 10px;
}
#mainContent ul {
padding:0 10px 0 10px;
margin:10px 10px 0 30px;
font-size:12px;
}
#mainContent ol {
padding:0 10px 0 10px;
margin:10px 10px 0 30px;
font-size:12px;
}
#mainContent img {
padding: 0 5px;}
.img1 {
	background-color:#636363;
	padding: 0;
	margin:0;
}
.login1 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	}
.style2 {
	font-size:18px;
	color:#990000;
	font-style:italic;
	}
table {
margin:0 20px;}
table td{
	padding: 5px;
	font:12px Arial, Helvetica, "sans-serif 1em";
}
.row1 {
background-color:#CCCCCC;}
.style3 {
	color: #FF0000;
	font-size: 18px;
}
/******** FORM STYLES *****/
.form {
width:400px;
padding: 10px;
margin:10px auto;
border:1px solid #000000;
}
.form fieldset{
display:block;
margin: 5px;
padding:5px; width:350px;
}
.form legend {
font-weight:bold;
font-size:12px;
}
.form input {
width: 250px;
margin:3px;
}
.form textarea {
width: 250px;
}
.form label
{display:block;
width: 80px;
float: left;
text-align: left;
  padding: 0;
  margin: 0; clear:right;
  font-size:12px;
}
label .comment {
display:block;
width: 120px;
float: left;
text-align: left;
  padding: 0;
  margin: 0; clear:right;
  font-size:12px;
}
.form .radio
{
  width: 25px;
  padding: 0;
  margin: 0;
  text-align: left;
}

.form1 {
width:500px;
}
/*** FOOTER ***/
#footer { 
	margin: 0 auto;
	padding: 3px 0 0 0; 
	background: url(graphics/footer_backgd.jpg) no-repeat left top;
	height:64px;
	width: 780px; 
	font-size:11px;
	color:#CCCCCC;
} 

.footer2 {
color:#FFFFFF;	font-size:11px;	text-align:center;
}
.footer2 a {
	color:#CCCCCC;
}
.footer3 {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	color: #666666;
}
.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;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}
.clearfloat1 { /* 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: 0;
}
.clearfloat:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
 }
.gx {
margin: 0 auto;	width: 780px; 	text-align: left;  font-size: 10px;
}
.gx p {font-size: 10px;	}
.gx a { color:#999999;}