@charset "utf-8";
body  {
	margin: 0px;
	padding: 0px;
	background-color: #005011;
}
.homePage #container {
	width: 950px;
	background: #FFFFFF;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	border: 0px solid #FFF;
	padding: 25px;
} 
.homePage #header {
	margin: 0px;
	background-image: url(../images/header.jpg);
	height: 206px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 322px;
} 
.homePage #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.homePage #header img {
	padding: 0px;
	margin-top: 186px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homePage #headerSecondary {
	margin: 0px;
	background-image: url(../images/header.jpg);
	height: 206px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 197px;
}
.homePage #headerSecondary img {
	padding: 0px;
	margin-top: 186px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homePage #headerSecondary h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.homePage #sidebar1 {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.homePage #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 281px;
	background-color: #EAEAEC;
	height: 411px;
	width: auto;
} 
.homePage #mainContent img {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 40px;
}

.homePage #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 40px;
	line-height: 16px;
}
.homePage #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BF3010;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.homePage #footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #575757;
	font-weight: bold;
	width: auto;
	padding: 0px;
	height: 25px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
} 
.homePage #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fauxColumns {
	background-image: url(../images/background_columns.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.homePage #sidebarExpandable1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: auto;
}

.homePage #mainContentExpandable {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 281px;
	height: auto;
	width: auto;
}

.homePage #mainContentExpandable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 40px;
	line-height: 16px;
}
.homePage #mainContentExpandable img {
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	float: left;
}
.homePage #mainContentExpandable h4 img{
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.homePage #mainContentExpandable h1 img {
	float: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.homePage #mainContentExpandable h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005011;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.homePage #mainContentExpandable h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005011;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.homePage #mainContentExpandable h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 40px;
	line-height: 16px;
	font-weight: normal;
}


.homePage #mainContentExpandable ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
	line-height: 16px;
	margin-top: -15px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#form1 table td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
#form1 table tr #formBox {
	text-align: left;
}
#form1 table tr #formBox input {
	border: 1px solid #666;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
	width: 275px;
	vertical-align: middle;
}
#form1 table tr #formBox label #imageField {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#form1 table tr #formBox textarea {
	border: 1px solid #666;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
	width: 275px;
}



#formBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

a:link {
	color: #005011;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #005011;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #8C9093;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #005011;
	font-weight: bold;
}


.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}





.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;
}
.homePage #container #footer p {
	text-align: right;
}

