@charset "utf-8";

body {
	font-family: arial, verdana;
	font-size:11px;
	background-color:#FDE2D7;
	text-align:center;
	margin:0;
	padding:18px 0 5px 0;
}
div#body {
	width:954px;
	/*height:600px;*/
	margin:auto;
	text-align:left;
}
div#body div#head {
	width:954px;
	height:286px;
	background-image:url('images/header.jpg');
}

/* MENU */
div#body ul#menu {
	display:block;
	width:904px;
	height:22px;
	padding:100px 0 0 0;
	margin:0 0 0 30px;
}
div#body ul#menu li {
	display:inline;
	list-style-type:none;
	font-size:13px;
}
div#body ul#menu li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	height:20px;
	text-transform:uppercase;
	padding:4px 10px 0 10px;
}
div#body ul#menu li a:hover, div#body ul#menu li a.active {
	color:#8BC638;
}

/* FOOTER */
div#body div#footer {
	font-size:9px;
	background:url('images/footer.gif') repeat-x #fff;
	height:18px;
	width:954px;
	color:#000;
	clear:both;
	padding:10px 0 0 0;
}
div#body div#footer span {
	padding-left:20px;
}
div#body div#footer span a {
	color:#000;
	text-decoration:none;
}
div#body div#footer span a:hover, div#body div#footer span a.active {
	color:#8BC638;
}
div#body div#footer div#footer_left {
	width:680px;
	float:left;
	padding-left:20px;
}
div#body div#footer div#footer_right {
	float:left;
	text-align:right;
	padding-right:20px;
	width:220px;
	text-transform:uppercase;
}

/* CONTENT */
div#body div#content {
	width:954px;
	background:#FDEBEB;
	color:#58595B;
}
div#body strong {
	color:#8BC638;
	font-weight:normal;
}
div#body div#content div#text {
	width:444px;
	float:left;
	padding:30px 20px 10px 40px;
	background:#FDEBEB;
}
div#body div#content div#text h1 {
	font-size:20px;
	color:#8BC638;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:normal;
}
div#body div#content div#text h2 {
	font-size:14px;
	font-weight:normal;
	color:#8BC638;
	margin-top:0;
	padding-top:0;
}
div#body div#content div#text h1 strong, div#body div#content div#text h2 strong, div#body div#content div#text h3 strong {
	font-weight:bold;
}
div#body div#content div#text h3 {
	font-size:11px;
	margin:0;
	padding:0;
}
div#body div#content div#text img {
	border:none;
}
div#body div#content div#text th {
	font-weight:bold;
}
div#body div#content div#text td {
	vertical-align:top;
}
div#body div#content div#text table {
    border-spacing:10px;
    margin-left:-10px;
}
div#body div#content div#text a {
	color:#000;
}
div#body div#content div#text a:hover {
	color:#8BC638;
}
div#body div#content div#text ul {
	padding-left:15px;
	margin:11px 0;
}
div#body div#content div#text p.description {
	font-size:10px;
}
div#body div#content div#right {
	height:280px;
	width:450px;
	float:left;
	background:#FDEBEB url(images/bckgrnd.jpg) no-repeat 240px 0;
}
div#body div#content div#right h2 {
	font-size:13px;
}
div#body div#content div#right a {
	color: #000;
}

/* FORM */
div#body div#content div#text input.text, div#body div#content div#text textarea {
	border: 1px solid #999;
	background: #EEEEEE;
	width:240px;
	margin-bottom:3px;
}
div#body div#content div#text label {
	width:70px;
	display:block;
	float:left;
	font-weight:bold;
}
div#body div#content div#text input.submit {
	border: 1px solid #999;
	background:#EEEEEE;
	font-weight:bold;
	font-size:12px;
}

