div#toppage {
	position: absolute;
	width: 0px;
	left: 0px;
	top: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #333;
	background-color: #DDD8CD;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	position: relative;
	top: 0px;
	width: 795px;
	margin: 0 auto;
}
#header {
	position: absolute;
	top: 0px;
	height: 133px;
	width: 795px;
	background-image:  url("../images/basic/header.jpg");
	left: 0;
}
#page {
	background-image: url(../images/basic/page-bkgd.jpg);
	background-repeat: repeat-y;
	width: 795px;
}
#footer {
	background-image: url(../images/basic/footer.jpg);
	background-repeat: no-repeat;
	width: 795px;
	height: 55px;
	clear: both;
}
/* menu bar and menu styles*/
.horizmenu {
	margin-top: 100px;
	margin-right: 7px;
	margin-left: 10px;
	background-image: url(../images/basic/nav-bkgd.jpg);
	background-repeat: repeat-x;
	height: 25px;
	}
.horizmenu ul {
	position: absolute;
	top: 100px;
	left: 190px;
	width: 610px;
	margin: 0px;
	padding-top: 0;
	list-style-type: none;
	height: 25px;
}
/*Top level list items*/
.horizmenu ul li {
	position: relative;
	display: inline;
	float: left;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
/*Top level menu link items style. Adjust padding-bottom in navbar a for highlight depth*/
.horizmenu ul li a {
	display: block;
	color: #DACEC5;
	text-decoration: none;
	height: 9px;
	padding: .25em  20px 1em 6px;
	margin: 0;
}
/*Sub level menu*/
.horizmenu ul li ul {
width: 90px;
left: -40px;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
.horizmenu ul li ul li{
display: block;
float: left;
}
/* Sub level menu links style */
.horizmenu ul li ul li a{
width: 90px; /*width of sub menu levels*/
padding: .2em 1em  .8em 1em;
font-weight: normal;
color:#333;
background: #FFF;
border: 1px solid #999;
border-top: 0;
}
.horizmenu li a:hover, .horizmenu li a.active {
	color: #FFF;
	background-image: url(../images/basic/nav-hilite.jpg);
}
.horizmenu ul li ul li a:hover{
background: #DDD8CD;
color:#333;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizmenu ul li { float: left; height: 1%; }
* html .horizmenu ul li a { height: 1%; }

/* topnav styles */
#topnav {
	position: absolute;
	height: 15px;
	width: 353px;
	right: 810px;
	top: 11px;
	left: 417px;
	text-align: right;
}
#topnav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav li {
	display: inline;
	padding: .3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#topnav li a {
	color: #44678B;
	text-decoration: none;
}
#topnav li a:hover, #topnav li a.active {
	color: #A53817;
	text-decoration: none;
}
#topnav li.noborder {
	border: none;
}
.separator {
	clear: both;
	height: 0px;
}

/*main body structure*/
#leftCol {
	float: left;
	width: 230px;
	margin-top: 145px;
}
#rightCol {
	float: right;
	width: 562px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-top: 145px;
}
.rightpic {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #555;
	float: right;
	margin-right: 25px;
	margin-left: 8px;
	clear: both;
}
table {
	margin-left: 12px;
	font-size: 80%;
}
#rightCol.full {
	width: 780px;
	border: none;
}

/*font styles*/
#leftCol p {
	margin-left: 25px;
	margin-right: 8px;
	font-size: 90%;
	margin-top: 0px;
}
#leftCol h1 {
	margin-left: 25px;
	margin-right: 4px;
	margin-bottom: 0.4em;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B94C16;
	margin-top: 0px;
}
#leftCol h2 {
	margin-left: 25px;
	margin-right: 4px;
	margin-bottom: .3em;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1C4272;
}
#rightCol p {
	margin-left: 12px;
	margin-right: 26px;
	font-size: 90%;
	margin-top: 0px;
}
#rightCol h1 {
	margin-left: 12px;
	margin-right: 26px;
	margin-bottom: 0.5em;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B94C16;
	margin-top: 0em;
}
#rightCol h2 {
	margin-left: 12px;
	margin-right: 26px;
	margin-bottom: .3em;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1C4272;
}

#page a {
	color: #06356F;
}
#rightCol ul {
	font-size: 90%;
	list-style-type: circle;
}
#page strong, #page bold {
	color: #555;
}
#page tr.shaded {
	background-color: #CFDAE4;
}
#page tr.shade2 {
	background-color: #B2D2C6;
}
#page tr.shade3 {
	background-color: #D3C7AF;
}
#page table.underline {
	border-bottom: solid #999 1px;
}
#page td.under {
	border-bottom: 1px solid #999;
}
#footer p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0em;
	line-height: 2.2em;
}
#page td {
	line-height: 1.3em;
	padding: .5em 1em;
	text-align: left;
	vertical-align: top;
}
.super {
	font-size: 70%;
	vertical-align: 20%;
}
/*styles for stories pages*/
#picset {
	float: right;
	margin-right: 25px;
	width: 350px;
	}
#story {
	background-color: #99CCFF;
	float: left;
	width: 350px;
}
.half {
	width: 360px;
}
#picset img {
	margin-left: 10px;
	margin-bottom: 10px;
}
.rightpic img {
	border: 1px solid #999;
}
.heavy {
	font-weight: bold;
	color: #222;
}
#page h1.section {
	color: #555;
	width: 740px;
	font-size: 120%;
	border-bottom: 1px solid #999999;
}
