﻿body 
{
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:11pt;
	background-image:url(images/black.gif);
	background-image:expression('url(images/gen11.jpg)');
	background-attachment: fixed;

}
span
{
	margin:0px;
	padding:0px;
	
}

.BoldText span
{
	text-transform:uppercase;
	margin-left:-1px;
	padding:0px;
}
#Background
{
	
	
	
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:.15;
	filter:alpha(opacity=85);
	position:fixed;
	background-attachment:fixed;
	background-image:url(images/gen11.jpg);
	background-image:expression('url(images/black.gif)');
	height:expression('2000px');
	background-repeat:repeat;

	
}

.BoldText
{
	font-weight:bold;
	font-size:smaller;
	text-transform:uppercase;
}

.ClearBoth
{
	height:0px;
	clear:both;
}

#Content
{
	width:820px;
    text-align:left;
	margin-bottom:30px;
	padding-bottom:20px;
	position:relative;
	background-color:expression('rgb(181,181,181)');
	min-height:600px;

	
	
	
}

#ContentBackground
{
	background-color:White;
	margin:0px auto;
	opacity:.7;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	display:expression('none');
}
img
{
opacity:1;
}


Div
{
	padding:0px;
	margin:0px;
	margin:0px auto;
}

#MainContent
{
	width:100%;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	
}


#NavBar
{
	width:820px;
	margin-bottom:5px;
}


#NavBar a
{
	text-decoration:none;
	margin-right:30px;
	
	color:rgb(36,189,234);

	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;
	
}

#NavBar a:hover
{

	color:rgb(72,255,255);
	
	/*background-image:url(images/arrow.gif);*/
	background-repeat:no-repeat;
	
	
}

#Header
{
	width:820px;

	color:rgb(36,189,255);
	text-align:left;
	font-size:22px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:30px;
	
	
}

p
{
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	
}
#PageHeader
{
	position:relative;
	left:10px;
	top:10px;
	font-weight:bold;
	border-bottom:solid 1px black;
	margin-right:20px;
	margin-bottom:20px;
	
}

#PageContent
{
	position:relative;
	left:10px;
	margin-right:10px;
	padding-bottom:20px;
	
}

#PageNav
{
	position:relative;
	left:10px;
	font-size:8pt;
	text-align:center;
	border-bottom:solid 1px black;
	margin-right:20px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#PageNav a
{
	color:Black;
	margin-right:8px;
	text-decoration:none;
	padding-right:8px;
	
}

#PageNav a:hover
{
	text-decoration:underline;
}

.UnbulletedList li
{
	list-style-type:none;
	margin-bottom:10px;
}
