html, body {
	padding: 0;
	margin: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #F2F2F2;
}

#topbox {
	background: #d1d1d1 url('topbg.gif') repeat-x;
	height: 30px;
	margin-bottom: 5px;
}

#topbox div {
	padding: 7px 5px 7px 5px;
}

#header {
	background: #ffffff;
	height: 100px;
}

#headercontent {
 margin: 0 auto;
 width: 900px;
 /*background: #ffffff;*/
}

#main {
 background: #F2F2F2 url('mainbg.gif') repeat-x top left;
 /*background: #F2F2F2;*/
 padding: 5px 0 0 0;
}

#wrapper {
 margin: 0 auto;
 width: 900px;
 background: #ffffff url('footerbg.gif') repeat-x bottom left;
 padding-bottom: 10px;
}

#content {
	padding: 5px 5px 5px 5px;
}

#footer {
 margin: 0 auto;
 width: 900px;
 /*background: #F2F2F2;*/
text-align: center;
padding: 10px 5px 5px 5px;
color: #666666;
}

h1 {
	color: #000000;
	font-size: 14px;
}

a {
	color: #FFA500;
	text-decoration: underline;
}

a:hover {
	color: #FFA500;
	text-decoration: underline;
}

.footer {
	color: #666666;
	text-decoration: none;
}

.footer:hover {
	color: #000000;
	text-decoration: underline;
}

.divfw {
	background: #F2F2F2;
	padding: 10px;
}


.divfwbgimg {
	background: #ffffff url(divbg.gif) repeat;
	padding: 5px;
	line-height: 1.5em;
	overflow: auto;
}

* html .divfwbgimg {
	height: 1%;
}

.divheading {
	background: #E0E0E0 url(divheadingbg.gif) repeat-x top left;
	padding: 5px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	font-size: 16px;
}

.divcentered {
	padding: 5px;
	text-align: center;
}

.imgfloatright {
 float:right;
 border: 10px solid #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
 margin-left: 15px;
}

.floatright {
 float: right;
 border: 10px solid #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
 margin-left: 15px;
 padding: 2px;
}

.floatleft {
 float:left;
 border: 10px solid #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
 margin-left: 15px;
 padding: 2px;
}

.clearboth {
 clear: both;
}

.clearleft {
 clear: left;
}

.clearright {
 clear: right;
}