@charset "UTF-8"; 
<!-- 
* {  padding:0px;
	margin:0px;
	}
img {
	border:none;
	}
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/mainBack2.jpg) top center;
	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;
}
.hammerDown #container { 
	width: 850px;
	height:1000px;  
	background:url(../images/contentBack.jpg) no-repeat top center;
	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. */
} 
.hammerDown #header { 
	background:url(../images/header1.jpg) no-repeat top center;
	height:270px;
} 
.title {
	padding-top:50px;
	padding-left:120px;
	}

.hammerDown #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.hammerDown #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
font:12px Verdana, Arial, Helvetica, sans-serif;
}
.hammerDown #sidebar1 h3 {
font:1.1em "Times New Roman", Times, serif;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom:10px;
	color:#C73821;
}
.hammerDown #sidebar1 a {
font-size:1.2em;
color:#000;
	margin-top:3px;
	margin-left:20px;
	}
.hammerDown #sidebar1 img{
	margin-top:15px;
	margin-left:30px;
	}
.hammerDown #mainContent {
	margin: 0 .5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
#mainContent img {
	margin-left:45px;
	}
#mainContent a {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	}
.hammerDown #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.hammerDown #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 */
}
#footer h3 {
font:1em "Times New Roman", Times, serif;
	color:#C73821;
}
.nav ul {
	margin-top:150px;
	}
.nav ul li{
	display:inline;
	}
.nav ul li {
	margin-left:80px;
	}
a {
	color:#FFFFFF;
	font:30px "Times New Roman", Times, serif;
	text-decoration:none;
	}
a:hover {
	color:#CCC;
	}
.numbers {
	color: #5B4536;
	font-size: 0.85em;
}
.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;
}
/*This area for fonts*/
#mainContent h1 {
font:1.8em "Times New Roman", Times, serif;
text-align:left;
margin-left:50px;
margin-top:10px;
color:#7b5e49;
padding-top:0px;
}
#mainContent h2 {
font-size:1.1em;
margin-left:50px;
margin-bottom:15px;
color:#5B4536;
}
#mainContent h3 {
font-size:.9em;
margin-left:50px;
margin-bottom:6px;
color:#C73821;
}
#mainContent p {
margin-top:20px;
margin-left:60px;
margin-right:30px;
}
#mainContent h3 a {
font:Verdana, Arial, Helvetica, sans-serif;
	color: #5B4536;
	font-size:.85em;
	
	}
#footer .fssa {
margin-top:20px;
	float:right;
	}
/*form styling */
.form {

	}
form {
border:2px solid #7b5e49;
background:#BEB3A1;
margin-left:180px;
  font-size: .8em;
  width: 20em;
}


/* fieldset styling */
fieldset {
  margin: .1em 0; /*  space out the fieldsets a little*/
  padding: .1em;
  border :none;

/* legend styling */
legend {
  font-weight: 700;
  color:#7b5e49;
}


/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 1em;
  color:#000000;
}

input {
  width: 175px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #E1DCD1;
}

textarea {
  width: 175px;
  height: 100px;
}
--> <!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.hammerDown #sidebar1 { padding-top: 30px; }
.hammerDown #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
