@charset "utf-8";

@media screen {
	
body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif; /* 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;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/brown_texture.gif);
}
#container  {
	background-color: #eee;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1002px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #002242;
	border-right-color: #002242;
	border-bottom-color: #002242;
	border-left-color: #002242;
} 


#header  {


} 
#header img   {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002242;
	border-right-color: #002242;
	border-bottom-color: #002242;
	border-left-color: #002242;
}
#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 */
}
#sidebar  {
	width: 230px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	float: left;
	margin-top: 15px;
	background-color: #eee;
}
#navmenu {
	width: 14em;
	padding-left: 5px;
	overflow: hidden;
	background-color: #eee;
}
#footer  {
	padding: 10px 10px 0 20px;
	font-size: 86%;
	background-color: #006944;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
#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: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#footer p a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#footer #footermenu a {
	color: #FFF;
	text-decoration: none;
}
#footer #footermenu a:hover {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#footer #footermenu  {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.bold {
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.showprint {
	display: none;
}
#mainContent  {
	width: 720px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
} 
#mainContent #rounded_top {
	margin-left: -20px;
}
#mainContent .heading    {
	color: #000;
	padding-top: 5px;
	padding-bottom: 2px;
	width: 300px;
	margin-top: 2px;
	font-size: 100%;
	margin-left: 0px;
	padding-left: 5px;
	background-image: url(../images/heading_gr_rcrn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51B491;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent .heading2   {
	color: #000;
	background-color: #9D5D00;
	background-image: url(../images/header_br.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 230px;
	border: 1px solid #9D5D00;
	margin-top: -8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent .heading3 {
	color: #FFF;
	background-color: #006944;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#mainContent .progdesc {
	list-style-image: url(../images/bullet_gr_list.gif);
	padding-bottom: 5px;
	width: 680px;
}


.boxinfo {
	width: 300px;
	padding-left: 0px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 40px;
	background-color: #FFF;
}
.boxinfo p {
	padding-left: 12px;
}
#mainContent .boxinfo a  {
	font-weight: bold;
}


.boxinfo ul li {
	list-style-image: url(../images/bullet_gr_list.gif);
	margin-left: -10px;
	font-size: 80%;
	list-style-type: none;
	line-height: 1.4em;
}
#contactbox ul {
	list-style-image: url(../images/bullet4.gif);
}
#contactbox {
	width: 335px;
	border: 1px solid #9D5D00;
}
#memberdiv {
	background-image: url(../images/map2_500px.jpg);
	background-repeat: no-repeat;
	background-position: 190px 50px;

}

.aaa .boxinfo ul li {
	list-style-image: url(../images/bullet_gr_list.gif);
	margin-left: -10px;
	list-style-type: none;
	font-size: 100%;
}
#mainContent .progdesc #contentimg {
	padding: 10px;
}
#gvtprtable caption {
	font-size: 100%;
	font-weight: bold;
}
#gvtprtable th {
	font-size: 90%;
	font-weight: bold;
	background-color: #eee;
	text-align: left;
}
#printReady #ptp {
	font-size: 70%;
	margin-left: 900px;
}
}
@media print {
body {
	color:#000 !important;
	background:#fff !important;
	font-size:12px;
	text-align:left;
}
#headerimg, #sidebar, #footer, #navmenu, .noprint {
	display:none !important;
}

}
