/* SYMBIOTIC std CSS Document */

body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style:none;
}
ul, li, ol{list-style:none; margin:0; padding:0;}
a{color:#618d5d;}
a:hover{color:#006633;}
ol {margin-left:10px; padding-left:15px;}
#toppage{
	width:800px;
}
#date{
	float:left; 
	width:190px; 
	height:39px; 
	border-bottom:solid 1px #999999; 
	border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(../images/bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	
}

#sitedesc{padding:10px; font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;}
	
#sitedesc a{ text-decoration:none;}
#rss{float:left; padding:5px; }
#header{
	width:800px;
}
#content{
	width:800px;
}
#contenttext{
	float:left; width:608px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}

#logo{
	float:left;
	 width:190px; 
	 height:110px; 
	 background-color:#F7F7F7; 
	 border-left:solid 1px #999999;
	 background:url(../images/logo.jpg);
}

#sitename{
	position:relative; 
	float:left; 
	width:608px; 
	height:110px; 
	background-color:#F7F7F7; 
	border-right:solid 1px #999999;
	text-transform:capitalize;
}

#sitenametext{
	padding-left:15px; 
	padding-top:15px; 
	text-align:left;
	font: 0.7em Tahoma, sans-serif;
	font-size:26px;
	color: #9d9d99;
}

#sitenametext a{text-decoration:none;}

#title{
	position:absolute;
	right:8px;
	bottom:0px;
	width:600px;
}
#menu{
	float:left; width:190px; margin:0px; color:#5d7f1c;
}
#menulist{float:left; width:190px; margin:0px; }

#menu li{
	float:right; 
	width:183px;
	background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #616f43;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	text-transform:capitalize;
	
}
#menu li:hover{
	background-color:#706d19;
}

#menu a{color:#46512d; text-decoration:none;}
#menu a:hover{color:#dafdda;}
#menubottom{padding:10px;}

#footer{
	width:590px; padding-right:10px; padding-left:200px;
}

.maincontent{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:550px;

}

.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#babab5;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#adadaa;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline; color:#5d7f1c;
}