body 
{
	background-color: black;
	font-family: Arial;
	font-size: 11pt;
	color: Black;
}

img
{
	border: 0px;
}

a
{
	color: #555555;
}

.Wrapper
{
	text-align: center;
}

#MainHeader 
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: 10px;
	width: 775px;
	height: 150px;
	border-bottom-style: dotted;
	border-bottom-color: white;
	border-bottom-width: 2px;
}

.MainHeaderText
{
	position: relative;
	top: 90px;
	left: 0px;
	font-family: Arial;
	font-size: 35pt;
	font-weight: bold;
	color: White;
}

#TitleBar
{	
	position: absolute;
	top: 90px;
	left: 0px;
	height: 50px;
	background-color: #DDDDDD;
	filter: alpha(Opacity=70);
		 	-moz-opacity:0.7;
	opacity: 70%;
	width: 775px;
}

#Body
{
	position: relative;
	width: 775px;
	background-color: white;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Navigation
{
	position: relative;
	width: 775px;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-style: dotted;
	border-bottom-color: black;
	border-bottom-width: 2px;
}

#Content
{
	position: relative;
	width: 755px;
	overflow: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#Footer
{
	position: relative;
	width: 775px;
	height: 18px;
	background-color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top-style: dotted;
	border-top-color: white;
	border-top-width: 2px;
	color: white;
}

#FooterBar
{	
	position: absolute;
	top: 0px;
	left: 0px;
	height: 18px;
	background-color: #AAAAAA;
	filter: alpha(Opacity=70);
		 	-moz-opacity:0.7;
	opacity: 70%;
	width: 775px;
}

.FooterText
{
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: White;
}

.SubHeader
{
	font-weight: bold;
	font-size: 12pt;
}

.Item
{
	display: block;
	width: 735px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	border-bottom-width: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.Item img
{
	display: block;
	float: right;
	padding: 5px 5px 5px 5px;
}
	