/*____ Body ____*/
* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 17px;
 background: #679800;
 color: #666;
 margin: 0 auto;
}
.small {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 17px;
 color: #333333;
}
/*____ Layout____*/
#wrapper {
 margin: 30px auto;
 width: 1000px;
}
#topWrapper { 
 background-image: url(../images/top_bg.jpg);
 background-repeat: no-repeat;
 width: 1000px;
 margin: 0;
 padding: 0;
}
#outerWrapper {
 float: left;
 background-image: url(../images/outer_bg.jpg);
 background-repeat: repeat-y;
 width: 1000px;
 margin: 0;
 padding: 0;
}
#pageCap {
 margin: 0px auto; 
 height:20px;
}
#innerWrapper {                                                                                               
 margin: 0 0 0 20px;
 width: 960px;
}
#header {
 background: #FFF;
 background-image: url(../images/head_bg.jpg);
 background-repeat: repeat-x;
 width: 926px;
 margin: 0px 0px 0px 0px;
 padding: 15px 15px;
 height: 68px;
 border: 2px solid #FFF;
}
#menuBar {
 background:#76B000;
 background-image: url(../images/menu_bg.jpg);
 background-repeat: repeat-x;
 height:30px;
 width: 960px;
 padding: 0px 0px 0px 0px;
 color: #FFF;
}
#content {
 float: left;
 background: #FFF;
 background-image: url(../images/content_bg.jpg);
 background-repeat: repeat-x;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 956px;
 min-height: 400px;
 border: 2px solid #FFF;
}
.contentLeft {
 float: left;
 width: 660px;
 margin: 0px;
 padding: 20px;
 text-align: justify;
 border-right: 2px solid #FFF;
}
.textBlock_R {
 float: left;
 width: 310px;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 text-align: justify;
}
.sectionBlock {
 float: left; 
 margin-bottom: 10px;
}
.textBlock_L {
 float: left;
 padding: 0px;
 text-align: justify;
}
.contentRight {
 float: right;
 margin: 0px 0px 0px 0px;
}
.rightBox {
 margin: 11px;
 background: #FFFFCC;
 border: 1px solid #CCC;
 padding: 10px;
 width: 210px;
}
#pageButt {
 margin: 0 auto; 
 background:#669900; 
 padding-bottom: 3px; 
}
#footer {
 width: 960px;
 clear: both;
 color: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 text-align: center;
 font-size: 10px;
 height: 20px;
}
p {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 margin-bottom: 18px;
 color: #666;
}
#footer p {
 margin-bottom: 5px;
 color: #FFF;
}
h1 {
 font-size: 20px;
 margin-bottom: 25px;
 color: #669900;
 font-weight: normal;
 font-family: century gothic, arial;
}
h2 {
 font-size: 14px;
 color: #669900;
 font-weight: normal;
 font-family: century gothic, arial;
 line-height: 20px;
}
a, a:visited {
 color: #669900;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
.crumbs {
 font-size: 10px;
 color: #999;
}


ul {
	list-style-image : url(../images/bullet.gif);
}
ol {
	margin-left: 2px;
    padding-left:10px; 
}
li  {
	margin-left : 19px;
	line-height : 22px;
} 

