.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	text-decoration: none;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

.ContentHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #939594;
	letter-spacing: 2px;
}

.ContentLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.ContentLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.BG {
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #CCCCCC;
}
.WebsiteCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height: 20px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#menu a {
	display: block;
	width: auto;
	color: #939594;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-right: 38px;
	padding-bottom: 5px;
	padding-left: 38px;
}

#menu a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
}

#menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#menu li ul { /* second-level lists */
	position: absolute;
	color: #a4a6a5;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	padding: 0;
	width: 150px;
	margin: auto;
}

#menu li ul li {
	height: auto;
	width:150px;
	padding: 0;
}

#menu li ul li a {
	color: #a4a6a5;
	width: 15em;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}

#menu li ul li a:hover {
	color: #333333;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 37px;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.opaque {
	opacity: .9;
	filter: alpha(opacity=100);
}
.background {
font-family: Arial, Helvetica, sans-serif;
width:600px;
font-size: 11px;
line-height: normal;
font-weight: normal;
color: #666666;
text-align: justify;
padding-right: 5px;
padding-left: 5px;

}
.HomeBG {
	background-image: url(images/homeBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}

