body {
	background: url('images/head_background.png') repeat-x #b6b6b6;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	}

p {
	color: #808080;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	}

#headWrap{
	width: 890px;
	margin: auto;
	padding: 0px;
	text-align: center;
	}

#headArea {	
	float: left;
	height: 180px;
	width: 420px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

	#logo {
		background: url('images/ms_logo.png') no-repeat #4498FF;
		height: 121px;
		width: 418px;
		margin: 65px 0px 0px 0px;
		padding: 0px;
	}

#navArea {	
	float: left;
	clear: left;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 650px;
	height: 18px;
	}

	#navArea li{		
		list-style-type: none;
		display: block;
		float: left;
		background-image: url(images/nav_divider.png);
		background-repeat: no-repeat;
		background-position: left;
	}
	
	#navArea li a  {
		font-family: Verdana, Arial, Helvetica;
		text-align: center;
		color: #ffffff;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		float: left;
		text-decoration: none;
		margin-left: 2px;
		width: 150px;
	}	
	
	#navArea li a:hover{
		background-image: url(images/nav_on_bg.png);
		background-repeat: repeat-x;
		color: #ffffff;
		margin-left: 2px;
	}

#leftSide {
	float: left;
	width: 450px;
	margin-top: 40px;
}

.leftBox {
	top: 10px;
	width: 425px;
	padding: 10px;
	height: 100%;
	background-color: #CEE8FF;
	border: 1px ridge #4498FF;
	text-align: left;
	}

#rightSide {
	float: right;
	width: 350px;
	margin: 40px;
}

.rightBox {
	top: 10px;
	width: 300px;
	padding: 10px;
	height: 100%;
	background-color: #CEE8FF;
	border: 1px ridge #4498FF;
	text-align: left;
	}
	
.rightBox1 {
	top: 10px;
	width: 300px;
	padding: 10px;
	height: 150px;
	background-color: #CEE8FF;
	border: 1px ridge #4498FF;
	text-align: center;
	}

.rightSpacer{
	height: 50px;
	width: 300px;
	}
	
	

.image2 {
	display: block;
	float: right;
	padding: 15px;
	border: 0px;
}

.image3 {
	padding: 10px;
	border: 0px;
}

#footer {
	float: left;
	clear: both;
	width: 800px;
	height: 50px;
	margin-top: 20px;
}

.footBox {
	width: 820px;
	height: 30px;
	background-color: #CEE8FF;
	border: 1px ridge #4498FF;
	text-align: center;
	}


#footer p{
	color: #b6b6b6;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

img.border {
   padding:1px;
   border:1px solid #CEE8FF;
   background-color:#4498FF;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

