* {
	margin: 0px;
	padding: 0px;
}

img
{
border: 0px;
}

body {
	background: #afcd81;
}

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: #575656;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #575656;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #575656;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #575656;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #FF0000;
}

hr {
	display: none;
}


#main
{
	width: 778px;
	margin: 0 auto;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9FC468;
	border-left-color: #9FC468;
	background-color: #E3F0D2;
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
}


/* Header */

#header {
	width: 778px;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu {
	height: 29px;
	width: 750px;
	padding-left: 0px;
	background: url(images/menu.gif) repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	width: 105px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #3B3B3B;
	padding-top: 5px;
    text-align: center;
}

#menu a:hover {
	color: #FF0000;
	background: url(images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 778px;
	height: 200px;
	text-align: left;
	background: url(images/header.png) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#logo h1 {
	padding-left: 40px;
	color: #ffffff;
	padding-top: 30px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 40px;
}


#logo a {
	color: #000000;
}

/* Page */

#page {
	width: 663px;
	margin: 0 auto;
}


/* Content */

#content {
	float: left;
	width: 655px;
	padding-left: 5px;
	padding-top: 5px;
	background-repeat: repeat-x;
}

#content H2
{
	background: url(images/menu.gif) repeat-x;
	height: 24px;
	padding-top: 5px;
	padding-left: 15px;
	width: 640px;
	font-size: 16px;
	color: #3B3B3B;
}

#content H2 a
{
color: #ffffff;
}

#content a:hover
{
color: #ff0000;
}

#content .entry
{
	padding: 10px;
	width: 640px;
}

/* 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: 175px;
	background: url(images/sidebar.gif) repeat-x;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

#sidebar2 h2 {
	background: url(images/menu.gif) repeat-x;
	height: 24px;
	width: 150px;
	color: #3B3B3B;
	padding-left: 20px;
	padding-top: 5px;
}

#sidebar2 ul {
	line-height: normal;
}

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

#sidebar2 a {
	border: none;
	font-size: 12px;
	padding-left: 10px;
}

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

.back_title
{

}

#sidebar2 .top {
 padding-top: 20px;
 }
 


/* Footer */
#footer
{
padding: 10px;
height: 32px;
background: url(images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #575656;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #575656;
}
