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


<!--
body {
	background: #CCCCCC;
	font-family: "MS Sans Serif";
	font-size:.8em;
	color: #FFFFFF;
	margin:0;
	padding: 0;
	letter-spacing:1px;
}
#wrapper {
	width: 955px;
	height:1015px;
	margin: 0 auto;
	background-image:url(images/background.gif);
	padding-bottom:20px;
}
#logoWrapper{
	background-image:url(images/success-logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:1008px;
}
#header {margin-left: 175px;margin-top: 60px;position: absolute;}
#fade {
	background-image:url(fade.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:100%;
	height:98px;
}

#MainMenu a:link {color: #FFFFFF; text-decoration:none;}
#MainMenu a:visited {color: #FFFFFF; text-decoration:none;}

#MainMenu {width: 900px; margin:0 auto;
           margin-top: 10px;
		   padding-left: 135px;}
#MainMenu li{
	display: inline;
	list-style-type:none;
	padding: 5px 10px 5px 10px;
	margin: 10px;
	font-size:14px;	
	border:#4D3C11 1px solid
}
#MainMenu li:hover {border:#896E41 1px solid}
#MainMenu ul {
	position: absolute;
	margin-top: 120px;
	text-align: center;
	 
	margin: 0 auto}
	
#contentRight {
	width: 740px;
	height:auto;
	text-align:left;
	float:right;
	margin-top:48px;
      margin-right: 40px;
line-height: 15px;
}
#footer {
	text-align:center;
	position: relative;
	margin-top: -22px;
	color:#989898;
	font-size:10px;
	line-height:17px;
	}
	
#footer a:link {color:#989898}
#footer a:hover {text-decoration:none;}
#footer a:visited {color:#989898}
.serviceTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-variant: small-caps;
	color:#c7dbf2;
	font-weight:bold;
}
#serviceContent {text-align: left; padding-right:20px;line-height: 20px;}

-->

