@charset "utf-8";
/* CSS Document */
 
body {
	width:1022px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color:#555;
	font-size: 13px;
}
p {
	margin-top: 0;
}
#header {
	width:1022px;
	height:110px;
}
#headerlogo {
	float: left;	
}
#headerright {
	float:right;
	margin-top:25px;
	width:250px;
}
#bluepatch {
	float:right;
	background:url(/images/bluepatch.gif) no-repeat;
	background-position:center;
	height:52px;
	width:170px;
	margin-right:50px;
	margin-top: 25px;
	text-align:right;
}
#bluepatchtext {
	margin-top:18px;
	margin-right:13px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -0.7px;
	font-family:Arial, Helvetica, sans-serif;
}
#bluepatchtext a {
	color:#FFF;
	text-decoration:none;
}
#bluepatchtext a:hover {
	color:#FFF;
	text-decoration:underline;
}
#logo {
	float: left;
	margin: 20px 0 0;
	width:270px;
}
#navigation {
	clear: both;
	width:1022px;
	height:85px;
	background-image:url(/images/background.jpg);
	margin-top: 0px;
}
#navigation ul {
	list-style-type: none;
	background-image:url(/images/background.jpg);
	height: 80px;
	width: 815px;
	margin: auto;
}
#navigation li {
	float: left;
}
#navigation ul a {
	background-image: url(/images/button_divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	line-height: 80px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #371C1C;
}
#navigation ul a:hover {
	color: #FFF;
}
#content {
	margin:0;
	width:1022px;/*	min-height:800px; /* for modern browsers */
/*	height:auto !important; /* for modern browsers */
}
#content .center {
	float: right;
}
#headerimage {
	margin-top: 10px;
}
#contentleft {
	width: 440px;
	float: left;
	text-align:justify;
}
#contentright {
	width: 440px;
	float: right;
	text-align:justify;
}
#contentbottom {
	clear: both;
	margin-left: 10px;
	margin-top: 50px;
	width: 880px;
	display: block;
}
#footer {
	margin:0;
	width:1022px;
	height:90px;
	background-color: #9ab447;
}
#footer p {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 170%;
}
h2 {
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#9ab447;
	font-weight:bolder;
	margin:.6em 0;
	letter-spacing: 1px;
}
#newsletterbox {
	margin:0;
	margin-left: 250px;
	background:url(/images/newsletter_bg.jpg) no-repeat;
	width:404px;
	height:100px;
}
#newsletterbox p {
	margin-top:0px;
	padding: 10px 0px 0px 0px;
	line-height:2.8em;
	color:#fff;
	text-align:center;
}
#gentable table a:link {
	text-decoration:none;
	color: #CC6633;
	display:block;
}
#gentable table a:visited {
	color: #CC6633;
	text-decoration:none;
	display:block;
}
#gentable table a:hover {
	color: #999966;
	display:block;
}
#gentable table a:active {
	color: #CC6633;
	display:block;
}
#gentable table a:focus {
	color: #CC6633;
	display:block;
}
#gentable table caption {
	padding: 18px 2px 15px 2px;
	color: #cfcfcf;
	background-color: inherit;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
}
#gentable table {
	border: 1px solid #D9D9D9;
}
#gentable table tr td {
	padding: 6px 9px;
	text-align:left;
}
#gentable table thead th {
	background-color: #E5E5D8;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #D9D9D9;
	font-weight: bold;
	text-align:left;
	padding: 16px 9px;
	color:#592C16;
}
#gentable table tbody tr th {
	background-color: #fff;
	font-weight: normal;
	border-left: none;
	padding: 6px 9px;
	background-color: #E5E5D8;
}
#gentable table tbody td {
	border-left: 1px solid #D9D9D9;
}
#gentable table tbody tr.odd {
	background-color: #F3F3F3;
}
#gentable table tbody tr:hover {
	color: #333333;
	background-color: #E5E5D8;
}
#gentable table tbody tr.odd:hover {
	color: #333333;
	background-color: #E5E5D8;
}
#gentable table tfoot td, #gentable table tfoot th {
	border-top: 1px solid #ccc;
	font-weight:bold;
	color:#592C16;
	padding: 16px 9px;
}

#pagination ul{border:0; margin-top:5px; padding:0;}

#pagination li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
}
#pagination a{
border:solid 1px #9aafe5;
margin-right:2px;
}
#pagination .previous-off,
#pagination .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
} 
#pagination .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
color:#0e509e;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #0e509e;
}

.imgborder {
background:white;
padding:4px;
border:1px solid black;
}
#menubar
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#menubar li
{
list-style: none;
margin: 0;
display: inline;
}

#menubar li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#menubar li a:link { color: #448; }
#menubar li a:visited { color: #667; }

#menubar li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#menubar li a#current
{
background: white;
border-bottom: 1px solid white;
}
.boldbluetext {
	font-family:Verdana, Geneva, sans-serif;
	color:#36C;
	font-weight:bold;
	font-size:12px;
}
.geninfo, .gensuccess, .genwarning, .generror, .genvalidation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.geninfo {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/info.png');
}
.gensuccess {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/success.png');
}
.genwarning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning.png');
}
.generror {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/error.png');
}
