html, body{ 
	height: 100%; 
	border: 0; 
	padding: 0; 
	margin: 0; 
	background-color: white;
	color: black;
}

a:link, a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover{
color: black;
}
#content{ 
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -7em;  
}
h3 {
	padding: 4px 10px;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	cursor: pointer;
}
#menuContent {
	margin: 0;
	padding: 0;
	width: 170px;
	background: black repeat-x;
	height: 40px;
}

#menuContent #Logo {
	position: absolute;
	left: 0;
	top: 0;
	background-color: black;
	text-align: center;
	width: 145px;
	float: left;
	height: 34px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#menuContent #Search {
	position: absolute;
	top: 0;
	left: 150px;
	height: 34px;
	width: 248px;
	margin: 0;
	padding: 6px 0 0;
	font-size: 10px;
	background-color: black;
	text-align: center;
}

#navTop {
	position: absolute;
	word-spacing: 5px;
	top: 40px;
	border: 1px solid #FFF;
  	border-right-color: #CCC;
  	border-bottom-color: #CCC;
  	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
  	background: #f7f7f7;
  	color: #949494;
  	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	height: auto !important;
  	height: 1%;
	width: 400px;
}

#contentContainer {
	color: black;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5; 
	background-color: white;
	width: 380px;
	white-space: normal;
	height: auto;
	margin-right: 0;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 14px;
	text-align: justify;
}
#showcase {
	color: black;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5; 
	background-color: white;
	width: 140px;
	white-space: normal;
	height: auto;
	margin-right: 0;
	font: 12px Verdana;
	padding: 14px;
	text-align: justify;
}
#info {
	color: black;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7; 
	background-color: white;
	width: 398px;
	white-space: normal;
	height: auto;
	margin-right: 0;
	font: 12px Verdana;
	text-align: justify;
	padding: 2px 0 0;
}
#infoContent #ABox {
	float: right;
	margin: 5px 0 10px 5px;
	width: 220px;
	text-align: left;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6; 
	background-color: white;
	font: bold 12px Verdana;
	padding: 5px;
	bottom: 5em;
	position: absolute;
	right: 0;
}

#footer{ 
padding-left:5px;
margin: 0; 
font-family:Verdana;
color:#000000;
font-size: 10px;
	bottom: 5px;
	position: absolute;
}
.toggler {
	color: #222;
	margin: 0;
	background: #cdcdcd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px 5px 5px 15px;
}
 
.element {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
 
.element p {
	margin: 0;
	padding: 6px 6px 6px 30px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}