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

 {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 705px;
	width: 700px;
}
#container a {
	text-decoration: none;
	color: #0033CC;
}
#container a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #996600;
	text-decoration: none;
}
#contentleft {
	float: left;
	height: 360px;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #434343;
	padding-right: 20px;
	padding-left: 10px;
}
#header {
	float: left;
	height: 95px;
	width: 700px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
}
#banner {
	float: left;
	height: 200px;
	width: 700px;
}
#contentright {
	height: 312px;
	width: 280px;
	margin-top: 315px;
	margin-left: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #434343;
	padding-left: 20px;
	padding-top: 35px;
}
#contentright a {
	color: #333333;
}
#footer {
	float: left;
	height: 30px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033CC;
}
#navbar {
	float: left;
	height: 18px;
	width: 680px;
	text-align: right;
	padding-right: 20px;
	word-spacing: 2px;
	padding-bottom: 2px;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
.callouts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
