* {
	margin: 0;
	padding: 0;
}
p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 10px;
	list-style-position: inside;
}
ol li {
	padding: 5px 0;
}
img {
	border: none;
}
a, a:visited {
	color: #0072BC;
}
a:hover {
	color: #222;
}
h2, h3, h4, h5 { color: #0072BC; margin: 5px 0;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 14px/20px Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color: #666;
	background: #7CAAE5;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 956px;
	background: url(../img/bodybg.gif) repeat-y;
	overflow: hidden;
}
#logo {
	height:270px;
	width:956px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9000px;
}
#logo h1 a {
	text-indent: -9000px;	
}
#left {
	width: 226px;
	font: 1em Helvetica, Arial, Verdana, sans-serif;
	float: left;
}
/* --- navigation --- */
#navcontainer {
	color: #0072BC;
	font-weight: bold;
	font-size: 1.2em;
}
#terms {
	padding: 5px;
	color: #666;
	float: left;
	font-size: 1.1em;
}
#terms a { 
	color: #666;
	text-decoration: none;
}
#terms a:visited { color: #666;}
#terms a:hover {color: #0067B1;}
/* --- END LEFT--- */
#content {
	width: 507px;
	padding: 20px;
	float: left;
}
#content h2 {
	letter-spacing: .1em;
	text-transform: uppercase;
	height: 36px;
	background: url(../img/heading-bg.gif) no-repeat;
	padding-bottom: 10px;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 4px;
	float: right;
	clear: right;
}
#right {
	width: 183px;
	float: left;
}
#callout1, #callout2, #callout3, #callout4 {
	height: 217px;
	padding-bottom: 5px;
}
#callout1 {background: url(../img/callout1bg.gif) no-repeat;}
#callout2 {background: url(../img/callout2bg.gif) no-repeat;}
#callout3 {background: url(../img/callout3bg.gif) no-repeat;}
#callout4 {background: url(../img/callout4bg.gif) no-repeat;}
#callout1 h2, #callout2 h2, #callout3 h2, #callout4 h2 {
	padding: 0 5px;
	text-align: center;
	font-size: 1em;
}
#callout1 h2, #callout1 a { color: #22B24B;}
#callout2 h2, #callout2 a { color: #0067B1;}
#callout3 h2, #callout3 a { color: #98680B;}
#callout4 h2, #callout4 a { color: #464747;}
#callout1 p, #callout2 p, #callout3 p, #callout4 p {
	padding: 0 5px;
	font-size: .9em;
	line-height: 1.1em;
	color: #020202;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 956px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #0072BC;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Helvetica, Arial, Verdana, sans-serif;
	color: #BBB;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #BBB;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #222;
	text-decoration: none;
}
