@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	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 */
	background-color:#cfe5ae;
	background-image:url(../images/bkgd.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #666666;
	text-decoration:none;
}

a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #CCC;
	text-decoration:none;
	}

a:active {
	color: #000
	text-decoration:none;
}

a.one:link {
	color: #090;
	text-decoration:underline;
}

a.two:link {
	color: #666666;
	text-decoration:underline;
}

.clr {clear:both;} 


.oneColFixCtr #header {
	width: 836px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 165px;
	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. */
}

.oneColFixCtr #container {
	width: 836px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;	
}

.oneColFixCtr #leftColumn {
	width: 155px;
	border-top: 1px solid #99cc33;
	float: left;
	background:none;
}

.oneColFixCtr #leftColumn2 {
	width: 300px;
	float: left;
	padding:8px 8px 8px 8px;
	background:none;
}

.oneColFixCtr #leftColumn td{
	width:155px;
	height:40px;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
	border-bottom: 1px solid #99cc33;
	text-decoration: none;
		}
		
.oneColFixCtr #navigationSub td {
	width:155px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #99cc33;
	}
	
.oneColFixCtr #navigationSub a {font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #99cc33;
	text-align:right;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding:8px 8px 8px 8px;
	}
	
.oneColFixCtr #navigationSub a:hover {
	color:#D6D6D6;
	}

.oneColFixCtr #rightColumn {
	width: 625px;
	float: right;
	border-left: 2px solid #99cc33;
	background:none;
	font-size: 13px;
	text-align: center;
	color: CCC;
}

.oneColFixCtr #rightColumn5 {
	width: 625px;
	float: right;
	border-left: 2px solid #99cc33;
	background:none;
	font-size: 12px;
	text-align: left;
}

.oneColFixCtr #rightColumn2 {
	width: 300px;
	float: right;
	padding:20px 0px 0px 8px;
	background:none;
}

.oneColFixCtr #rightColumn h1{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #rightColumn5 h1{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #rightColumn h2{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #tables {
	width: 660px;
	float: center;
	clear: both; 
	background:none;
}

.oneColFixCtr #mainContent p{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	padding-left: 20px;
}

.oneColFixCtr #mainContent p.first{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-align: left;
}

.oneColFixCtr #mainContent p.second{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size:18px;
	font-weight:normal;
	padding: 0;
}

.oneColFixCtr #mainContent ul{
	padding-right:10px;
	text-align: left;
}

.oneColFixCtr #footer {
	width: 836px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}

.navArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #99cc33;
	}
	
.navArrowsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666;
	}
	
.navArrowmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align:right;
	color: #666;
	}
	
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #99cc33;
	font-weight: bold;
	}
	
.navSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #99cc33;
	font-weight: bold;
	}
	
.navTextnew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #F00;
	font-weight: bold;
	}
