/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a:link {
	color: #3886E0;
}

a:hover, {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3886E0;
}

*
{
border: 0;
margin: 0;
}

body
{
	background: #ffffff url(images/back_all.jpg) repeat-x top;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

#main
{
margin: 0 auto;
width: 912px;
background: url(images/table_back.jpg) repeat-y;
}

#header
{
background: url(images/header.jpg) no-repeat;
width: 912px;
height: 262px;
}

#logo {
	float:left ;
	position: absolute ;
	
	width:872px;
	height: 200px;
	padding-left: 40px;
	text-align: left;
	padding-top: 20px;

color: white ;
}

#logo h1 {
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}


#logo H2
{
font-size: 12px;
}

#buttons
{
	float:left ;
	position: absolute ;
	top:230px;
	width:872px;
	height: 40px;
}

#buttons ul {
padding-left: 30px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	/*width: 120px;*/
	width: auto ;
	height: 30px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 15px;padding-right: 15px;

}

#buttons a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#content
{
width: 870px;
padding: 15px;
}

#left
{
float:left;
width: 580px;
padding: 10px;
}

#left H1
{
color: #99A067;
margin: 0;
padding: 0;
font-size: 24px;
}
#left H2
{
color: #99A067;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
}

#left a
{
 color: #99A067;
}

#left a:hover, {
	text-decoration: none;
	color: #FF0000;
}

#left a:visited {
	color: #99A067;
}

.small
{
margin: 15px;
padding: 5px;
border: 1px solid #99A067
}

#right
{
float: right;
width: 254px;
}


/* Sidebars */

.sidebar {
	float: right;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 10px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
}

#sidebar1 {
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
	/*width: 246px;*/margin: 0 1px 0 0;
/*background: url(images/title_back.gif) repeat-x top;*/	padding: 0 0 0 0;
}

#sidebar2 li h3 {
	margin: 10px 0 0 0;
	background: url(images/title.gif) no-repeat left top;
	height: 44px;
	color: #000;
	padding-left: 20px;
	padding-top: 9px;
	font-weight: bold;
	font-size: 16px;

}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: 12px;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

#sidebar2 li div p {
	margin-top: 7px;
	font-size: 12px;
}

#sidebar2 li div h4 {
	margin-top: 7px;
	font-size: 12px;
}



#footer
{
	clear: both;
	background: url(images/footer.gif) repeat-x;
	height: 37px;
	font-size: 10px;
	color: #99A067;
	padding-top: 20px;
	text-align: center;
	border-top: #99A067 solid 5px;
	width: 912px;
}

#footer a
{
color: #99A067;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}