﻿body  {
font-family: Helvetica, sans-serif;
color: #333;
text-decoration:none;
}
.wrapper {	
width:1000px;
margin:0 auto;
}
#mainImg img{
	width:100%;
	border:1px solid #eee;
}

.menuItem {
width:780px;
float:left;
margin: 5px 0px 5px 35px;
padding: 0;
font-size: 18px;
font-weight:normal;
text-transform:uppercase;
font-family: Helvetica, sans-serif;
text-align:center !important;
}

.StaticItem {  }
.StaticHighlight , .StaticSelected { text-decoration:underline; }	
a, a:visited, a:hover a:active {
color: #333;
}
a:hover {
text-decoration:underline;
}
.ms-bannerContainer {
background:none;
}
.content{
	width:750px;
}
/************************/
/* Page Content is here */
/************************/
.content div {
	overflow-x:hidden;
	overflow-y:auto;			
}
.leftColumn{
	width:250px;
	margin:0; /* Sword maintenance 06-05-2014 */
}
.leftColumn img {
	width:230px;
	margin:10px auto;
	text-align:center;
}
.fullPage{
	
}
.content, .leftColumn, .fullPage {
	background-color: #A5A5A5;
	height:800px;
	overflow-x:hidden;
	overflow-y:auto;
	color:#FAFAFA;
	padding:20px 15px;
	border:1px solid #333;
	float:left;
}