@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#page {
	width: 952px;
	margin: 10px auto;
}

#top {
	
}

#logo {
	float: left;
	width: 220px;
}

#logo img {
	border: 0px;
}

#topmenu {
	float: right;
	font-size: 8pt;
	color: gray;
	margin-bottom: 5px;
}

#topmenu a {
	color: #8b854f;
	text-decoration: none;
	font-size: 8pt;
}

#topmenu a:hover {
	color: black;
}

#searchbox {
	margin-top: 15px;
	float: right;
}

#menu {
	height: 43px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(menu-bg.gif);
}

#menu a {
	display: block;
	width: 136px;
	text-align: center;
	padding: 12px 0;
	color: #8b854f;
	text-decoration: none;
	font-weight: bold;
	float: left;
	font-size: 11pt;
}

#menu a:hover, #menu a.active {
	color: #fff;
}

#lmenu {
	float: left;
	width: 200px;
	background-image: url(./lmenu-bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 285px;
}

* html #lmenu {
	height: 285px;
}

#lmenu .inside {
	padding: 15px 20px;
}

#lmenu h2 {
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	background-image: url(./lmenu-top.gif);
	background-repeat: no-repeat;
}

#lmenu .inside {
	line-height: 20px;
}


#lmenu .inside a {
	display: block;
	margin-left: 5px;
	color: #7c794c;
	text-decoration: none;
	line-height: 14px;
	font-size: 8pt;
	padding-bottom: 5px;
}

#lmenu .inside a:hover{
	color: black;
}

#content {
	float: right;
	width: 744px;
}

#content .inside {
	padding: 25px 0;
	background-repeat:no-repeat;
	line-height: 20px;
}

#content .inside .inside-bg {
	padding: 0 25px;
	padding-right: 0px;
}

#content h1 {
	font-size: 20pt;
	color: #7c794c;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

#content p {
	color: #7c794c;
}

#content img {
	border: 0px;
}

#content a {
	color: #7c794c;
	text-decoration: none;
}

#content a:hover {
	color: black;
}

#copyright {
	margin-top: 30px;
	margin-bottom: 20px;
	color: gray;
	font-size: 8pt;
}
