@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	padding:0;
	margin:0;
}

body, h1, h2, h3, h4,  {
    font-family: "Times New Roman", Times, serif;
	}
h1 {
	font-size:26px;
	color: #008000;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
	z-index:0;
	}
h2 {
	font-size:14px;
	line-height:20px;
	color: #008000;
	font-weight: bold;
	padding-bottom: 0px;
			margin:5px;
			z-index:0;
	}
	
h3 {
    font-size: 12px;
	line-height:16px;
    color:#008000;
		padding-bottom: 0px;
			margin:5px;
			z-index:0;
	}
	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height:20px;
	margin:5px;
	color:#000000;
	padding-bottom: 7px;
	z-index:0;
	}


a {
	color: #008000;
	text-decoration: underline;
	z-index:0;
	}
	
a:hover, a:hover {
	color:#000;
	text-decoration:underline;
	z-index:0;
	}

img {
	border: 0px; 
	
	}

tr, td {
	border:none;
	}
	
table {
	font:11px "Times New Roman", Times, serif;
	color:#008000;
	}

.boardtable {
	font-size:12pt;
    font-family: "Times New Roman", Times, serif;
	color:black;
}

.boardtable td {
	font-size:12pt;
    font-family: "Times New Roman", Times, serif;
	color:black;
}
  
dd, dt {
	margin:0;
	padding:0;
	}
	
hr {
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:1px dotted #c20010;
 	width: 100%;
}

#float {
	width:780px;
	margin:0 auto;
	z-index:0;
	}

#main {
	width:780px;
	text-align: left;
	position:relative;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index:0;
	}
	
	
#header {
	position:relative;
	width:780px;
	height:130px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background-color: #FFFFFF;
	}
	
#header img {
	margin:0;
	padding:0;
	}

#leftnav {
	position:relative;
	width:140px;
	float:left;
	display:inline;
	margin:0px;
	z-index:1000;
		}

#navlist li {
	width: 175px;
	height: 25px;
	list-style: none;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	margin-left: -40px;
	margin-top: 0px;
	z-index:1000;
}

#navlist li a {
	width: 160px;
	height: 25px;
	list-style: none;
	text-decoration: none;
	background-image: url(images/button-up.gif);
	float: left;
	color: #000000;
	padding-left: 15px;	
	z-index:1000;
}

#navlist li a:hover {
	list-style: none;
	text-decoration: none;
	background-image: url(images/button-over.gif);
	color: #000000;	
	z-index:1000;
}

#content {
	position:relative;
	width:610px;
	float:left;
	display:inline;
	min-height:400px;
	margin-left:20px;
	z-index:0;
	
		}
		 /* for Internet Explorer */
 /*\*/
 * main #content {
 height: 400px;
 z-index:0;
 }
 /**/
		
#footer {
	position:relative;
	height:40px;
	width:780px;
	float:left;
	display:inline;
	color: #008000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
		}
		
		
#address {
	position:relative;
	float:left;
	display:inline;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 20px;
		}		
	
.table_border {
	border: 1px solid #008000;
}



