html,body{
	margin: 0px;
	padding: 0px;
	border:0;
  height:100%;
}
body{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*text-align: center;*/
	background-image: url(images_template1/border_bg_shadows.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container{
	margin: 0 auto;
	margin-top:-1px;
  width:801px;
  min-height:100%;    
}	
div#header {
}
div#above_header {
	height: 120px;
	vertical-align: middle;
	color: #FFFFFF;
	background-image: url(images_template1/header_bg_coa.jpg);
	background-position: top;
}
#linkcontainer{
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 15px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 150px;
	vertical-align: top;
	background-image: url(images_template1/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#navigation {
  height: 50px;
	margin-top:0px;
	vertical-align: middle;
	text-align: center;
	background-color: #000000;
	filter:Alpha(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}
#leaf a{
	/*:ul:li:a:active,a:visited,a:link*/
  font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 14%;
	line-height: 50px;
	float:left;
	font-size: 9pt;
}
#leaf a:hover{
	background-color:#333333;
	color: #FFFFFF;
}

div#main_content_box {
	background-color: #FFFFFF;
}
div#body_content {
	padding: 15px;
	background-image: url(images_template1/bg_content.jpg);
	background-repeat: repeat;
	text-align:left;
}

div#bottom_content{
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	background-color: #666666;
}
div#bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom:0px;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}


#htmleditor{
 font-size:8pt;
}




div#left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-image: url(images_template1/bg_content.jpg);
	background-repeat: repeat;
}
div#shadow_right {
	background-image: url(../images_template1/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
div#shadow_left {
	background-image: url(../images_template1/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

