@import url("css/menu.css");

body {
	background-color: #FFFFFF;
	margin : 0px;
	min-width : 955px;
	height : 100%;
}
.logo {
	padding : 36px;
}
.menu {
	background-color : #85B916;
}
.header_left {
	background-image: url(graphics/header_left.gif); 
	background-repeat : no-repeat;
	width : 125px;
	height : 73px;
}
.header_right {
	background-image: url(graphics/header.gif); 
	background-repeat : no-repeat;
	width : 830px;
	height : 73px;
}
.menu_left {
	background-image: url(graphics/menu_left.gif); 
	background-repeat : no-repeat;
	width : 125px;
	height : 23px;
}
.gradient {
	background-image: url(graphics/gradient.jpg); 
	background-repeat : no-repeat;
	width : 125px;
	height : 585px;
}
.gradient_right {
	background-image: url(graphics/gradient_right.gif); 
	background-repeat : no-repeat;
	width : 115px;
	height : 462px;
}
#BottomPane {
	width : 955px;
	text-align : right;
}
p, blockquote, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #47535B;
	line-height : 150%;
}
p a:link, p a:visited {
	color : #47535B;
}
p a:hover {
	color : #85B916;
}
blockquote {
	text-align : center;
}
.lgtxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #47535B;
}
.lgtxtGr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #85B916;
}
.lgtxtB {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #47535B;
}
.lgtxtB a:link, .lgtxtB a:visited {
	color : #85B916;
}
.lgtxtB a:hover {
	color : #47535B;
}
.lgGrnTxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #85B916;
}
.smGrnTxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #85B916;
}
li {
	line-height : 175%;
}
.clear {
	clear : both;
}