body {
margin : 0;
padding : 0;
font : 90% "Trebuchet MS", verdana, arial, sans-serif;
background : #2e2e2e;
color : #333;
}
#container {
width : 810px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #336633;
background : #e9eee4;
color : #333;
}
			/*TOP BANNER*/
#topimg {
height : 170px;
padding : 0;
margin : 0;
background-color:#000000;
}
#topimg h1 {
float : left;
margin : 10px 0 0 15px;
font-size : 150%;
letter-spacing: 3px;
color : #fff;
background : #336633;
}
			/*TOP NAVIGATIONY*/
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 10px 0;
font-size : 110%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #417c2c;
color : #333;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #336633;
color : #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #91ae00;
color : #000;
}
			/*MAIN CONTENT*/
#content {
margin : 0 0 5px 230px;
padding : 5px;
border-left : 1px dashed #999;
color : #000;
}

#content h2 {
margin : 10px 0 0 15px;
font-size : 120%;
letter-spacing: 1px;
text-decoration:underline;
color : #336633;
background:inherit;
}

#content2 {
margin : 0 0 5px 30px;
padding : 5px;
border-left : 1px dashed #999;
color : #000;
}

#content2 img {
padding : 20px;
border : none;
}

#content2 h1, h2, h3, h4 {
margin : 10px 0 0 15px;
font-size : 150%;
letter-spacing: 3px;
color : #336633;
background:inherit;
}

#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #417C2C;
}
#content a:hover {
background : inherit;
color : #91AE00;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width: 210px;
margin : 0 10px 0 0;
padding : 5px;
background : #e9eee4;
color : #333;
}

ul {
list-style-type:square;
text-align : left;
}

li {
background : inherit;
}

a {
	color:#003399;
	text-decoration: none;
	font : 85% "Trebuchet MS", verdana, arial, sans-serif;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#6666CC
}

			/*SIDE MENU*/
.sidebar ul {
list-style-type : none;
text-align : left;
}
.sidebar ul li {
color : #666;
background : inherit;
}
.sidebar ul li a {
padding-left : 7px;
font : normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration : none;
color : #000;
}
.sidemenu ul li a:hover {
color : #666;
}
.sidemenu ul li a#current {
color : #666;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin : 0;
font-size : 90%;
border-top : 1px solid #fff;
background : #417c2c;
color : #333;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff;
}
#footer a:hover {
border-bottom : 1px dashed #eee;
background: inherit;
color : #333;
}
			/*TYPOGRAPHY*/
p {
line-height: 1.7em;
margin : 15px;
}

			/*CLASSES*/
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}
.tagline {
	letter-spacing:.09em;
	font-size:16px
}
.post { 
background : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 90%;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 

.bluetabs{
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 10px 0;
font-size : 110%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #417c2c;
}

.bluetabs ul{
padding:0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
color : #fff;
background: #336633 url(../dropdowntabs/dropdowntabfiles/media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
text-decoration: underline;
}

.bluetabs ul li a:hover, #navcontainer ul li a#current {
background : #91ae00;
color : #000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(../dropdowntabs/dropdowntabfiles/media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}