@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color: #333;
	border: 1px;
	}
a:link {
	color: #E0D8BC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E0D8BC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #E0D8BC;
}
h1 {
	font-size: 14px;
	color: #F0EBD5;
}
body,td,th {
	color: #58461A;
}
h2 {
	font-size: 18px;
	color: #AFBD21;
	font-family: "Arial", Gadget, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #FFF;
}

h4 {
	font-size: 9px;
	color: #93A445;
	font-style: italic;
}
h5 {
	font-size: 18px;
	color: #31260F;
}
h6 {
	font-size: 11px;
	color: #5E401A;
}


body {
	background-color: #F1EEE2;
}


#wrapper{
	position:relative;
	width:800px;
	text-align:center;
	height: auto;
	background-color: #F1EEE2;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header{
	position:relative;
	float:left;
	width:800px;
	height:76px;
	background-color:#5E401A;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	overflow: visible;
}

#logo{
	float:left;
	width:200px;
	height:75px;
	background-image: url(Images/logo.png);
	background-repeat: no-repeat;
}
#logo1{
	float:left;
	width:180px;
	height:75px;
	background-image: url(Images/logo1.png);
	background-repeat: no-repeat;
}
#logo2{
	float:left;
	width:180px;
	height:75px;
	background-image: url(Images/logo2.png);
	background-repeat: no-repeat;
}
#header ul {
	position:relative;
	width:auto;
	float: left;
	left: 20px;
	height: 75px;
	visibility: visible;
}
#header ul li {
	position:relative;
	float:left;
	width:auto;
	list-style-type: none;
	line-height: 75px;
}
#header ul li a {
	font-size:16px;
	padding-right: 10px;
	padding-left: 10px;
}
#header a:hover {
	list-style-type: none;
	color: #FFF;
	background-color: #543915;
	line-height: 75px;
	display: block;
}

#topPanel{
	position:relative;
	float:left;
	width:800px;
	height:200px;
	background-color:#333;
}

#topPanel #mainImage{
	position:relative;
	float:left;
	width:800px;
	height:200px;
	background-image: url(Images/home-1c.png);
	background-repeat: no-repeat;
}

#navBar{
	position:relative;
	float:left;
	width:800px;
	height:30px;
	background-color:#AFBD21;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#navBar ul {
	position:relative;
	width:auto;
	float: left;
	left: 10px;
	height: 30px;
	display: block;
	vertical-align: middle;
	line-height: 30px;
}
#navBar ul li {
	position:relative;
	float:left;
	width:auto;
	list-style-type: none;
	height: 30px;
	vertical-align: middle;
}
#navBar ul li a {
	font-size:15px;
	padding-right: 12px;
	padding-left: 12px;
	height: 30px;
}

#navBar a:link {
	color: #FFF;
	text-decoration: none;
}
#navBar a:visited {
	text-decoration: none;
	color: #FFF;
}
#navBar a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #6D8D23;
	display: block;
	height: 30px;
}
#navBar a:active {
	text-decoration: none;
	color: #FFF;
}

#main {
	position:relative;
	float:left;
	width:798px;
	border: thin solid #7B694A;
	background-image: url(Images/main_bg.png);
}



#leftPanel{
	position:relative;
	float:left;
	width:203px;
	padding: 10px;
}
#leftPanel a:link {
	color: #5E3F17;
	text-decoration: none;
}
#leftPanel a:visited {
	color: #5E3F17;
	text-decoration: none;
}

#leftPanel a:hover {
	color: #C30;
	text-decoration: blink;
}

#rightPanel{
	position:relative;
	float:left;
	width:553px;
	padding: 10px;
}


#rightPanel ul {
	position:relative;
	width:auto;
	float: left;
	vertical-align: middle;
	line-height: 34px;
}
#rightPanel ul li {
	position:relative;
	float:left;
	width:auto;
	list-style-type: none;
	height: auto;
	vertical-align: middle;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E401A;
	border-right-color: #D5CFC2;
	border-bottom-color: #5E401A;
	border-left-color: #D5CFC2;
}
#rightPanel ul li a {
	font-size:15px;
	padding-right: 12px;
	padding-left: 12px;
	height: 32px;
}

#rightPanel a:link {
	color: #5E401A;
	text-decoration: none;
}
#rightPanel a:visited {
	color: #5E401A;
}
#rightPanel a:hover {
	color: #C00;

}
#rightPanel a:active {

}

#footerTop{
	position:relative;
	float:left;
	width:798px;
	height:30px;
	background-color:#AFBD21;
	left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7B6A48;
	border-right-color: #7B6A48;
	border-bottom-color: #7B6A48;
	border-left-color: #7B6A48;
	vertical-align: middle;
}
#footer{
	position:relative;
	float:left;
	width:798px;
	background-color:#5E401A;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #7B6A48;
	background-image: url(Images/footer_bg.png);
	background-repeat: no-repeat;
}

#footer ul {
	position:relative;
	width:auto;
	float: left;
	text-align: left;
	right: -20px;
	list-style-type: none;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 46px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer ul a:hover {
	color: #AFBD21;
}

#footer ul a {
	color: #F0EBD5;
}

#footerImage{
	position:absolute;
	width:134px;
	height:120px;
	background-image: url(Images/cca2009.png);
	background-repeat: no-repeat;
	left: 684px;
	top: 91px;
}

#copyright {
	position:relative;
	width:780px;
	float: left;
	text-align: left;
	color: #7B6A48;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#wrapper #border #leftPanel strong {
	color: #0C0;
}
#wrapper #border #leftPanel p {
	color: #FFF;
}
