@charset "utf-8";

a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#003333;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:underline;
}
body  {
	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: #837773;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



ul.navbar {
	list-style-type:none;
	float:left;
	display:block;
	clear:both;
	margin:0;
	padding:0;
	letter-spacing: 4px;
}
ul.navbar li {
	display: inline;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
} 
.twoColFixLtHdr #header {

} 
.twoColFixLtHdr #menu {
	margin-left: 160px;
}

.twoColFixLtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-bottom: 0;
	margin-left: 125px;
	padding-left: 0px;
	margin-top: 115px;
}
.twoColFixLtHdr #mainContent2 {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 125px;
	padding-left: 50px;
	margin-top: 115px;
}
.twoColFixLtHdr #mainContent3 {
	margin-bottom: 0;
	padding-right: 250px;
	text-align: justify;
}

.twoColFixLtHdr #mainContent4 {
	float: right;
	margin-left: 10px;
	margin-top: 50px;
}



.twoColFixLtHdr #footer {

} 
.twoColFixLtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #837773;
}
.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;
}


a.nav:link, a.nav:visited {
	display:block;
	margin:0;
	color:#211c1b;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -1px;
}
a.nav:hover, a.nav:active {
	display:block;
	margin:0;
	color:#ffd400;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -1px;
}
.textarea {
	background-color: #837773;
	clear: none;
	border: 0px none #837773;
	text-align: center;
	font-size: 9px;
}
#flashcontent {
	margin-bottom: 0;
	height: 500px;
}
.form {
	margin-bottom: 0px;

}
