/* CSS Document */

html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, fieldset, form {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #666666;
	text-align: center;
	background-image: url(../images/bg_pattern.gif);
}

a:link, a:visited, a:active {
color: #7DC242;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: none;
background-color: #7DC242;
} 

table {
font-size: 80%;
}

#wrapper {
	background-color: #FFFFFF;
	width: 760px;
	margin: 10px auto;
	margin-top: 0px;
	border: 1px solid #314E18;
	text-align: left;
	/*background-image:url(../images/main_bg.jpg);*/
	}

#banner {
	height: 110px;
	background-image: url(../images/header_banner.jpg);
	background-repeat: no-repeat;
}

#nav {
	height: 38px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	}
	

#flashbanner {
	/*height: 150px;
	padding: 10px 0 10px 0;*/
}

#bodytop {
	height: 14px;
	background-image:url(../images/bot_flash.jpg);
	}
	
#bodybottom {
	height: 12px;
	background-image:url(../images/footer_banner.jpg);
	background-repeat: no-repeat;
	}	
	
#mainbody {
	width: 760px;
	float: left; /* makes it contain children floats */
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	}	
	
#mainbodyMembers {
	width: 760px;
	/*float: left;  makes it contain children floats */
	background-image:url(../images/content_bg2.jpg);
	background-repeat:repeat-y;
	}		

#contentholder {
	float: left;
	width: 563px;
	}
	
#contentholder ul {
	font-size: 80%;
	list-style-image:url(../images/list_icon.gif);
	margin-left: 30px;
	}
	
#contentholder ol {
	font-size: 80%;
	margin-left:30px;
	}			
			
	
#leftcol {
	margin-top: 20px;
	margin-left: 0px;
	float:left;
	width: 190px;
	}
	
#leftcol2 {
	margin-top: 20px;
	margin-left: 0px;
	float:left;
	width: 190px;
	}
	
#leftcol p{
	font-size: 80%;
	margin: 10px;
	}	
	
#leftcol h1, h2, h3, h4{
	font-size: 100%;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7dc242;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	}	

#leftcol #nav {
	border-bottom: 1px solid #000000;
}
 
#leftcol #nav ul{
	padding: 0;
	margin: 0;
	background-color: #00FF99;
	list-style-type: none;
	}
	
#leftcol ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
	
#leftcol ul li {
	font-size: 80%;
	color:#0033FF;
	background-color:#999999;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
	}
	
#leftcol ul li {
	background-color: #FF0000;
	}
	
#rightcol {
	margin-top: 20px;
	float: right;
	width:190px;
	margin-left: 0px;
	padding-left: 2px;
	}
	
#rightcol h1, h2, h3, h4{
	font-size: 100%;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7dc242;
	padding-left: 5px;
	padding-right: 5px;
	}			
		
#rightcol p{
	font-size: 80%;
	margin: 10px;
	}
	
#rightcol ul {
	font-size: 80%;
	list-style-image:url(../images/list_icon.gif);
	margin-left: 30px;
	}
	
#rightcol ol {
	font-size: 80%;
	margin-left:30px;
	}		
								
	
#content {
	width: 373px;
	margin-left:191px;
		}	
		

#contentMembers {
	width: 525px;
	margin-left:191px;
		}			
	
#content p{
	font-size: 80%;
	margin: 20px;
	}	
	
#contentMembers p{
	font-size: 80%;
	margin: 20px;
	}	
	
#content h1 {
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #7dc242;
	padding: 0;
	margin: 20px;
	}
	
#contentMembers h1 {
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #7dc242;
	padding: 0;
	margin: 20px;
	}	
	
#content h2 {
	font-size: 95%;
	}
	
#contentMembers h2 {
	font-size: 95%;
	}
	
#contentMembers ul {
	font-size: 80%;
	list-style-image:url(../images/list_icon.gif);
	margin-left: 30px;
	}
	
#contentMembers ol li {
	font-size: 80%;
	margin-left: 30px;
	}	
	
#content ol {
	margin-left: 30px;
	}				
	
#footer {
	clear: both;
	border-bottom: 5px solid #005CAB;
	background-color:#005CAB;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
#footer p {
	font-size: 70%;
	padding: 3px;
	text-align: center;
	}	
	
#footer a:link, a:visited, a:active {
color: #7DC242;
text-decoration: underline;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: none;
background-color: #7DC242;
} 	

hr {
	height: 1px;
	width: 95%;
	border: 1px dotted;
}
	
	
.floatlft {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #000000;
	}
	
.floatrt {
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
	}				
	
.clearit {
	clear: both;
}

.astd_rows {
background-color: #CCCCCC;
}

.astd_rows2 {
background-color: #eeeeee;
}

.astd_rows3 {
	background-color: #CCCCCC;
	border: thin dotted #000000;
}

.buttonStyle {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	bottom-right: 1px solid #000;
	bottom-top: 1px solid #000;
	background-color:#CCCCCC;
	padding: 2px 2px 2px 2px;
	text-align: center;
	}
