@charset "utf-8";
/* CSS Document */

/* The prupose of this file is to allow the pages to look nice in ns4 browsers. For any help
refer to the stle.css file  */
body {
	background-color: #E3E8EC;
}
#header {
	width: 778px;
	margin-left: 24px;
	margin-top: 9px;
	height: 122px;
}
#mainMenu {
	background: #288FBA;
	height: 348px;
	width:300px;
	margin-top: 11px;
}
#bodyContent {
	margin-top: 11px;
	padding-left: 12px;
	padding-right: 25px;
}
#bodyContent h1 {
	font: bold 18px Tahoma;
	text-align: center;
	margin-bottom: 0px;
	color: #36494F;
}
#bodyContent p {
	font: 12px/16px Tahoma;
	margin-top: 13px;
	color: #667A82;
}
#bodyContent img {
	float: right;
	margin-left: 5px;
}
#bodyContent a {
	font-weight: bold;
	color: #667A82;
}
#newsLetter {
	margin-left:25px;
}
#newsLetter #form1 #joinNewsMessage {
	width: 155px;
	padding-top:5px;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #000000;
}
#newsLetter #form1 #firstnameDiv {
	padding-top:2px;
	width:131px;
	height:20px;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #000000;
}
#newsLetter #form1 #emailDiv {
	padding-top: 5px;
	width: 131px;
	height: 40px;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #000000;
}
#newsLetter #form1 #signUpDiv {
	width: 78px;
	margin-top: 5px;
}
#links {
	margin-left:25px;
}
