body
{
	background: #F0E8B5;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

form
{
	display: inline;
}

h2
{
	font-size: 16pt;
	margin: 1em 0 0.25em 0;
}

hr
{
	background: #999;
	border-style: none;
	color: #999;
	height: 1px;
	width: 100%;
}

p
{
	margin: 0 0 1em 0;
}

/* begin .button styling */

.button,
.button:link
{
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 21px;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.button img
{
	float: left;
	margin: 3px 4px 0 0;
}

.button span
{
	background: #000 url("../images/bg_button.jpg") left top repeat-x;
	color: #FFF;
	cursor: pointer;
	display: block;
	padding: 0 8px;
}

.button:hover
{
	background: #FDC100;
	color: #000;
}

.buttonList
{
	line-height: 25px;
	overflow: hidden;
	text-align: right;
	width: 100%;
}

.buttonList .button
{
	float: left;
	margin: 0 1em 0 0;
}

/* end .button styling */

.publication
{
	list-style-type: disc;
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

/* .searchControl styling */

.searchControl
{
	clear:both;
	overflow:hidden;
	
}

.searchControl .buttonList
{
	float:left;
	margin-left:10px;
	width:40%;
}

.searchControl .searchControlKeywords
{
	float:left;
	
}

.searchControl .searchControlKeywords .textbox
{
	font-size:130%;	
}

/* end .searchControl styling */


#Container
{
	background: #FFF;
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	color: #000;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 720px;
}

#Content
{
	padding: 10px;
	overflow:hidden;
}

#Footer
{
	background: #000;
	color: #FFF;
	font-size: 80%;
	margin-top: 50px;
	padding: 3px 10px 3px 0;
	text-align: right;
}

#Header
{
	background: url("../images/heart_oil_drop.jpg");
	width: 720px;
}

#Header h1
{
	color: #000;
	height: 50px;
	margin: 0;
	padding: 150px 0 0 0;
	text-align:center;
}

#Header .menu
{
	line-height: 1.8em;
	list-style-type: none; 
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 100%;
}

#Header .menu a,
#Header .menu a:link,
#Header .menu a:visited,
#Header .menu a:hover,
#Header .menu a:active
{
	color: #9E8F27;
	display: block;
	text-decoration:none;
	background: #F0E8B5;
}

#Header .menu a:hover
{
	background: #D5EBFF;
	color: #005BAE;
	text-decoration: underline;
}

#Header .menu li
{
	display: inline;
	float: left;
	text-align: center;
	width: 360px;
}

