@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto;
	position: relative;
	background: #FFF url(i/msp_bg.gif) repeat-x;
}
#container {
	width: 800px;
	margin: auto;
}
#banner {
	height: 225px;
	width: 800px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-style: none;
}
#fullwidth {
	width: 775px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	margin-right: 25px;
}
#nav {
	float: left;
	width: 200px;
	margin: 15px 0px 0px 45px;
	text-align: left;
}
#nav li, #nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
}
#nav img {
	border: 0px;
}
#content {
	float: right;
	width: 555px;
	margin: 0px 0px 0px 0px;
}
.noborder {
	border: none;
	margin: 5px 20px 10px 0px;
}
.border {
	border: 1px solid #000;
	margin: 5px 20px 10px 0px;
}
#content p {
	font: 11px/200% Verdana, Geneva, sans-serif;
	color: #63635F;
	padding: 0px 45px 8px 0px;
}
.bold {
	font: bold Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}	
hr {
	color: #493738;
	border-style: solid;
	border-width: 2px 0 0;
	clear: both;
	margin: 30px 0 0 0;
	height: 0;
}
#footer {
	clear: both;
	padding: 60px 0px 20px;
	float: right;
	width: 555px;
	margin: 0px;
	text-align: left;
}
#footer img {
	border-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #036CD5;
}
h3 {
	color: #E05F58;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
}

#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 140%;
	color: #DE413F;
}
#content ul {
	margin-top: 8px;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
	color: #547A80;
	border: none;
	font-weight: bold;
}
a:visited {
	border-style: none;
	text-decoration: none;
	color: #677D80;
	font-weight: bold;
}
a:hover, a:active {
	border-style: none;
	text-decoration: none;
	color: #2F7A80;
	font-weight: bold;
}
.center {
	text-align: center;
}
