body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #508B0B;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding: 10px;
	height: auto;
}
.oneColFixCtrHdr #header {
	height:95px;
	text-align:center;
	background-color: #508A0C;
	background-image: url(images/header_bkgrnd1.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding: 0px;
	}
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:24px;
	}
.oneColFixCtrHdr #menu {
	background-image:url(images/menu_bkgrnd.png);
	background-repeat:repeat-x;
	height:36px;
	text-align: center;
	margin-top: 5px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border:2pt solid #CCCCCC;
	height:auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 2pt;
}
.oneColFixCtrHdr #footer_in{
	width:100%;
	height:auto;
	left: 0px;
	top: auto;
	z-index:1;
	background-color: #508B0B;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;	
	margin: 10px 0px;
	}
#Layer11 {
	width:100%;
	height:20px;
	z-index:3;
	top: 0px;
	left: 0px;
	}
#Layer12 {
	width:100%;
	height:20px;
	z-index:2;
	top: 95px;
	left: 0px;
}

.oneColFixCtrHdr #lhcolumn {
	float:left;
	width: 430px;
}
.oneColFixCtrHdr #rhcolumn {
	float:right;
	width: 430px;
}
.video{
	height: 385px;
}
.alert {
	background: #fff6bf url(./images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 10px 20px 10px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.breadcrumb {
	font-size: 60%;
}
h2 {
	color: #006633;
}
h4 {
	font-size: 16px;
	color: #006633;
}
/* Slideshow css starts here*/

input { font-size:11px; padding:0px; margin:0px; font-weight:normal; text-decoration:none; }
select,
option { font-size:11px; font-weight:normal; text-decoration:none; }
a { font-size:11px; font-weight:bold; text-decoration:none; color:#99cc00; }
a:hover { font-size:11px; color:#006633; font-weight:bold; text-decoration:underline; }

/* Slideshow css ends here*/

