﻿* {
	margin : 0;
	padding : 0;
}
body {
	background : #669966 url(images/back_all.jpg) repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #ffffcc;
	margin-bottom : 20px;
}
#main {
	width : 880px;
	margin : 0 auto;
}
#container {
	width : 100%;
	margin: auto;
}
#header {
	height : 235px;
	margin : 0 auto;
}
#logo {
	height : 233px;
	background : url(images/header3.jpg) no-repeat;
}
#navigation {
	background-color: #2D5D2D;
	overflow: hidden;
	font: .9em Arial, Helvetica, sans-serif;
	height: 30px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFCB;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border-left: 1px solid #023202;
	border-right: 1px solid #023202;
}
#navigation a:hover {
	background-color: #FFFFCB;
	color: #000000;
	border: 1px solid #023202;
}
#menua {
	position: relative;
	top: 10px;
	left: 0px;
	width: 190px;
	height: 20px;
	font: .7em Verdana, sans-serif;
	z-index: 10;
}
#menua a {
	display: block;
	text-align: left;
	font: bold 1em sans-serif;
	padding: 3px;
	text-decoration: none;
	color: black;
	background: #99FF99;
	border: 1px solid black;
}
#menua a:hover {
	color: #441111;
	background: #FFFF66;
	border: 1px dotted blue;
}
#menua a span {
	display: none;
}
#menua a:hover span {
	display: block;
	position: absolute;
	top: 300px;
	left: 0;
	width: 180px;
	padding: 5px;
	z-index: 10;
	color: #000000;
	background: #FFFFCC;
	font: .8em Verdana, sans-serif;
	text-align: center;
	border: 1px dashed black;
}
#content {
	float : left;
	width : 424px;
	margin-right : 5px;
	margin-left : 15px;
}
#page {
	margin-left: 5px;
}
#content {
	float : left;
	width : 424px;
	margin-right : 5px;
	margin-left : 15px;
}
#content h2 {
	width : 424px;
	height : 34px;
	background : url(images/middle.jpg) no-repeat;
	color : #ffffcc;
	font-size : 1.1em;
	padding-top : 10px;
	text-align : center;
}
#content .center_back {
	width : 405px;
	background : url(images/middle_back1-1.jpg) repeat-y;
	padding : 10px;
	text-align : center;
}
.title {
	margin-top : 5px;
	margin-bottom : 1px;
}
.sidebar {
	float : left;
	width : 208px;
	margin-top : 10px;
	color : #0E5529;
}
.sidebar ul {
	margin : 0;
	padding : 0;
	list-style : none;
	text-align : left;
}
.sidebar li {
	padding : 0 0 6px 20px;
}
.sidebar a {
	text-decoration : none;
	color : #003333;
	font-size : 0.7em;
}
.sidebar a:hover {
	color : #0000ff;
	text-decoration : underline;
}
#sidebar1 ul {
	margin : 0;
	padding : 0;
	list-style : none;
	text-align : left;
}
#sidebar1 li {
	padding : 0 0 0 10px;
}
#sidebar1 a {
	text-decoration : none;
	color : #003333;
	font-size : 0.7em;
}
#sidebar1 a:hover {
	color : #0000ff;
	text-decoration : underline;
}
#leftbar h2 {
	padding-top : 15px;
	font-size : 14px;
	font-weight : bold;
	color : #ffffcc;
	background : url(images/sidebar_left.jpg) no-repeat;
	height : 29px;
	text-align : center;
	text-transform : uppercase;
}
#rightbar h2 {
	padding-top : 15px;
	font-size : 14px;
	font-weight : bold;
	color : #ffffcc;
	background : url(images/sidebar_right.jpg) no-repeat;
	height : 29px;
	text-align : center;
	text-transform : uppercase;
}
#rightbar {
	margin-left : 10px;
}
#leftbar .back, #rightbar .back {
	background : url(images/sidebar_middle.jpg) repeat-y;
	padding : 10px;
}
#leftbar .bottom, #rightbar .bottom {
	background : url(images/sidebar_bottom.jpg) no-repeat;
	height : 6px;
	width : 208px;
	margin-bottom : 10px;
}
#clear {
	clear : both;
}
#footer {
	clear : both;
	padding: 12px 0px 10px 0px;
	height : 62px;
	background : url(images/footer.jpg) repeat-x;
}
#footer p {
	font-family : Verdana;
	font-weight: bold;
	text-align : center;
	font-size : 0.6em;
	color : #ffffcc;
}
#footer a {
	color : #ffffcc;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
}
img {
	border : none;
}
p {
	text-align : center;
	font-size : 0.8em;
}
.p1 {
	text-align : left;
	font-size : 0.8em;
}
.left {
	text-align : left;
}
a {
	color : #ffff99;
}
a:hover {
	text-decoration : none;
	color : #e0ff00;
}

