html { position:relative; }
body {
	width:762px;
	background-color: #ffcc00;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	position:relative;
}
div {
	overflow: hidden;
	border: 0px;
	margin: 0px;
}
img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}
#container {
	width: 762px;
	position:relative;
	text-align: left;
}
#header {
	width: 762px;
	height: 141px;
	position:relative;
	text-align: left;
}
#nav {
	width: 762px;
	height: 40px;
	position:relative;
}
#main {
	width: 762px;
	position:relative;
	text-align: left;
	background-image: url(graphics/bkg_body.gif);
}
#text {
	width: 440px;
	position:relative;
	margin-top:25px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 18px;
	float:left;
}
#right {
	width: 256px;
	position:relative;
	text-align:center;
	margin-top:25px;
	float:left;
}
#footer {
	width: 762px;
	height: 100px;
	position:relative;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:16px;
	text-align: center;
	background-image: url(graphics/bkg_footer.gif);
	background-repeat:no-repeat;
}
#copyright {
	width: 450px;
	height: 20px;
	position:relative;
	color:#ffffff;
	margin-top: 40px;
	margin-left:150px;
}
#footernav {
	width: 762px;
	height: 30px;
	color: #af071f;
	position:relative;
	margin-top:15px;
}
table {
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 18px;
	margin: 0px;
	margin-bottom:10px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0 30px 15px 30px;
}
ul {
	margin-right:30px;
	margin-left:30px;	
}
em {
	color: #af071f;
	font-style: normal;
}
a {
	color: #af071f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#d10024;
}
a:active {
	text-decoration: none;
}
