body, html	{
	height: 100%;
}
body	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5F5F5F;
}
body,table,tr,td	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
td, th {
	vertical-align: top;
	text-align: center;
}
td.left, th.left {
	text-align: left;
}
td.right {
	text-align: right;
}
img	{
	border-width: 0;
}
h1, h2, h3	{
	font-weight: bold;
	color: #469EFA;
	display: inline;
}
h1	{
	font-size: 16px;
}
h2	{
	font-size: 14px;
}
h3	{
	font-size: 12px;
}
.b	{
	border: solid 1px #000000;
}
#dpa	{
	width: 105px;
	height: 135px;
	top: 5px;
	left: 30px;
	z-index: 100;
}
#header	{
	background: url(../images/logo.gif) no-repeat;
	width: 780px;
	height: 155px;
	top: 0px;
	left: 0px;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: auto;
        text-align: left;
}
#content {
	top: 155px;
	left: 0px;
	width: 780px;
	height: auto;
	background: url(../images/contentbg.gif) repeat-y;
	z-index: 30;
}
#text	{
	position: relative;
	top: 15px;
	left: 190px;
	width: 535px;
	height: auto;
	z-index: 50;
}
#left	{
	top: 0px;
	left: 0px;
	width: 165px;
	height: 335px;
}
#right	{
	top: 0px;
	left: 750px;
	width: 30px;
	height: 335px;
}
#content, #header, #dpa, #left, #right	{
	position: absolute;
}
#copyrightbg	{
	position: relative;
	background: url(../images/contentbg.gif) repeat-y;
	left: 0px;
	top: 30px;
	height: 44px;
	width: 780px;
}
#copyright	{
	position: relative;
	color: #c6c6c6;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	left: 165px;
	top: 10px;
	height: 20px;
	width: 585px;
	z-index: 100;
}
a:link, a:visited, a:hover, a:active	{
	font-weight: bold;
	text-decoration:underline;
}
a:link, a:visited, a:active	{
	color: #469EFA;
}
a:hover	{
	color: #939393;
}
a.copy:link, a.copy:visited, a.copy:hover, a.copy:active	{
	font-weight: bold;
	text-decoration:underline;
}
a.copy:link, a.copy:visited, a.copy:active	{
	color: #c6c6c6;
}
a.copy:hover	{
	color: #469EFA;
}