/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
* {
    padding:0;
    margin:0;
    }
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em;
}
ul { margin-left: 2em; }
ol { padding-left: 2em;
    display: -moz-inline-block;
    display: inline-block; }
ol { margin-bottom: 0em; }
ol li { margin-bottom: .35em; }
/* End GWR */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.c\learfix:after {
	line-height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
 
* html .clearfix {
	height: 1%;
}

html {
	text-align:center;
	margin:0 auto;
	font-family:arial,helvetica,sans-serif;
}


body {
	margin:0 auto;
	text-align:center;
}
#page {
	position:relative;
	margin: 0 auto;
	text-align:center;
	top:20px;
	width:850px;
	
}

#flash {
	text-align:left;
	margin-bottom:13px;
}

#footer {
width:100%;
margin-right:25px;
	text-align:right;
	font-size:11px;
	color:#666666;
}

#nav {
	text-align:left;
	margin-bottom:10px;
}

.navItem {
	float:left;
	font-size:11px;
	color:#80cbe6;	
	margin-right:15px;
}

.navItem a , .navItem a:visited, .navItem a:link{
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

.navItem a:hover {
	color:#000000;
}

#content {
	text-align:left;
	margin-bottom:10px;
	font-size:11px;
	color:#333333;
	line-height:18px;
	
}

.section {
	margin-bottom:22px;
}

.section h1 {
	font-weight:bold;
	font-size:13px;
	color:#80cbe6;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.bodysection {
	position:relative;
	margin-top:-260px;
	padding:20px;
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8; 
}
