body { 
	height: 100%;
	width: 100%;
	background: #FFF;
	text-align: center;
	color: #666;
}

body table, body table table, body table table table {
	font: normal 11px Trebuchet MS, sans-serif;
 	color: #666;
}

#main {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	font: normal 11px Trebuchet MS, sans-serif;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 21px;
	width: 100%;
	text-align: left;
    background:#FFFFFF;
}

#navigations ul {
	padding: 0px;
	margin: 0px;
	background-color: #579520;
	color: White;
	float: left;
	width: 100%;
	border-top:1px solid #FFF;
}

#navigations ul li { display: inline; }

#navigations ul li a {
	padding: 0.2em 2em;
	background-color: #579520;
	color: White;
	text-decoration: none;
	float: left;
	border-right:1px solid #FFF;
	font-weight: bold;
	font-size: 13px;
}

#navigations ul li a:hover {
	background-color: #CD1F0A;
	color: #F8de07;
}

#navigations a:link#current, #navigations a:visited#current, #navigations a:hover#current {
	background: #FFF;
	font-weight: bold;
	color: #579520;
	font-size: 13px;
}

#lt_content {
	width: 200px;
	border-top: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-color:#EEE;
	border-bottom: 1px solid #FFFFFF;
}

#content {
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
	padding: 2px 10px;
	font: normal 11px Trebuchet MS, sans-serif;
	line-height: 15px;
}

#content table, #content table table{
	font: normal 11px Trebuchet MS, sans-serif;
	color: #666; 
}

#content a:link, #content a:active, #content a:visited {
	color: #666;
	text-decoration: underline;
}

#content a:hover {
   color: #666;
   text-decoration: none;
}

#rt_content {
	width: 160px;
	text-align: left;
	vertical-align: top;
	background-color:#EEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer {
	height: 40px;
	background-color: #FFF;
	text-align: center;
	color: #666;
	vertical-align: middle;
	line-height: 17px;
	border-top: 1px solid #CCC;
}

#footer a:link, #footer a:visited, #footer a:active{
	font-weight: normal;
	color: #666;
	margin: 10px;
	padding: 2px;
}

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

/* form css */

.forms {
        padding-bottom: 10px;
	border:1px solid #579520;
	background: #EEE;
        width: 100%;
}

.forms #frmTitle{
        padding: 5px;
        color: #FFF;
        background: #579520;
        font-weight: bold;
        font-size: 14px;
}

.forms TH{
        padding: 0px 5px;
        text-align: right;
        font-weight: bold;
        width: 125px;
}

/* link css */
a.sideLink:link, a.sideLink:active, a.sideLink:visited {
	font: 800 11px Trebuchet MS, sans-serif;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px #cd1f0a dashed;
}

a.sideLink:hover {
	font: bold 11px Trebuchet MS, sans-serif;
	color: #666;
	text-decoration: none;
	display: block;
}

a.activeSideLink:link, a.activeSideLink:active, a.activeSideLink:visited, a.activeSideLink:hover {
	font: bold 11px Trebuchet MS, sans-serif;
	color: #F00;
	text-decoration: none;
	display:block;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px #cd1f0a dashed;
}

.breadcrumb {
    background-color: #DDD;
    margin: 2px 0px;
    padding: 1px 2px;
    font: bold 12px Trebuchet MS, sans-serif;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
    color: #666;
}

a.listLink:link, a.listLink:active, a.listLink:visited {
	font-weight: bold;
	color: #666;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a.listLink:hover {
	font: bold;
	color: #F00;
	text-decoration: none;
	display: block;
}

.sideContent a:link, .sideContent a:hover, .sideContent a:active, .sideContent a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


/* title and other css */
.title {
   font: bold 16px Trebuchet MS, sans-serif;
   color: #579520;
   border-bottom: 1px solid #666;
   margin: 0px;
   padding: 0px;
}

.subTitle {
   font: bold 13px Trebuchet MS, sans-serif;
   color: #666;
   border-bottom: 1px solid #666;
   margin: 0px;
   padding: 0px;
}

.copyright { 
  float: left;
  width: 200px;
  height: 100%;
  color: #666;
  font: normal 11px Trebuchet MS, sans-serif;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}

.sideTitle {
  background:#579520;
  padding: 2px;
  font-weight:bold;
  color: #FFF;
}

.sideContent { 
	background: #FFF;
	padding: 2px;
	border-bottom: 3px solid #FFF;
	font:normal 11px Trebuchet MS, sans-serif;
}

.note {
	font: normal 11px Trebuchet MS, sans-serif;
}

.button { 
	margin: 2px;
	border: 1px solid #CCC;
	background: #F00;
}

.button a:link,  .button a:active, .button a:visited {
	display:block;
	text-decoration: none;
	font: bold 12px arial;
}

/* side links and boxes */
.box { margin:0 0px 10px; }
.boxTitle {
	padding: 3px 2px;
	font-weight: bold;
        font-size: 12px;
	background-color:#579520;
	color: #FFF;
}
.boxBody {
	margin: 2px 0px;
	font-size: 10px;
}

a.bizLinks:link, a.bizLinks:visited, a.bizLinks:active {
	color: #666;
	border-left:5px solid #579520;
	margin-bottom: 3px;
	padding: 1px 0px 1px 5px;
	display: block;
}

a.bizLinks:hover {
	color: #600;
}

.dbox {
	background-color:#579520;
	color: #FFF;
}
.searchBox {
	background:#579520;
	padding:5px;
	border-right:1px solid #666; 
	border-bottom: 1px solid #666
	text-align:center;
}

#ads {
  	text-align: center;
	padding: 5px;
	background: #FFF;
}

.linkList { 
	padding: 2px 5px;
	display: block;
	margin: 1px 0px;
	background: #EEE;
	border-left: 5px solid #579520;

}
