body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	background:#2B2D2C;
	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-image: url('../images/bg.jpg');
	background-position:center;
	background-repeat:repeat-y;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.oneColFixCtrHdr #container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4d691f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #4d691f;
	height:125px;
	/* 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. */
}

#logo {float:left;}

#nav { background-color:#4d691f; height:20px; text-align:left; padding-left:13px; padding-right:13px;}

#nav a:link {
	color: #ddf3b3;
	text-decoration: none;
}
#nav a:visited {
	color: #ddf3b3;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
}
#nav a:active {
	color: #000000;
	text-decoration: none;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
}







#nav2 {background-image:url(../images/bottomnavbg.jpg); background-repeat:repeat-x; height:20px; padding-top:5px; padding-left:15px; padding-right:15px;}

#nav2 a {
	font-family: Arial, Helvetica, sans-serif; font-weight:bold;
	font-size: 11px; 
	color: #000000;
}
#nav2 a:link {
	text-decoration: none;
}
#nav2 a:visited {
	text-decoration: none;
	color: #000000;
}
#nav2 a:hover {
	text-decoration: none;
	color: #FFFF00;
}
#nav2 a:active {
	text-decoration: none;
	color: #FFFF00;
}

.oneColFixCtrHdr #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; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#ddf3b3; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h1 { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#ddf3b3;}

.oneColFixCtrHdr #mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4d691f;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff;
}

li{	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff;
}
td {	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff;
}

#home {height:102px; width:200px; margin:10px;}


#home2 img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border:#FFFFFF solid 2px;
}

#hometpl {height:100%; width:880px; background-color:#FFFFFF; margin:10px;}

#blueAreaText {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; margin:10px; width:200px;}

#blueAreaText2 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; margin:10px}

#whiteAreaText {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; margin:10px}

#subheader {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; padding:7px;}

#contentArea {padding:10px;}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4d691f;
	background-image:url(../images/footerbg.jpg); background-repeat:repeat-x;
}
.oneColFixCtrHdr #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-top:20px;
	text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}