body
{
	background: #000 url(bg.gif) top left repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14pt;
}

#main
{
	width: 780px;
	/*background-image: url(shadow.gif);*/
	margin-left: auto;
	margin-right: auto;
}

#header
{	
	width: 780px;
	height: 223px;
	background: transparent url(toplogo.jpg) top center no-repeat;
	position: relative;
}

#header h1
{
	background: transparent;
	/*background: transparent url(logo5.gif) top left no-repeat;*/
	position: absolute;
	bottom: 10px;
	right: 25px;
	font-size: 46px;
	width: 350px;
	height: 89px;
	color: white;
	margin-bottom: 0px;	
}

#header span.noshow
{
	display: none;
}

#header h1.shadow
{
	color: black;
	bottom: 10px;
	right: 20px;
	opacity: 0.18;
	-moz-opacity: 0.18;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=18);
}

#header h1.shadow2
{
	color: black;
	bottom: 9px;
	right: 21px;
	opacity: 0.12;
	-moz-opacity: 0.12;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
}

#header h1.shadow3
{
	color: black;
	bottom: 7px;
	right: 23px;
	opacity: 0.08;
	-moz-opacity: 0.08;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8);
}

#nav
{
	width: 760px;
	height: 25px;
	border: 1px solid black;
	
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-image: url(nav_bg.jpg);
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 100%;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;		
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 188px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid black;
	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	
	display: block;
	color: black;
	text-decoration: none;
}

div#nav ul li.last
{
	border-right: 0px;
	width: 192px;
}

div#nav ul li a:hover
{
	color: white;
	background-color: #9e0000;
}

#white
{
	width: 760px;
	margin-left: 9px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	position: relative;
}

#content a, #footer a
{
	color: #00f;
	text-decoration: underline;
	font-weight: bold;
	/*background-image: url(linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

#content
{
	float: right;
	/*width: 580px;*/
	width: 730px;
	margin-right: 20px;
	_margin-right: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	

}

#content h2
{
	text-align: center;
	font-size: 20pt;
	margin-bottom: 0px;
	margin-top: 14px;
}

#content h3
{
	text-align: center;
	font-size: 15pt;
	color: #cccccc;
	margin-top: 0px;
	margin-bottom: 14px;
}

#content p
{
	margin-bottom: 10px;
	margin-top: 0px;
	/*line-height: 16px;*/
}

#content p.continue
{
	text-indent: 0px;
}

#content p.heading
{
	font-size: 13pt;
	font-weight: bold;
	text-indent: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: underline;
}


#content span.caption
{
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-align: center;
}


#footer
{
	border-top: 1px solid #cccccc;
	
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	background-color: #fafafa;
	color: #999;
	text-align: center;
}

#footer p.left
{
	float: left;
	text-align: left;
	font-size: 10pt;
}

#footer p.right
{
	float: right;
	text-align: right;
	font-size: 10pt;
}

.clear
{
	clear: both;
}

#footerImage
{
	width: 780px;
	height: 35px;
	/*background-image: url(footer.jpg);*/
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 10px;
}

	