body {
	background:url(../images/bg_inner.jpg) repeat-x top left;
	background-color:#dbdbdb;
	margin:0 auto;
}

a { 
	color: #90b14a; 
	text-decoration:underline; 
	background: inherit; 
}

a:hover { 
	color: #597916; 
	text-decoration:none; 
	background: inherit; 
}

#content {
	background:url(../images/white_bg.png) repeat-y top left;
	width: 900px;
	padding-left:4px;
	padding-right:5px;
	margin:0 auto;
	display:block;
	font: 12px Tahoma, Verdana, sans-serif;
	color:#555555;
}
.alpha {
	filter:alpha(Opacity=60); /*modify to change the shade solidity/opacity, same as below*/
	opacity:.6; /*firefox 1.5 opacity*/
	-moz-opacity:.6; /*mozilla opacity*/
	-khtml-opacity:.6; /*opacity*/
	z-index:60
}

#contentheader {
	font: 20px Tahoma, Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#666666;
	margin-bottom:15px;
}

#subemnubg {
	background-color:#18655b;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:8px;
	padding-top:8px;
}

li{
	margin-left:20px;
}

#submenu {
	font: 12px Tahoma, Verdana, sans-serif;
	color:#555555;
	font-weight:bold;
	text-align:left;
	color:#d1e0de;
	
}

#submenuactive{
	background:url(../images/submenu_bulet.gif) no-repeat left;
	padding-left:14px;
	font: 12px Tahoma, Verdana, sans-serif;
	font-weight:bold;
	color:#d1ce53;
	text-align:left;
	text-decoration:none;
}

#submenu a{
	background:url(../images/submenu_bulet.gif) no-repeat left;
	padding-left:14px;
	text-decoration:none;
	color:#d1e0de;
	display:block;
}

#submenu a:active{
	background:url(../images/submenu_bulet.gif) no-repeat left;
	padding-left:14px;
	text-decoration:none;
	color:#d1ce53;
	display:block;
}

#submenu a:hover{
	background:url(../images/submenu_bulet.gif) no-repeat left;
	padding-left:14px;
	text-decoration:none;
	color:#d1ce53;
	display:block;
}

#tdheader {
	background:url(../images/blogtopbg.gif) no-repeat top left;
	width:254px;
	height:20px;
	font: 14px Tahoma, Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	padding:8px;
	display:block;
	margin-bottom:5px;
}

.readmore {
	font: 9px Tahoma, Verdana, sans-serif;
	font-weight:normal;
	text-align:right;
	color:#df6b15;
	margin:5px;
}

.readmore a{
	text-decoration:none;
	color:#df6b15;
}

.readmore a:hover{
	text-decoration:underline;
	color:#df6b15;
}

.date {
	font: 9px Tahoma, Verdana, sans-serif;
	font-weight:bold;
	text-align:right;
	color:#555555;

	
}

.more {
	font: 9px Tahoma, Verdana, sans-serif;
	font-weight:normal;
	text-align:right;
	padding-top:3px;
	padding-bottom:6px;
	color:#df6b15;
	border-bottom:#CCC dashed 1px;
	margin-bottom:10px;
}

.more a{
	text-decoration:none;
	color:#df6b15;
}

.more a:hover{
	text-decoration:underline;
	color:#df6b15;
}

#scroll {
overflow: auto; 
width:320px; 
height:175px; 
padding:0px;
padding-right:1px;
margin: 0px
}

#scrollinner {
overflow: auto; 
width:260px; 
height:170px; 
padding:0px;
padding-right:2px;
margin: 0px
}

#sitemaplink {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	color:#555555;
}

#sitemaplink a:link {
	background-image:url(../images/ora-bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:9px;
	padding-left:14px;
	text-decoration:underline;
	color:#555555;
}

#sitemaplink a:visited {
	background-image:url(../images/ora-bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:9px;
	padding-left:14px;
	text-decoration:underline;
	color:#555555;
}

#sitemaplink a:hover{
	background-image:url(../images/ora-bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:9px;
	padding-left:14px;
	text-decoration:none;
	color:#80b040;
}

#subsitemaplink {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	margin-top:5px;
	color:#66992a;
}

#subsitemaplink a:link {
	background-image:url(../images/red-diamond.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:5px;
	margin-left:15px;
	padding-left:10px;
	text-decoration:underline;
	color:#66992a;
}

#subsitemaplink a:visited {
	background-image:url(../images/red-diamond.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:5px;
	margin-left:15px;
	padding-left:10px;
	text-decoration:underline;
	color:#66992a;
}

#subsitemaplink a:hover{
	background-image:url(../images/red-diamond.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:5px;
	margin-left:15px;
	padding-left:10px;
	text-decoration:none;
	color:#555555;
}

#bottommenu {
	font: 11px Tahoma, sans-serif;
	color:#555555; 
	text-align:center;
}

#bottommenu a{
	text-decoration:none;
	color:#999999;
	margin:0 5px 0 5px;
}

#bottommenu a:hover{
	text-decoration:none;
	color:#6e8944;
	margin:0 5px 0 5px;
}

#footer {
	font: 11px Tahoma, sans-serif;
	color:#777777;
}

#footer a{
	text-decoration:none;
	color:#000000;
}

#footer a:hover{
	text-decoration:none;
	color:#156b00;
}

.news {font: 11px Tahoma, sans-serif;
		color:#669900;
		font-weight:bold;
		text-align:left;
	}