div, p, h1, h2, h3, ul, li, ol, dl, dd, dt, img, body {
	margin: 0px;
	padding: 0px;
}
*:focus {
	outline: none;
}
body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	width: 700px;
	margin: 0px auto 20px auto;
	padding: 90px 0px 0px 0px;
	background: White url(body_background.gif) repeat-x;
}
#title {
	height: 20px;
	padding-bottom: 10px;
	background: url(boston_finance.gif) no-repeat;
	text-align: right;
}
#title a {
	text-decoration: none;
	color: #999999;
}
#banner {
	width: 450px;
	height: 280px;
	float:left;
	background-color: Blue;
	background-repeat: no-repeat;
}
#info {
	width: 230px;
	height: 260px;
	float: left;
	background-color: #ECECEC;
	color: #000000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
#menu {
	list-style: none;
	clear: both;
	height: 95px;
	padding-top: 5px;
}
#menu li {
	width: 175px;
	height: 95px;
	float: left;
	text-align: right;
	color: #ffffff;
}
#menu li a {
	display: block;
	width: 165px;
	height: 65px;
	padding: 30px 10px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}
#menu li.m1 {
	background: #438ACA url(menu_background.jpg) repeat-x 0px 0px;
}
#menu li.m2 {
	background: #91AA13 url(menu_background.jpg) repeat-x 0px -95px;
}
#menu li.m3 {
	background: #BE5A15 url(menu_background.jpg) repeat-x 0px -190px;
}
#menu li.m4 {
	background: #D6B556 url(menu_background.jpg) repeat-x 0px -285px;
}
#menu li.m1 a:hover {
	background-color: #438ACA;
}
#menu li.m2 a:hover {
	background-color: #91AA13;
}
#menu li.m3 a {
	padding-top:30px;
	height:65px;
}
#menu li.m3 a:hover {
	background-color: #BE5A15;
}
#menu li.m4 a:hover {
	background-color: #D6B556;
}
#content {
	padding: 30px 0px 10px 175px;
}
#footer {
	height: 25px;
	padding-top: 4px;
	border-top: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #438BCA;
	margin: 20px 0px 20px 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}
#content ul, #content ol {
	padding-left: 20px;
}
p {
	margin: 15px 0px 15px 0px;
	text-align: justify;
}
a {
	color: #438ACA;
}
li {
	text-align: justify;
	margin: 10px 0px 10px 0px;
}
.center {
	text-align: center;
}
form {
	display: block;
	height:auto;
	overflow:auto;
	margin: 20px 0px 20px 0px;
}
label {
	display:block;
	float: left;
	clear: left;
	width:150px;
	height:20px;
	margin: 5px 0px 5px 0px;
	color: #333333;
}
.inputText {
	width:250px;
	height:18px;
	margin: 5px 0px 5px 0px;	
	border : 1px solid #438BCA;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.inputButton {
	display:block;
	clear: both;
	margin-left:150px;
}
.info {
	color:#009900;
	font-weight:bold;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
