body {
	background: url(img/pagebg.gif) #FFF repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background: url(img/contentbg.jpg) repeat-y transparent;
	width: 804px;
	height: auto;
	margin: auto auto 10px;
	padding-top: 0;
}

#header {
	background: url(img/header.jpg) no-repeat;
	width: 804px;
	height: 32px;
	padding: 0;
	margin: 0;
}

#content {
	background: url(img/spacer.jpg) no-repeat;
	width: 754px;
	height: auto;
	text-align: justify;
	margin: 0;
	padding: 0 25px 0px;
}

#headerspace, .logo {
	float: left;
	padding: 0 0 10px 10px;
}
#headerspace {
	text-align: right;
	width: 100%;
	display: block;
	padding: 5px;
	margin: 0 0 -20px 0;
	height: 145px;
}
#content .imgright {
	float: right;
	padding: 3px 3px 3px 15px;
}
#content .imgleft {
	float: left;
	padding: 3px 15px 3px 3px;
}

#contentspace {
	width: 100%;
	padding: 5px;
	clear: both;
}

#footer {
	background: url(img/footer.jpg) no-repeat scroll center bottom;
	width: 804px;
	height: 35px;
	padding: 20px 0 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	clear: both;
	text-align: center;
}

.table td {
	padding: 0px 10px;
}

/* links/navigation */

#navbar {
	font-family: arial, helvetica, sans-serif;
}

#navbar ul {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	line-height: 30px;
	list-style-type: none;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	padding:0.2em 1em; 
	background:#FFF; 
	color:#000; 
	text-decoration:none;
	border: none;
}

#navbar ul li a:hover {

	color:#FFF; 
	background:#F30;
	border: none;
}
  

/* Font Formatting */
html { min-height: 100%; margin-bottom: 1px; }

h3 {
	color: #c30;
	padding-bottom: 12px;
	font-size: 1.9em;
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
	clear: left;
	margin: 0;
}


h2 {
	color: #C30;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 1.7em;
	font-weight: normal;
}

h1{
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: -11px;

}

h4 {
	margin-bottom: -8px;
	font:  bold 1.4em Geneva, Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 1.5em;
	margin-bottom: -0.75em;
}
