@charset "utf-8";
/* CSS Document */

#Table_01 {
	position:relative;
	width:1024px;
	height:768px;
	margin:0 auto;
	align:center;

}

#topleftshadow_ {
	width:97px;
	height:234px;
	float:left;
}

#toplogo_ {
	width:805px;
	height:234px;
	float:left;
}

#toprightshadow_ {
	width:122px;
	height:234px;
	float:left;
}
#midsection {
	clear: both;
	width: 1024px;
}
#leftshadow_ {
	width:97px;
	background-image: url(images/leftshadow.png);
	background-repeat: repeat-y;
}

#leftbar_ {
	width:190px;
	background-image: url(images/leftbar.png);
	background-color: #0B983A;
	color: #000000;
	vertical-align: top;
	background-repeat: no-repeat;
}

#content_ {
	width:590px;
	background-color: #FFFFFF;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	vertical-align: top;
	padding-right: 10px;
}
.divboxborderstyle01 {
	background-color: #EEEEEE;
	height: auto;
	width: 188px;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#content_ h1 {
	font-size: 20px;
	color: #6b7162;
	font-weight: normal;
}
.boxstyle01 {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
#content_ img {
	border: 1px solid #6CB03F;
}

#rightshadow_ {
	width:122px;
	background-image: url(images/rightshadow.png);
	background-repeat: repeat-y;
}

#bottombar_ {
	width:1024px;
	height:78px;
	clear:both;
	background-image: url(images/bottombar.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
}
body {
	background-image: url(images/brick_9.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6cb03f;
}
h2 {
	color: #666666;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1E9D3B;
}

#leftbar_ ul {
	margin: 0px;
	padding: 0px;
}
#leftbar_ li {
	list-style-type: none;
	line-height: 25px;
}
#leftbar_ a:link, #leftbar_ a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	display: block;
}
#leftbar_ a:hover {
	background-color: #97D286;
}
#content_ a:link, #content_ a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content_ a:hover {
	color: #333333;
	text-decoration: underline;
}
