/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	/*background: #3B6B00 url(images/back_all.gif) repeat-x top;*/

}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #92331D;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #345A05;
}

h5 a
{
	font-size: 1.1em;
	font-weight: bold;
	color:Maroon;
	border: none;
	text-decoration: none;
}




h6 a
{
	font-size: 15px;
	font-weight: bold;
	color:#3090C7;
	border: none;
	text-decoration: none;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #345A05;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a,  h3 a {
	border: none;
	text-decoration: none;
	color: #345A05;
}

h2 a
{
	border: none;
	text-decoration: none;
	color: #ffffff;
	
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #345A05;
}

hr {
	display: none;
}


span
{
	color:Black;
}

#main
{
width: 879px;
margin: 0 auto;
background: #ffffff;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
border-top: 10px solid #ffffff;
}


/* Header */

#header {
	width: 879px;
	margin: 0 auto;
	height: 130px;
	
}

#menu {
	float: left;
	height: 45px;
	width: 829px;
	padding-left: 50px;
	background: url(images/button_green.gif) repeat-x;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu1 {
	float: left;
	height: 45px;
	width: 829px;
	padding-left: 50px;
	background: url(images/button_or.gif) repeat-x;

}

#menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu1 li {
	float: left;
}


#menu2 {
	float: left;
	height: 45px;
	width: 829px;
	padding-left: 50px;
	background: url(images/maroon_list.jpg) repeat-x;

}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	float: left;
}


#menu3 {
	float: left;
	height: 45px;
	width: 829px;
	padding-left: 50px;
	background: url(images/button_blue.gif) repeat-x;

}

#menu3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu3 li {
	float: left;
}

/*#menu a {
	display: block;
	float: left;
	height: 39px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
    text-align: center;
}*/

/*#menu a:hover {
	color: #ffffff;
	background: url(images/button_r.gif) repeat-x;
}*/



/* Logo */

#logo {
	width: 879px;
	height: 90px;
	margin: 0 auto;
	text-align: right;
    background: url(images/header_logo.gif) no-repeat
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 40px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width:879px;
	margin: 0 auto;
	border-top: none;
	padding-top: 10px;
    background: url(images/table_back.gif) repeat-y;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}



/* Content */

#content {
	float: left;
	width: 600px;
	padding-top: 0px;
}

#content H2
{
height: 22px;
padding-top: 5px;
padding-left: 15px;
width: 585px;
font-size: 14px;
color: #345A05;
}

#content H2 a
{
color: #345A05;
}

#content .entry
{
width: 580px;
margin-bottom: 20px;
}

#content .pad
{
padding: 10px;
}

#content .p
{
	margin-left:5px;
}

/*page1*/

#page1 {
	width:879px;
	margin: 0 auto;
	border-top: none;
	padding-top: 10px;
    background: url(images/table1_back.gif) repeat-y;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}

/*content1*/

#content1 {
	float: left;
	width: 879px;
	padding-top: 0px;
}

#content1 H2
{
height: 22px;
padding-top: 5px;
padding-left: 15px;
width: 850px;
font-size: 14px;
color: #345A05;
}

#content1 H2 a
{
color: #345A05;
}

#content1 .entry
{
width: 850px;
margin-bottom: 20px;
margin-left:15px;

}

#content1 .pad
{
padding: 10px;
}

#content1 .p
{
	margin-left:5px;
}


/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 236px;
	margin-left: 10px;
}

#sidebar2 h2 {
	background: url(images/title.gif) no-repeat left top;
	height: 42px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 5px;
}

#sidebar2 h3 {
	
	height: 37px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 5px;
	margin-left: 0px;
	padding-top: 0px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	font-size: 13px;
	/*padding-left: 10px;*/
	text-align:center;
}

#sidebar2 a:hover {
	border: none;
	/*padding-left: 10px;*/
	text-align:center;
}



#sidebar2 h4 {
	background: url(images/title_orange.gif) no-repeat left top;
	height: 42px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 5px;
}

#sidebar2 h5 {
	background: url(images/maroon_list.jpg) repeat-x left top;
	height: 45px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 5px;
}

#sidebar2 h5 a {
	
	color: #FFFFFF;
	padding-top: 5px;
	border: none;
	font-size: 13px;
	
}

#sidebar2 h4 a {
	
	color: #FFFFFF;
	padding-top: 5px;
	border: none;
	font-size: 13px;
	
}

#sidebar2 h1 {
	background: url(images/title_blue.gif) no-repeat left top;
	height: 45px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-left: 10px;
	padding-top: 5px;
}

#sidebar2 h1 a {
	
	color: #FFFFFF;
	padding-top: 5px;
	border: none;
	font-size: 13px;
	
}

/* Footer */
#footer
{
padding: 15px;
background: url(images/button_green.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #ffffff;
}

#footer1
{
padding: 15px;
background: url(images/button_or.gif) repeat-x
}

#footer1 p {
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer1 a
{
color: #ffffff;
}

#footer2
{
padding: 15px;
background: url(images/button_maroon.jpg) repeat-x
}

#footer2 p {
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer2 a
{
color: #ffffff;
}

#footer3
{
padding: 15px;
background: url(images/button_blue.gif) repeat-x
}

#footer3 p {
	text-align: center;
	font-size: 11px;
	color:Green;
	margin: 0px;
	padding: 0px;
}
#footer3 a
{
color:#ffffff;
}

