
		* { }
		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #77787b;
		}
		
		body ul {
		}
		
		body ul a {
		}
		
		
		#left {
			width: 280px;
			float: left;
			margin-right: 20px;
			text-align: center;
		}
		#right {
			width: 425px;
			float: left;
			margin-top: 50px;
		}
		#right a {
	color: #669900;
	text-decoration: none;
		}
		#right a:hover {
			text-decoration: underline;
		}
		#left ul li {
			display: inline;
			border-right: 1px solid;
			padding-left: 5px;
			padding-right: 5px;
		}
		#left ul li#last {
			border: 0px;
		}
		#right ul#page-numbers li {
			display: inline;
			padding-left: 5px;
			padding-right: 5px;
			font-size: 16px;
		}
		#right ul#page-numbers li a {
			color: #939598;
		}
		#right ul#page-numbers li a:hover {
			text-decoration: none;
			color: #77787b;
		}
		#right ul#page-numbers li#current-page {
			font-weight: bold;
		}
		
		a img { border: 0; }
		
		a:hover img {border: 0; }
		
		a:visited img {border: 0; }
		
		h1 {
			color: #137200;
			font-size: 16px;
			text-transform: uppercase;
			font-weight: normal;
			letter-spacing: 2.5px;
			float: left;
			padding-top: 1px;
		}
		
		h2 {
			color: #666666;
			font-size: 14px;
			text-transform: none;
			font-weight: normal;
		}
		
		h3 {
			color: #666666;
			font-size: 14px;
			text-transform: none;
			font-weight: bold;
		}
		
		h4 {
			color: #666666;
			font-size: 14px;
			text-transform: none;
			font-weight: normal;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCCCCC;
		}
		
	
		#navigation {
			color: #137200;
		}
		#navigation a{
			color: #137200;
			text-transform: uppercase;
			font-size: 14px;
			text-decoration: none;
			letter-spacing: 2.5px;
		}
		#navigation a:hover {
			color: #669900;
		}
		
		#navigation2 {
			color: #669900;
		}
		#navigation2 a{
			color:#77787b; /* #669900;*/
			text-transform: uppercase;
			font-size: 14px;
			text-decoration: none;
			letter-spacing: 2px;
		}
		#navigation2 a:hover {
			color: #137200;
		}
		#navigation3 ul {
		    margin:6px 0;
		}
		#navigation3 li {
		    padding:0 7px 0 0 !important;
		}
		#navigation3 a {
		    font-size:14px;
		    text-transform:uppercase;
		    text-decoration:none;
		    color:#846235;
		}
		#navigation3 a:hover {
		    color:#669900;
		}
		#sub-navigation {
		    display:none;
			color: #77787b;
		}
		#admin #sub-navigation {
		    display:block;
		}
		#sub-navigation a {
			color: #77787b;
			font-size: 13px;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		#sub-navigation a:hover {
			color: #77787b;
			text-decoration: underline;
		}

		/**** right sub nav ****/
		#right .subNav {
		    margin:10px 0 14px;
		}
		#right .subNav ul {
		    list-style-type:none;
		    margin:0;
		    padding:0;
		}
		#right .subNav li {
		    float:left;
		    padding:0 16px 0 0;
		}
		#right .subNav a {
		    text-transform:uppercase;
		    color:#669900;
		}
		
		
		#footer {
			clear: both;
			margin-left: 300px;
			color: #aaa;
			
			border-top: 1px dotted #ccc;
			width: 425px;
		}
		
		#footer a {
		color: #aaa;
		text-decoration: none;
		}
		
		#footer a:hover {
		color: #aaa;
		text-decoration: underline;
		}
		
		#highlight {
	background-color: #e4e4e4;
		}


/**** admin ****/
form {
    clear:both;
}
form textarea {
    width:500px;
    height:300px;
}
