@charset "utf-8";
body  {
	font: 12px 
	Arial;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-image: url(../images/BACK.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/BACK.jpg) top;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: /*1px solid #000000;*/
	;text-align: left; /* this overrides the text-align: center on the body element. */
	;
	height: auto;
} 
.twoColFixRtHdr #container #header {
	padding: 0px;  /* 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. */
	background-color: #007EBF;
	height: 150px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 580px; /* 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:; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 15px 10px 15px;
	background: #fff;
	height: auto;
	margin: 0;
}
ul {
	font-size: 12px;
}li {
	font-size: 12px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent img{
	float: right;
	margin: 0 0 0 10px;
}
a {
	color: #3B88B4;
}
.twoColFixRtHdr  h1, h2, h3  {
	margin: 0px 0px 0px auto;
	color: #3B88B4;
	vertical-align: top;
	padding: 0px 0px 0px auto;
	text-decoration: none;/*}
.twoColFixRtHdr #container #mainContent .logo: first-letter {
	font-weight: bold;

	color: #3399FF;
}
.twoColFixRtHdr #container #mainContent .logo: sec-letter {
	font-weight: bold;

	color: #3399FF;
}.twoColFixRtHdr #container #mainContent .logo: third-letter {
	font-weight: bold;

	color: #3399FF;*/
}
.twoColFixRtHdr #container #mainContent abbr {
margin: 0px 0px 0px auto;
	color: #3B88B4;
	vertical-align: top;
	font-family: "Bodoni MT", "Bodoni MT Condensed", "Bodoni MT Black", Biondi, arial;
	padding: 0px 0px 0px auto;
	text-decoration: none;}

.twoColFixRtHdr #container #mainContent textarea ,input{
	width:100%
}input.check{
width:10px
}
.twoColFixRtHdr #sidebar1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 615px;
	padding: 15px 10px 0px 15px;
}
.twoColFixRtHdr #container a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}




.twoColFixRtHdr #container #mainContent span.blue {
}
.twoColFixRtHdr  #container  #mainContent   .submit  {
	width: auto;
}


.twoColFixRtHdr #sidebar1 h2, h3{
	margin: 0px 0 0 auto;
	
}
.twoColFixRtHdr #container  .blue {
	color: #0000FF;
}
.twoColFixRtHdr #container .red {
	color: #CC0000;
}
.twoColFixRtHdr #container #mainContent .yel {
	color: #FFFF66;
}

.twoColFixRtHdr #footer {
	padding: 10px 15px;
	background-color: #3B88B6;
} 
.twoColFixRtHdr #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;
}
