body{
	margin-top:0px; 
	margin-left:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;	
	background-color:#bbb9b9;	
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}
a:visited {color:#252865; text-decoration:none;}
a:link {color:#252865; text-decoration:none;}
a:hover {color:#fd9800;}


.contentBox{
	background-color:white;
	border: 1px solid #aaaaaa;
	box-shadow:2px 2px 2px #888;
	-moz-box-shadow:2px 2px 2px #888;
	-webkit-box-shadow:2px 2px 2px #888;	
}
#header{margin-bottom:5px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;	
	-moz-border-radius-bottomleft:8px;	
	-moz-border-radius-bottomright:8px;		
	-webkit-border-top-left-radius:0px;	
	-webkit-border-top-right-radius:0px;	
	-webkit-border-bottom-left-radius:8px;	
	-webkit-border-bottom-right-radius:8px;		
}
#headerLogo{display:inline; float:left; padding-top:10px; padding-left:15px}
#headerText{display:inline; float:right; padding-top:10px; padding-right:15px; text-align:right; }
#headerText h2 {text-align:right; margin:0px;  }
#headerText a:visited {text-align:right; margin:0px; padding-right:8px; font-size:16px; font-weight:bold; color:#fd9800;}
#headerText a:link {text-align:right; margin:0px; padding-right:8px; font-size:16px; font-weight:bold; color:#fd9800;}

.footerMeta{
	display:inline; 
	float:left; 
	text-align:left; 
	margin:10px 3px 0px; 
	font-size:11px;
	font-family: Helvetica, Arial; 
	color:#696969; 
	border-top:2px solid #c3c3c3; 
	color:#696969; 
	padding-top:10px 
}
.footerColumns{ display:inline; float:left;	width:147px; text-align:left;margin:0px 3px; font-size:11px}	
.footerColumns h2{font-family: Helvetica, Arial; font-size:11px; font-weight:bold; color:#696969; margin:3px 0px}
.shadowBox{
	margin-top:5px; margin-bottom:20px;
	background-color:#696969;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.floatRight{ float:right; padding-left:15px}
.floatLeft{float:left; padding-right:15px} 