body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align:center;
	background:#d7d7d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.hidden {
	display:none;
}
.mirage {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

h1 {
	font-size:24px;
	color:#39629f;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0 0 4px;
}
/* h2 {	background: url(images/leftcolumnheader_21.gif) center no-repeat;	font-weight:bold;	text-align:center;	font-size:11px;	color:#fff;	margin:0;	padding-top:14px;	padding-bottom:14px;}*/
h2 {
	display:block;
	position:relative;
	width:253px;
	height:13px;
	background:#666;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	color:#fff;
	margin:14px 10px;
}
h2 .mirage {
	width:273px;
	height:13px;
	padding:14px 0;
	margin-top:-14px;
	margin-left:-10px;
	background:url(images/h2.gif) center no-repeat;
}
h3 {
	font-size:17px;
	color:#39629f;
	font-weight:bold;
	text-align:center;
	margin:0;
	width:100%;
	height:25px;
	padding-bottom:4px;
	background:url(images/h3.gif) no-repeat bottom left;
}
h4 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:0;
	width:100%;
	padding-bottom:4px;
	border-bottom:4px solid #39629f;
}

hr {
	height:2px;
	margin:5px auto;
	background:#666;
	border:none;
}
.note {
	padding-top:5px;
	padding-bottom:5px;
	background:url(images/note.gif) repeat-y left;
	padding-left:20px;
	margin:0;
	color:#666;
	font-size:10px;
	margin-bottom:5px;
}

 a:link {
	color: #39629f;
	text-decoration: none;
}
a:visited {
	color: #39629f;
	text-decoration: none;
}
a:hover {
	color: #3366ff;
	text-decoration: none;
}
a:active {
	color: #39629f;
	text-decoration: none;
}
a {
	font-weight: bold;
}


/*********
* Layout *
*********/

.site {
	width:800px;
	margin:0 auto;
	background:#fff;
	background:white url(images/mainbg.gif) repeat-y center;
	border-right:3px solid #ededed;
	border-left:3px solid #ededed;
}

/**********
* TOP NAV *
**********/

.top {
	background:#292929 url(images/topbg.gif) repeat-x;
	width:800px;
	height:54px;
	}
#topnav ul {
	height:54px;
	margin:0px;
	padding-top: 0px;
	padding-left:0px;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-top:19px;
	padding-bottom:22px;
	width:100%;
}
#topnav ul li { display: inline; 	text-align: center;
}
#topnav ul li a {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	padding-right: 10px;
	padding-top:19px;
	padding-bottom:21px;
	padding-left: 10px;
	color:#fff;
	border-right:thin  #333 solid;
	border-left:thin  #333 solid;
}
#topnav ul li a:hover {
	color:#ededed;
	background:url(images/navhover.gif) repeat-x top;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

.banner {
	position:relative;
	height:130px;
	width:800px;
	border-top:2px solid #fff;
	border-bottom:3px solid #097cc8;
	/*border-bottom:3px solid #003256;
	border-bottom:3px solid #1553b9;*/
}
.banner .mirage { background:url(images/banner.png) no-repeat; }
.banner .mirage img { display:none; }

/*******
* MAIN *
*******/

.main {
	width:800px;
	;border: 1px solid white;
	;border-top: none;
	;border-left:none;
}

/*** LEFT COL ***/

.left {
	width:273px;
	padding-top:10px;
	padding-left:9px;
	padding-bottom:20px;
	background: #f1f1f1;
	float:left;
	text-align:left;
}

.navigation {
	width: 90%;
	margin-left:5%;
	font-size: 11px;
	padding-bottom:15px;
	padding-top:5px;
	text-align: center;
}
ul.navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ul.navlist li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #f1f1f1;
}
ul.navlist li a {
	display: block;
	width: 90%;
	font-weight:normal;
	margin:0;
	color: #000;
	background:url(images/navitem.gif) repeat-x #ededed;
	text-decoration: none;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	border:1px solid #f1f1f1;
}
.navigation>ul#navlist li a { width: auto; }
ul.navlist li#active>a {
	background: url(images/navitem.gif) repeat-x #ededed;
	color: #2a508a;
	font-weight:bold;
}
ul.navlist li#active>a:after {
	content:'-›';
}
ul.navlist li a:hover, ul.navlist li#active a:hover {
	color: #000;
	font-weight:bold;
	background: #f1f1f1;
}
ul.navlist li ul {
	padding-left:15px;
}
ul.navlist li li a {
	display: block;
	width: 85%;
	font-weight:normal;
	margin:0;
	color: #000;
	background:url(images/navitem.gif) repeat-x #ededed;
	text-decoration: none;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}

ul.navlist#recent li a:hover {
	color: #39629f;
	font-weight:normal;
	background: #fff;
}

ul.navlist span.arrowwrap {
	display:block;
	width:25px;
	height:27px;
	float:left;
}
ul.navlist span.arrowr {
	display:block;
	float:left;
	width:11px;
	height:11px;
	background:url(images/arrowr.gif) no-repeat;
	margin: 9px 1px 8px 14px;
}
ul.navlist span.arrowd {
	display:block;
	float:left;
	width:11px;
	height:11px;
	background:url(images/arrowd.gif) no-repeat;
	margin:10px 5px 5px 11px;
}
ul.navlist span.noarrow {
	display:block;
	float:left;
	width:11px;
	height:11px;
	margin:10px 5px 5px 11px;
}

ul.sublist {
	display:block;
	list-style:none;
	padding-left:15px;
}

/*** RIGHT COL ***/

.right {
	width:488px;
	padding-top:10px;
	padding-left:5px;
	float:right;
	text-align:left;
}

.right h3 {
	width:488px;
	padding-bottom:5px;
	margin-left:5px;
	margin-bottom:15px;
}
.right hr {
	width:488px;
}

.maincont {
	padding-left:5px;
	padding-right:5px;
}

.maincont p {
	line-height:1.3em;
}
/**   478px wide inside maincont block  **/

.block {
	display:block;
	width:229px;
	float:left;
	margin-bottom:15px;
}
#b1, #b4 {
	border:1px solid black;
}
#b2, #b3 {
}
#b1, #b3 {
		margin-right:15px;
}
.block h4 {
	width:199px;
	margin:3px 15px;
}
.block p {
	margin:11px 15px;
}
/*** END COLS ***/

.length {
	width: 800px;
	clear: both;
}
	
/*********
* FOOTER *
*********/

.footer {
	width:100%;
	background:#292929 url(images/topbg.gif) repeat-x;
	padding-top:20px;
	position:relative;
	padding-bottom:20px;
	clear:both;
	text-align:center;
	color:#fff;
}

.footer a:link {
	color:#fff;
	font-size:11px;
}
.footer a:visited {
	color:#fff;
	font-size:11px;
}
.footer a:hover {
	color:#ccc;
	font-size:11px;
}