/* Global settings */



body
{
	background: url(images/bodybg.png) repeat-x;	
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	text-align:center;
	color: #333;
	margin: 0;
}

h1 { font-weight: normal; position: relative; top: 1em;}
h2 { font-weight: normal; font-size: 17px; }
h3 { font-weight: normal; font-size: 14px; position: relative; top: 1em; text-indent: 2px;}

a { color: #063; font-weight: bold; }
a:hover { color: #3C6; }
fieldset { border: 0;}

label
{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input
{
	margin-left: 7.5em;
	color: #000;
	background: #FC6;
	border: 1px #A19C26 solid;
}

form
{ 
	background: #FBFAE3;
	padding: 20px;
	border-top: 1px #E3DFAF solid;
	border-bottom: 1px #E3DFAF solid;
	margin-bottom: 10px;
}

textarea
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	width: 225px;
	height: 100px;
}

#overall
{
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}


#header
{
	background: url(images/top.png) no-repeat;
	height: 210px;
	padding-left: 40px;
}

#header ul
{
	list-style-type: none;
	position: relative;
	top: 160px;
	padding: 0 0 0 0px;
	margin: 0;
}

#header li
{	
	display: inline;
	padding: 0 10px 5px 0;
	margin:  0 10px 5px 0;
}

#header a:link, #header a:visited
{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#header a:hover

{
	color: #8BC53E;
	border-bottom: 5px #8BC53E solid;
	padding-bottom: 3px;
}

#header #current a
{
	color: #FCEF47;
	border-bottom: 5px #FCEF47 solid;
	padding-bottom: 3px;
}

.imagebg /* Image to accompany the content div */
{
	background: url(images/imagebg.png);
	float: right;
	margin: 20px 0 10px 20px;
	padding: 20px;

/*
	width: 171px;
	border: 1px #CCC solid;
	padding: 10px;
	float: right;
	margin: 20px 0 10px 20px
*/
}

#content
{
	background: url(images/maintop.png) repeat-x #FFF;
	padding: 55px 40px 10px 40px;
}


#lowercontent /* Section above footer */

{
	
	width: 730px;
	float: left;
	background: #FBFAE3;
	border-top: 1px #E3DFAF solid;
}

#lowercontent img { border: 4px #E3DFAF solid;  }

.outerblock img { float: left; margin-right: 10px; }
.outerblock
{
	float: left;
	width: 280px;
	margin-right: 10px;
	font-size: 11px;
	padding: 20px 20px 10px 40px;
}


#footer
{
	color: #FFF;
	width: 730px;
	height: 101px;
	padding:0px;
	float:left;
	background: url(images/footer.png);
	font-size: 11px;
}

#footer a { color: #FCEF47; }
.footertext { position: relative; top: 50px; left: 170px; width: 560px}