@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #363636;
	background-repeat: repeat-x;
	background-image: url(../images/bkground.jpg);
}
.wrapper #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
.wrapper #header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0;
} 
.wrapper #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	padding-left: 20px;
}
.wrapper #container #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 20px;
	padding-left: 15px;
}
.wrapper #container #header ul {
	padding-top: 14px;
}
.wrapper #container #header ul li {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.wrapper #container #header ul li a, .wrapper #container #header ul li a:visited, .wrapper #container #header ul li a:active {
	color: #000;
	text-decoration: none;
}
.wrapper #container #header ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

.wrapper #container #header #main {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 20px;
	background-color: #FFF;
}
.wrapper #container #header #main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #960000;
	font-style: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.wrapper #container #header #main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #960000;
	font-style: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.wrapper #container #header #main .bodycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
.wrapper #container #header #main .bodycontent p a, .wrapper #container #header #main .bodycontent p a:visited, .wrapper #container #header #main .bodycontent p a:active {
	color: #700000;
}
.wrapper #container #header #main .bodycontent p a:hover {
	color: #DC8C01;
}
.wrapper #container #header .bottomsection {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #960000;
	height: 32px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.wrapper #container #header .bottomsection ul {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: -5px;
}
.wrapper #container #header .bottomsection ul li {
	padding-right: 105px;
	padding-left: 60px;
	margin-bottom: 10px;
}


.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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: 15px 10px 0px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #000;
}
.wrapper #container #sidebar1 ul {
	padding-left: 20px;
}
.wrapper #container #sidebar1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.wrapper #container #sidebar1 ul li a {
	color: #000;
	text-decoration: underline;
}
.wrapper #container #sidebar1 ul li a:hover {
	color: #FFF;
	background-color: #960000;
}


.wrapper #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.wrapper #container #sidebar2 .centeredtext #form1  {
	padding-top: 5px;
}
.wrapper #container #sidebar2 .centeredtext #form1 .formtable {
	text-align: left;
}


.wrapper #mainContent {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.wrapper #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d68800;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} 
.wrapper #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.wrapper #container #footer p a, .wrapper #container #footer p a:active, .wrapper #container #footer p a:visited {
	color: #000;
	text-decoration: underline;
}
.wrapper #container #footer p a:hover {
	color: #FFF;
	text-decoration: none;
}

.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;
}
.centeredtext {
	text-align: center;
}
.boldtext {
	font-weight: bold;
}
