* {
margin: 0;
padding: 0;
}
body {
	background-color: #99999b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616265;
	line-height: 1.5;
}
.blue {
	color: #0047a9;
	text-transform: uppercase;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
li {
	margin-left: 10px;
	padding: 5px 0;
	line-height: 1.1;
}
ul {
	margin-left: 10px;
}


a:link,a:visited
  {
	text-decoration: none;
	color: #0045a6;
}
a:hover {
	color:#0045a6;
	text-decoration: underline;
}
#Wrapper {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 999px;
}
#PageTop {
	height: 22px;
	width: 999px;
	padding-top: 24px;
}
#PageBody {
	background-image: url(images/bg-main.jpg);
	background-position: center bottom;
	width: 999px;
	background-repeat: no-repeat;
	min-height: 400px;
}
#logo {
	padding: 0 0 25px 40px;
}
#WrapperContent {
	width: 999px;
	text-align: left;
}
#leftColumn {
	float: left;
	width: 265px;
}


#awmAnchor-menu {
	height: 160px;
	width: 160px;
}
#mainContent {
	float: right;
	padding: 33px 25px 50px 0;
	width: 705px;
}


#Footer {
	height: 10px;
}


.clear {
	clear: both;
.upperCase {
	text-transform: uppercase;
}
blockquote {
	padding-left: 15px;
}
