#container {
	width: 880px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border: thin solid #CCCCCC;
}
#sectiontext {
	position: relative;
	left: 300px;
	top: 100px;
}

#bottomtext {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
#bottomtext a{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
#bottomtext a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
#topmenu {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

#topmenu a{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}

#topmenu a:hover{
	font-size: 14px;
	color: #FFB56A;
	text-align: center;
	text-decoration:underline;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/pagebg.gif);	
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	float: left;
	width: 300px;
}

#heading {
	text-align: left;
	width: 150px;
	float: left;
}

#insidecontainer {
	width: 790px;
	text-align: left;
}

#sectionheader {
	position:static;
	left:0px;
	top:160px;
	width:441px;
	height:77px;
	z-index:1;
}

