body
{
    background:#6c9d30;
    /* background: transparent url(../../images/background.gif) top left repeat; */
    color: #666;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1.6em;
    
}

p {margin: 15px 0 0 0;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#6c9d30;
	text-decoration:underline;
}

a:visited {
	color:#6c9d30;
	text-decoration:underline;
}

a:hover 
{
    color:#6c9d30;
	text-decoration:underline;
}

a:active {
	color:#6c9d30;
}




#container {
	width: 780px;
	\width: 800px;
	w\idth: 780px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
    }

#banner {
    height: 100px;
	background: url(../../images/bg_top.gif) no-repeat;
    margin: 0;
    padding: 0 0 0 60px;
   
  
}

#content {
	background: url(../../images/bg_middle.gif) repeat-y;
	color: #666; 
	width: auto;  
    margin: 0;
    padding: 0 80px;
	 
}

#footer {
    height: 100px;
	background: url(../../images/bg_bottom.gif) no-repeat;
    margin: 0;
    padding: 40px 0 0 0;
	text-align:center;
	font-size:1em;
	
}


#content ul li {
    list-style-image: url(../../images/orangeBullet.gif);
    margin: 0 0 .5em 0;
    }



.green
{color: #6c9d30;

}



#pagetitle {
	background:#FFF;
	color: #9A00FF;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.6em;
	margin: 20px;
	height:auto;
}

.clear {
	clear:both;
	}
	
	
		
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin: 0px 0px -10px 0px;
	padding-top: 20px;
	color: #6c9d30;
}


h1.home {
	margin-top:0px;
	font-size:1.4em;	
	color:#6c9d30;
	margin-bottom:0px;
	padding-bottom: 5px;
	border-bottom:4px solid #000000;
	
}

h2.home {
	margin-top:0px;
	color:#f8941e;
	font-size:1em;
	padding-top: 10px;
}


h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
.photo_right
{	float: right;
	margin-top: 5px;
	padding: 0px 0px 5px 15px;
	/* border-left: 1px solid #999;
	background-color: #66FF33; */
}


td
{
    text-align:center;
    padding:10px;
}


#thicktabs_wrapper 
{
width:auto;
margin-top:20px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
height:36px;
text-align:center;
/* background: url(../../images/orangebg.gif) top right repeat-x;   
border-bottom: 3px solid #f8941e;*/
}

#thicktabs{
margin-left:auto;
margin-right:auto;
padding: 0;
float:right;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color:#fff;
background-color:#6c9d30;
padding: 6px 8px; /*padding of tabs*/
text-decoration: none;
/*background: transparent url(../../images/orangebg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; top border style*/
/*border-bottom: 1px solid #d3bdbe; bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
/*border-left: 1px solid #d3bdbe; left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
/*border-right: 1px solid #d3bdbe; right border style*/
/*background-position: top left; Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color:#fff;
}

#thicktabs li a:hover{
color:#fff;
background-color:#f8941e;
/*border-top: 1px solid #6c9d30; 
border-bottom: 1px solid #6c9d30; 
background-image: url(../../images/orangebgover.gif); background image swap on hover*/
}

/*
<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows
padding-top: 1em;
}
</style>
<![endif]-->
 */