body
{
	font: 12px/1.7 Lucida Sans, Lucida, 'Trebuchet MS', Arial, sans-serif;
	color:#dfdfdf;
	background:url(images/bg.jpg);
}
#container {
	width:960px;
	margin:0 auto;
	background: url(images/slice.jpg) repeat-y;
}
hr
{
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 28px;
	font-weight:normal;
	color:#9fcf67;
}
h2
{
	font-size: 18px;
	font-weight:normal;
	color:#9fcf67;
	padding:0 0 10px 0;
}
h3
{
	font-size: 21px;
}
h4
{
	font-size: 18px;
	font-weight:normal;
	color:#585647;
	text-align:left;
}
h5
{
	font-size: 14px;
	font-weight:normal;
}
h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 12px;
}
blockquote {
	margin:0 50px;
}

/* =Divs
--------------------------------------------------------------------------------*/


#header {
	width:840px;
	margin:0 auto;
	height: 189px;
}

#logo {
	margin-left: 1px;
	text-align: center;
}
#buttons {
	width:840px;
	height: 51px;
	margin: 0 auto;
	border-bottom: 1px solid #181818;
}
.ind-button {
	height: 51px;
	float: left;
}

#content {
	margin: 0 auto;
	width: 760px;
}
#text {
	margin: 0 auto;
	width: 840px;
}
#graphic {
	width: 536px;
	float: left;
}
#graphic-right {
	width: 208px;
	float: left;
	margin-left: 14px;
}
#left {
	width:516px;
	float:left;
	padding-right: 20px;
}
#right {
	width:208px;
	float:left;
	margin-left: 14px;
}
.box {
	width: 207px;
	margin-bottom: 20px;
}

#footer {
	margin:0 auto;
	width:960px;
	height:78px;
	text-align:center;
	background: url(images/bottom.jpg) no-repeat;
	margin: 20px 0;
}


/* =Links & Spans & Misc
--------------------------------------------------------------------------------*/
p {
	text-align:justify;
}
a {
	color:#9fcf67;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer a {
	color:#859aa0;
}

.clear {
	clear:both;
}

/* =Navigation
--------------------------------------------------------------------------------*/

a#buttonA {float:left;width:97px;height:51px;background:url(images/btn_home.jpg)}
a#buttonA:link {background:url(images/btn_home.jpg)}
a#buttonA:visited {background:url(images/btn_home.jpg)}
a#buttonA:hover {background:url(images/btn_home.jpg) 0 -51px;}
a#buttonB {float:left;width:99px;height:51px;background:url(images/btn_about.jpg)}
a#buttonB:link {background:url(images/btn_about.jpg)}
a#buttonB:visited {background:url(images/btn_about.jpg)}
a#buttonB:hover {background:url(images/btn_about.jpg) 0 -51px;}
a#buttonC {float:left;width:193px;height:51px;background:url(images/btn_next.jpg)}
a#buttonC:link {background:url(images/btn_next.jpg)}
a#buttonC:visited {background:url(images/btn_next.jpg)}
a#buttonC:hover {background:url(images/btn_next.jpg) 0 -51px;}
a#buttonD {float:left;width:238px;height:51px;background:url(images/btn_previous.jpg)}
a#buttonD:link {background:url(images/btn_previous.jpg)}
a#buttonD:visited {background:url(images/btn_previous.jpg)}
a#buttonD:hover {background:url(images/btn_previous.jpg) 0 -51px;}
a#buttonE {float:left;width:92px;height:51px;background:url(images/btn_links.jpg)}
a#buttonE:link {background:url(images/btn_links.jpg)}
a#buttonE:visited {background:url(images/btn_links.jpg)}
a#buttonE:hover {background:url(images/btn_links.jpg) 0 -51px;}
a#buttonF {float:left;width:121px;height:51px;background:url(images/btn_contact.jpg)}
a#buttonF:link {background:url(images/btn_contact.jpg)}
a#buttonF:visited {background:url(images/btn_contact.jpg)}
a#buttonF:hover {background:url(images/btn_contact.jpg) 0 -51px;}

.dropdown {
	position:absolute;
	width: 205px;
	margin-left: 0px;
	border:1px solid #1F1F1F;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background:#000;
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
	line-height: 18px;
}
.dropdown a:link, .dropdown a:visited
	{display: block;
	border-bottom: 1px solid #1F1F1F;
	padding: 8px 5px;
	text-decoration: none;
	color:#E7E6D4;
	line-height:14px;}
.dropdown a:hover
	{background-color: #1F1F1F;
	color: white;}



form {
display:block;
}

label
{
width: 80px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}

.submit input
{
margin-left: 80px;
} 


