@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;

}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
}

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: auto;
}

#navibar {
	width: 180px;
	height: 500px;
	float: left;
}

#navibar li {
	margin-bottom: 3px;
	height: 18px;
	width: 160px;
}

#navibar ul li {
	padding-left:3px;
	height: 18px;
	width: 150px;
}


#navibar a {
	text-decoration: none;
	color: #669900;
	font-weight: normal;
	height: 18px;
	width: 160px;
	padding-top: 7px;
	text-align: left;
	padding-left:3px;
	display: block;
	font-size: 12px;
}

#navibar a:hover {
	text-decoration: none;
	color: #663300;
}




#right {
	float: right;
	width: 180px;
	height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
}

#right .box {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#right .box h4 {
	color: #FFFFFF;
	text-align: center;
	background-color: #669900;
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 6px;
}
#right .box p {
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
}


#right .box h5 {
	font-size: 9px;
	color: #A9A9A9;
	padding: 5px;

}

#right p {
	font-size: 11px;
	padding: 5px;

}

#right img {
	
	border:none;
	

}



#maincontent {
	height: auto;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#maincontent h6 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}
#maincontent .box {
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#maincontent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	margin-bottom: 5px;
}
#maincontent img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#maincontent p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
}


#maincontent .no li { 
	list-style-type: decimal; 
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 7px;
}

#maincontent .list li { 
	font-size: 12px;
	list-style-type: square; 
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 7px;
}




#footer {
	clear: both;
	width: 720px;
	padding: 0px;
	background-color: #669900;
	height: 30px;
	bottom: 0px;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}


.title_topic {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFBF00;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 200px;
}

/*
#photos img {
	float: left;
	margin-right: 15px;
}*/
