body {
	font-size: 15px;
	color: #333333;
	line-height: 150%;
}

#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/bk-container.jpg);
	background-repeat: repeat;
}

h1{
	color: #006600;
	font-weight: bolder;
	font-family: fantasy;
}
h2 {
	background: url(./images/bg_h2.png) 0 0 no-repeat;
	padding: 26px 0 0 66px;
	height: 50px;
	color: #336633;
}
h3 {
	height: 25px;
	border-bottom: 2px #669966 solid;
	border-left: 5px #669966 solid;	
	margin: 0 0 20px 15px;
	padding: 3px 0 0 5px;

}
h4 {
	background: url(./images/icon.gif) 0 0 no-repeat;
	margin: 20px 20px 20px 25px;
	padding: 0px 0px 0px 20px;
	height: 10px;
}
#header{
	background: url(./images/topimage.jpg) 0 0 no-repeat;
	padding: 50px 0 0 50px;
	height: 300px;
}

#navigation {
	float: left;
	width: 120px;
	display: inline;
}
#navigation h5 {
	font-size: 100%;
	font-weight: bold;
}
#navigation h5 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #009966;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 25px; 
}
#navigation h5 a:hover {
	color: #096;
	text-decoration: none;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}

#navigation p {
	color: #009966;
	font-size: 80%;
}
	
#sidecontent {
	margin-top: 50px;
	float: right;
	width: 120px;
	display: inline;
}

#sidecontent p {
	margin-top: 20px;
	margin-left: 10px;
	color: #009966;
	font-size: 100%;
	font-weight: bolder;
	text-align: center;
}

#sidecontent p img {
	margin-bottom: 5px;
}

#maincontent {
	width: 550px;
	float: left;
	display: inline;
	overflow: scroll;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 100px;
	max-height: 700px;
}

#maincontent h2 {
	background: url(./images/bg_h2.png) 0 0 no-repeat;
	padding: 26px 0 0 66px;
	height: 20px;
	color: #336633;
}
#maincontent h3 {
	height: 25px;
	border-bottom: 2px #669966 solid;
	border-left: 5px #669966 solid;	
	margin: 0 0 20px 15px;
	padding: 3px 0 0 5px;
}

#maincontent ul {
	list-style-type: none;
	font-size: 90%;
	list-style-image: url(./images/icon.gif);
	margin-bottom: 20px;
}
#maincontent .topic {
	margin-bottom: 130px;
}
#maincontent .topic .txtbox {
	float: left;
	width: 324px;
	display: inline;
	margin-top: 5px;
}
.photo-maincontent {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
}
.txtclor-date {
	color: #009865;
}


#topicpath {
	margin-top: 10px;
	margin-bottom: 20px;
}
#topicpath p {
	font-size: 85%;
	color: #999;
}

table#table-01 {
    width: 470px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 90%;
    margin: 0px 0px 20px 30px;

}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.content_box{
	margin: 0 0 0px 0px;
}
.content_img{
	margin: 20px;
	border: none;
	float: left;
}
.txtclor-date {
	color: #009865;
}



#left_bar{
	width: 200px;
	float: left;
}
#right_bar{
	width: 600px;
	float: right;
}
#copy{
	width: 800px;
	background-color: #009966;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}
a:link { color: #009900; }
a:visited { color: #006600; }
a:hover { color: #003300; }
a:active { color: #003300; }
ul {
	list-style-image: url(./images/icon.gif);
	margin-bottom: 10px;
}

