body {
	padding: 0px;
	margin: 0px;
	color: #003366;
	background: #000000;
}
a {
	color: red;
}
.wrapper {
	width: 980px;
	border-right: 2px solid #BF0B32;
	border-bottom: 2px solid #BF0B32;
	border-left: 2px solid #BF0B32;
	margin-bottom: 5px;
	background: #999999 url(/images/layout5/background_gray_noise.jpg);
	
}
.pageHeader {
	background: #ffffff;
	border: 2px solid #BF0B32;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	margin-bottom: 15px;
	text-align: left;
}
.pageBody {
	background: #ffffff;
	color: #000000;
	border: 2px solid #BF0B32;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	margin-bottom: 15px;
	padding: 5px;
	text-align: left;
}

.opaque {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.logo {
	width: 150px;
	height: 190px;
}
.background {
	background: url(/images/layout5/background_content.jpg) no-repeat;
	padding-bottom: 25px;
}
.content {
	color: #003399;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 0px 10px 10px 10px;
	margin-right: 25px;
}
.header {
	width: 830px;
	height: 190px;
	background: url(/images/layout5/background_metal.jpg) top left;	
}
/*
.header .banner {
	width: 468px;
	margin-top: 25px;
	margin-right: 25px;
	text-align: right;
}
*/
.header .banner img {
	border: 3px solid;
	border-color: #666666 #cccccc #cccccc #666666;
}
.navblock {
	width: 160px;
	padding-bottom: 50px;
	background: url(/images/layout/nav_leftX.jpg) top left repeat-y;
}
.navigation {
	width: 116px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: white;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: white 1px dotted;
	letter-spacing: 1px;
}
.navigation a {
	color: white;
	text-decoration: none;
}
.navigation a:hover {
	color: yellow;
	text-decoration: none;
}
.navigation ul {
	letter-spacing: 0px;
	font-size: 11px;
	list-style-image: url(smallimage.gif);
	margin: 5px 0px 0px 15px;
	padding: 0px;
}
.navigation ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.copyright {
	color: #eeeeee;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	margin-bottom: 5px;
}
.copyright a {
	text-decoration: none;
	color: #eeeeee;
}
.formlabel {
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
.rightrail {
	width: 300px;
	background: #000099;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
	color: #ffffff;
	float: right;
}
.tableborder {
	color: #003399;
}
.formdata {
	color: #990099;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
.disclaimer {
	color: #005593;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	margin-top: 200px;
}
