@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #006600;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/4men13k.gif);
}
#container
  {
	width: 80%;
	border: 0px none #000000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
	background-color: #FFFBEC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #FFFBEC;
	width: auto;
	background-image: url(../images/_top-banner3.jpg);
	background-attachment: fixed;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0px;
	margin: 0px;
} 
#sidebar1
  {
	float: right;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFE8DF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 1%;
}
#mainContent
  {
	text-align: justify;
	float: none;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: normal;
	height: auto;
} 
#footer  {
	padding: 0 10px;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FF0000;
	background-color: #9BFF9B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
} 
#footer  p  {
	margin: 0;
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.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;
}
#nav {
	text-align: center;
	padding: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #006600;
	text-decoration: none;
	font-weight: bolder;
}
#nav a:hover {
	font-size: small;
	color: #FF0000;
	text-decoration: none;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-size: small;
	color: #FF0000;
	text-decoration: none;
}
