/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;	
	margin-top: 50px;
}

body {
	background-color: #2F4027;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/greenbg.png);
	background-repeat: repeat-x;
}

a {text-decoration: none; font-weight: bold;}
a:link {color: #006600;}
a:visited {color: #006600;}
a:hover {text-decoration: underline; color: #996600;}
a:active {text-decoration: none; color: #996600;}

/* div classes */

div.container {
	width: 966px;
	text-align: left;}
	
div.leftpanel {
	position: relative;
	width: 211px; height: 580px;
	float: left;
	}
	
div.subpanel {
	width: 186px; height: 374px;
	padding: 15px 10px 10px 15px;
	}
	
div.rightpanel {
	width: 755px; /*height: 668px;*/
	float: right;
	}
	
div.nav {width: 755px; height: 58px;}

div.footer {
	width: 685px; height: 41px;
	background-image: url(../images/footerbg.png);
	padding: 10px 35px;
	}	
	
div.page {
	width: 715px; 
	min-height: 488px;
	height: auto;
	padding: 15px 25px 15px 15px;
	background-image: url(../images/pagebg.png);
	}
	
div.home {
	width: 685px; height: 458px;
	padding: 15px;
	}
	
div.content {
	width: 680px; 
	min-height: 470px;
	height: auto;
	background-color: #ffffff;
	padding: 15px 0px 0px 35px;
	}

div.scroll {
	width: 680px; height: 435px;
	overflow: auto;
	}
	
div.text {
	padding: 15px 30px 15px 0px;
	}
	
div.imgcol {
	width: 305px;
	padding: 0px 0px 10px 35px;
	float: right;
	background-color: #ffffff;
	}
	
div.insetimage {
	width: 270px; height: 189px;
	background-image: url(../images/picturecaptionbg.png); background-repeat: no-repeat;
	padding: 13px 16px 13px 13px;
	}
	
div.panelimage {
	width: 180px; height: 126px;
	padding: 0px 6px 6px 0px;
	}


/* subnav style */
.subpanel {font-size: 11px; font-weight: bold;}
.subpanel a:link {color: #591B10;}
.subpanel a:hover {color: #ffffff;}
.subpanel ul {padding: 0px; margin: 5px 2px 5px 28px; list-style-type: none; line-height: 12px;}
.subpanel ul li {padding-bottom: 3px;}

/* news style */
.news {font-size: 11px; font-weight: bold; color: #ffffff;}
.news a:link {color: #ffffff;}
.news a:hover {color: #591b10;}
.news ul {padding: 0px; margin: 5px 2px 5px 28px; list-style-type: disc; line-height: 12px;}
.news ul li {padding-bottom: 12px;}
	
/* text styles */
	
.white {color: #ffffff;}
.copyright {color: #C0AA83;}
.size9 {font-size: 9px; line-height: 11px;}
.size10 {font-size: 10px; line-height: 12px;}
.size13 {font-size: 13px;}
.size18 {font-size: 18px;}

.sectionhead {font-size: 20px; font-family: "Times New Roman", Times, serif; line-height: 24px;}
.copyblock {margin: 10px 0px 17px 10px; border-bottom: 1px dotted #cccccc;}

.altcell {background-color: #EEF0EB;}

label {
	float: left;
	width: 110px;
	}
#Submit{
margin-left: 110px;
}
.insetlogo {padding: 10 10 5 0px;}

/*PAGINATION*/
.pagination {
	text-align: right;
	height: 15px;
	padding: 0px 20px 5px 0;
}

.pagination a {
	padding: 2px 2px 2px 2px;
	margin: 2px;
	text-decoration: none;
	font-size: 11px;
	color: #006600;
}
.pagination a:hover, .pagination a:active {
	color: #996600;
}
.pagination span.current {
	padding: 2px 2px 2px 2px;
	margin: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagination span.disabled {
	padding: 2px 2px 2px 2px;
	margin: 2px;
	color: #DDDDDD;
}