body {
	background-color: #126FB8;
	text-align: center;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
div {
	overflow:hidden;
	margin:0px;
}
#container {
	width:780px;
	position:relative;
	text-align: left;
}
#navigation {
	width:780px;
	height:41px;
	background-image:url(images/bkg_nav.jpg);
	background-repeat:no-repeat;
}
#navigation_env {
	width:780px;
	height:41px;
	background-image:url(images/bkg_nav_env.jpg);
	background-repeat:no-repeat;
}
#content {
	width:780px;
	background-image:url(images/bkg_body.gif);
	background-repeat:repeat-y;
}
#content_env {
	width:780px;
	background-image:url(images/bkg_body_env.gif);
	background-repeat:repeat-y;
}
#left {
	width:161px;
	position:relative;
	float:left;
	clear:none;
	top:60px;
}
#left p { margin-left:53px; }
#main {
	width:470px;
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
	left:53px;
}
#l2main {
	width:352px;
	position:relative;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
	top:5px;
	left:10px;
}
#right {
	width:222px;
	position:relative;
	float:right;
	text-align:center;
	right:10px;
}
#rightcontent {
	width:152px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
}
#footer {
	width:780px;
	height:60px;
	background-image:url(images/bkg_footer.gif);
	background-repeat:no-repeat;
}
#footer_env {
	width:780px;
	height:60px;
	background-image:url(images/bkg_footer_env2.gif);
	background-repeat:no-repeat;
}
#copyright {
	width:620px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	position:relative;
	top:17px;
	left:80px;
}
#credits {
	width:620px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	position:relative;
	text-align:center;
	top:30px;
	left:80px;
}
#credits a:link { color:#000000; text-decoration:underline; }
#credits a:hover { color:#FF0000; text-decoration:none; }
#credits a:visited { color:#000000; text-decoration:underline; }
p {
	margin: 0px 0px 15px 0px;
}
td { line-height:normal}
a:link { color:#000000; text-decoration:underline; }
a:hover { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:underline; }

#footer a:link { color:#FFFFFF; text-decoration:underline; }
#footer a:hover { color:#FF0000; text-decoration:none; }
#footer a:visited { color:#FFFFFF; text-decoration:underline; }

#footer_env a:link { color:#FFFFFF; text-decoration:underline; }
#footer_env a:hover { color:#FF0000; text-decoration:none; }
#footer_env a:visited { color:#FFFFFF; text-decoration:underline; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
}
strong { color:#CC0000; }