body {
	background-color: #eff3fc;
	margin: 0;
	text-align: center
}
body, td, th, li, p, pre {
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #004b8d;
}
#container {
	text-align: left;
	/*width: 1123px;*/
	width: 943px; /*original width - 180*/
	background: url(../images/bg_masthead.jpg) no-repeat top #eff3fc;
	height: 105px;
	margin: 0 auto;
	padding-left: 40px;
}
/*colors: bg: #b7daee; border: #1c88c4*/
#content {
	border: 1px solid #1c88c4;
	/* original width: 1087px; subtracted 180px*/
	width: 907px;
	background: url(../images/bg_content.gif) repeat-y left #fff;
}
#contact {
	background-color: #b7daee;
	text-align: right;
	padding: 11px 24px;
	color: #4a6c8b;
	font-weight: bold;
	font-size: .9em;
}
#contact a {
	background-color: #b7daee;
	text-align: right;
	padding: 11px 24px;
	color: #4a6c8b;
	font-size: 0.9em;
}
#topNav {
	background: url(../images/bg_nav.gif) top repeat-x;
	height: 50px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #cbcbcb;
}
#topNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1px;
}
#topNav ul li {
	float: left;
	font-weight: bold;
	border-right: 1px solid #134b5a;
	padding: 2px 0;
}
#topNav ul li a, #topNav ul li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 1px 3px 3px 3px;
}
#topNav ul li a:hover, #topNav ul li a#current {
	border-bottom: 5px solid #9ad2da;
}
#textArea {
	margin-top: 30px;
	background: url(../images/bg_text.gif) no-repeat bottom left;
}
#leftNav {
	float: left;
	padding: 0 8px;
	width: 200px;
}
/*left nav markup*/
#leftNav ul {
	margin-top: 0;
	margin-left: .75em;
	padding-left: .5em;
}
#leftNav ul li {
	list-style-type: none;
	list-style-image: url(../images/navbullet_blank.gif);
	font-weight: bold;
	margin-bottom: .75em;
}
#leftNav ul li#current {
	list-style-image: url(../images/navbullet.gif);
}
#leftNav ul li ul {
	margin-top: .5em;
}
#leftNav ul li ul li {
	font-weight: normal;
	font-size: .9em;
	list-style-image: none;
	list-style: none;
	margin-bottom: .4em;
}
#leftNav ul li a {
	text-decoration: none;
}
#centerCol {
	float: left;
	/*original width: 600px;*/
	width: 456px;
	padding: 0 12px;
	text-align:left;
}
#centerCol h1 {
	color: #d4875d;
	font-weight:bold;
	font-size: 1.5em;
	margin-bottom: 3px;
}
#centerCol h2 {
	font-size: 1.2em;
	color: #6a7164;
	margin-top: 8px;
}
#centerCol h3 {
color: #d4875d;
margin-bottom: 3px;
margin-top: 6px;
}
#centerCol h4 {
color:#333333;
	margin-top: 4px;
font-style:italic;
	font-size: .95em;
	margin-bottom: 5px;
}
#centerCol img {
	margin-right:15px;
	float:left;
}
#textArea.lvl2 #centerCol {
	width: 638px;
}
#rightCol {
	float: left;
	/*original width: 200px;*/
	width: 176px;
	padding: 0 7px 0 7px;
	border: thin solid #cbe1e2;
	background-color: #e7f6f7;
	font-size: .9em;
	color:#333333;
}
#rightCol h1 {
	color: #2e6da2;
	font-size: 1em;
	font-style: oblique;
	margin-top: 1.5em;
	margin-bottom:.5em;
}
#rightCol img {
	margin-left:15px;
	margin-top: 0.5em;
}
#footer {
	float: none;
	/*width: 854px;
	margin-left: 200px;*/
	margin-bottom: 25px;
	margin-top: 25px;
	clear: both;
	text-align: center;
	font-size: x-small;
}

#footer p{
	color:#999999;
	text-transform:uppercase;
	font-size: x-small;
}
#credit {
	float: right;
	font-size: x-small;
	color:#0066CC;
	margin-right: 60px;
	margin-top: 5px;
}

#credit a{
	color:#0066CC;

}
