@charset "UTF-8";
body  {
	font: 100% Helvetica, "Helvetica Neue", Arial;
	background: #000000;
	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: #FFFFFF;
}
.quote {
	font-style: italic;
	color: #B5D334;
}
.quotename {
	font-weight: normal;
	margin-left: 20px;
	font-style: italic;
	color: #B5D334;
}
#container {
	width: 780px;
	margin: 0 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. */
	background: #280000;
} 
#header {
	background: #280000 url(images/round_corner.gif) no-repeat right top;
	padding: 0 10px 0 8px;  /* 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: 130px;
} 
#header img {
	padding-left: 585px;
	padding-top: 15px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
}
#header li a {
	display: block;
	float: left;
	padding: 8px 15px;
	color: #fff;
	text-decoration: none;
}
#header li {
	font-size: 100%;
	float: left;
}
#header li a:hover, #header li a:active {
	color: #B5D334;
}
#header li a.current, #header li a.current:hover, #header li a.current:active{
	color: #B5D334;
	cursor: default;
}
#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;
}
h1 {
	color: #B5D334;
	font-size: 1.4em;
}
#mainContent2 h1 {
	font-size: 1.4em;
	color: #B5D334;
	padding-left: 20px;
}
h2 {
	font-size: 1.1em;
}
a img {
	border: none;
}
#mainContent h2 {
	font-size: 1em;
	line-height: 110%;
	font-weight: normal;
}
#sidebar1 {
	width: 160px; /* 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: #280000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-right: 20px;
	float: right;
	display: inline;
}
#sidebar1 h3 {
	font-size: 1em;
	color: #B5D334;
	padding-left: 5px;
}
.horizontal_rule {
	padding-left: 5px;
}
#sidebar1 p {
	font-size: 0.8em;
	margin: 0;
}
#sidebar1 .header {
	font-weight: bold;
	color: #B5D334;
}
#sidebar1 a img {
	text-decoration: none;
	border: 0;
	padding-bottom: 10px;
}
#sidebar1 a {
	text-decoration: none;
	margin: 0;
	display: block;
	color: #FFF;
	width: 150px;
	padding: 5px;
}
#sidebar1 a:hover{
	background: #990033;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #280000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-right: 20px;
	display: inline;
}
#sidebar2 #box {
	background: #FFF;
}
#sidebar2 #box h1 {
	background: url(images/boxes/main.jpg) no-repeat;
	color: #280000;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 120px;
	padding-left: 10px;
}
#sidebar2 #box p {
	color: #280000;
	padding: 0px 10px 10px;
}
#sidebar2 #box p a {
	color: #280000;
}
.greyline {
	padding-top: 20px;
	padding-bottom: 5px;
}
h3 {
	font-size: 1em;
	color: #B5D334;
}
#sidebar2 h4 {
	font-size: 0.9em;
	color: #FFFFFF;
}
#sidebar2 p {
	font-size: 0.8em;
}
#sidebar2 a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
}
#sidebar2 a:hover, #sidebar2 a:active {
	color: #B5D334;
}
#sidebar2 #box p a:hover, #sidebar2 #box p a:active {
	text-decoration: underline;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
}
#mainContent h5 {
	font-size: 1em;
	line-height: 110%;
	color: #FFFFFF;
	font-weight: normal;
}
#mainContent a {
	text-decoration: none;
	color: #999999;
}
#mainContent a:hover,#mainContent a:active {
	color: #B5D334;
	}
#mainContent li {
	font-size: 0.9em;
	line-height: 110%;
}
#mainContent {
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right 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 5px 0 20px;
} 
#mainContent p {
	font-size: 0.9em;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#280000;
} 
#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;
	width: 59%;
	font: 0.8em Helvetica, "Helvetica Neue", Arial;
	color: #CCCCCC;
}
#footer ul {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: right;
	width: 39%;
	list-style: none;
}
#footer li {
	float: right;
}
#footer li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 0.8em;
}
#footer li a:hover, #footer li a:active, #footer li a:focus {
	color: #B5D334;
}
.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;
}
fieldset {
	border-style: none;
	font-size: 0.8em;
	line-height: 1.8em;
}
label {
	margin-top: 0.5em;
	display: block;
}
input, textarea {
	width: 21em;
	background: #FFFFFF;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
}
textarea {
	margin-left: 0px;
	padding-left: 0px;
	height: 8em;
}
input#submit {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 1.3em;
}
input:focus, textarea:focus {
	background: #E5EBF4;
}
.submit {
	background: #280000;
	border: 1px solid #FFFFFF;
	font: 0.8em Helvetica, "Helvetica Neue", Arial;
	color: #FFFFFF;
}
#mainContent2 {
}

