/* CSS Document */

body { 
	color: #000; 
	font-size: 14px; 
	line-height: 16px;
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif; 
	text-align: left;
    margin: 0px;
	padding: 0px;


}

#container {
	width: 802px;
	height: auto;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	top: 0px;
}

#header {
 	width: 802px;
    height: 174px;
	background:transparent;
	margin: 0px 0px 0px 0px;
	padding:  0px;
	}

	
#main {
     position:relative;
 	width: 787px;
    height: auto;
	margin: 15px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #CCF1CE;
	border: 2px solid #8DC88F; 
}
	
p {
	font-size: 14px; 
	line-height: 18px;
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px 0px 10px 5px;
	padding: 0px;

}
#content1 p,
#content2 p,
#home p{
	font-size: 14px; 
	line-height: 18px;
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px 0px 2px 0px;
	padding: 0px;

}
h1{
    background: none;
	color: #000;
	font-size: 16px; 
	line-height: 20px;
	font-weight: bold; 
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif;  
	margin: 0px 0px 5px 0px;
	padding:  2px 0px 0px 0px;
}
h2 {
     background: none;
	 color: #000;
	font-size: 15px; 
	line-height: 17px;
	font-weight: bold; 
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif; 
     margin: 0px 0px 5px 0px;
	padding:  0px 0px 0px 0px;
}
h3 {
    background: none;
	color: #000;
	font-size: 14px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif; text-align: left; 
	margin: 0px 4px 2px 5px;
	padding: 0px 0px 4px 0px;
}
#sub2 h1,
#home2 h1{
	background: none;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif;
	border-bottom: #000 solid 1px;
	margin: 5px 0px 0px 0px;
	padding:  2px 0px 0px 0px;
}

#home {
    position:relative;
	width: 550px;
	height: auto;
	color: #000;
		border-top: 1px dotted #000; 
	margin:  10px 0px 0px 10px;
	padding: 14px 4px 4px 0px;

}

#home2 {
    position:relative;
		width: 550px;
	height: auto;
	color: #000;
	margin:  0px 0px 0px 10px;
	padding: 4px 4px 4px 0px;

}
#sub2 {
    position:relative;
		width: 550px;
	height: auto;
	color: #000;
	margin:  0px 0px 0px 6px;
	padding: 4px 4px 4px 0px;

}
#home li {
	font-size: 13px; 
	line-height: 15px;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding:  0px 2px 0px 5px;
}
#content1 {
 	width: 550px;
	height: auto;
	color: #000;
	margin:  0px 10px 0px 10px;
	padding: 9px 0px 6px 0px;
	background:#f7f2e0;
	
}
#content2 {
    position:relative;
 	width: 550px;
	height: auto;
	color: #000;
	margin:  0px 10px 0px 10px;
	padding: 9px 0px 6px 0px;
	border-top: 1px dotted #000; 
border-bottom: 1px dotted #000;

	z-index:44;
}

#subcontent {
    position:relative;
	width: auto;
	height: auto;
	color: #000;
	margin:  0px 0px 0px 0px;
	padding: 14px 4px 4px 4px;

}
#home img,
#content1 img,
#content2 img,
#subcontent img{
	float:right;
	margin:  0px 0px 0px 0px;
	padding: 4px 4px 4px 8px;
}

#footer {
	color: #fff;
	font-size: 11px; 
	line-height: auto;
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif; text-align: center;
	text-decoration: none; 
		font-family: helvetica, arial, Georgia, "Times New Roman", times, serif;
	background:#94BB86;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
a:link,
a:active {
    font-style: normal;
	text-decoration: underline; 
	color: #003300;
	}
a:visited  {
	font-style: normal;
	text-decoration: underline; 
	color:#003300;
	}	

a:hover {
	font-style: normal;
	text-decoration: underline; 
	color: #669966;

}
#footer a:link,
#footer a:active {
    font-style: normal;
	text-decoration: underline; 
	color: #fff;
	}
#footer a:visited  {
	font-style: normal;
	text-decoration: underline; 
	color:#FF0000;
	}	

#footer a:hover {
	font-style: normal;
	text-decoration: underline; 
	color: #fff;

}

.red{
	color:#F00;
	font-weight:normal;
}

