@charset "UTF-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #4C627D;
	font-size: 200%;
}
h2 {
	color: #4C627D;
	font-size: 150%;
}
h3 {
	color: #4C627D;
	font-size: 100%;
}
h4 {
	color: #4C627D;
}
a:link, a:visited {
	color: #4C627D;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus{
	text-decoration: none;
	color: #90A5B1;
}
a:active {
	text-decoration: none;
	color: #4C627D;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
#mainContainer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topNav {
	height: 26px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topNav ul {
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	margin-top: 6px;
	margin-left: 232px;
}
#topNav li {
	display: inline;
}
#topNav li a:link, #topNav li a:visited {
	text-decoration: none;
	font-weight: bold;
	margin-right: 16px;
	color: #90A5B1;
}
#topNav li a:hover, #topNav li active, #topNav li a:focus {
	color: #4C627D;
}
#topNav  li  a.here {
	color: #4C627D;
}
#header {
	background-repeat: no-repeat;
	height: 106px;
	background-color: #E3E8EB;
	background-position: center;
	text-align: center;
}
#innerContainer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#sidebar {
	float: left;
	width: 200px;
	text-align: right;
	background-image: none;
	clear: left;
	font-size: 75%;
	margin-top: 16px;
	color: #4C627D;
	padding-right: 16px;
}
#servicesBrief {
	margin-top: 16px;
	padding-top: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93A5B1;
}
#servicesBrief img {
	margin-left: 8px;
}
#social {
	padding-top: 16px;
	margin-bottom: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #93A5B1;
	margin-top: 16px;
	margin-left: 16px;
}
#social img {
	display: inline;
	padding-left: 16px;
}
#mainContent {
	width: 551px;
	clear: right;
	float: right;
	text-align: left;
	background-image: url(../Images/as_MC.gif);
	background-repeat: no-repeat;
	margin-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 32px;
	font-size: 75%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #90A5B1;
}
#bottomNav {
	width: 100%;
}
#bottomNav ul {
	text-align: center;
	list-style-type: none;
	font-size: 125%;
	color: #91A5B2;
	font-weight: bold;
	margin-bottom: 12px;
}
#bottomNav li {
	display: inline;
}
#bottomNav li a:link, #bottomNav li a:visited {
	margin-right: 8px;
	color: #91A5B2;
	text-decoration: none;
}
#bottomNav li a:hover, #bottomNav li active, #bottomNav li a:focus {
	color: #4C617D;
}
#bottomNav li a.here {
	color: #4C617D;
}
#footer {
	float: right;
	clear: right;
	width: 551px;
	padding-right: 16px;
	padding-left: 16px;
	text-align: center;
	font-size: 60%;
	color: #4C627D;
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #90A5B1;
}
.floatLeft {
	margin-right: 6px;
	float: left;
}
.floatRight {
	margin-left: 6px;
	float: right;
}
.boldBlue {
	font-weight: bold;
	color: #4C627D;
}
.boldBody {
	font-weight: bold;
	color: #333333;
}
#mainContent img {
	margin-bottom: 16px;
	margin-top: 16px;
}

