img, div { behavior: url(iepngfix.htc) }

/* text n' tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y; 
}

.bump {
	margin-top: 8px;
}

.largesttext {
	font-size: 14px;
}

.largertext {
	font-size: 13px;
}

.largetext {
	font-size: 12px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

li {
	margin-left: -15px;
}

ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -2px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -2px;
	border-bottom: 1px solid #999999;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -2px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
}

a:link {
	color: #375073;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3d3773;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #375073;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #553773;
	font-weight: bold;
	text-decoration: underline;
}

.tablepadding {
	padding-right: 5px;
	padding-top: 5px;
}

table.border {
	margin-top: 8px;
	border: 1px solid #375073;
}

.captionleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 9px;
}

.captionright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 9px;
}

/* divs */

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div#title {
	width: 800px;
	margin-bottom: 0px;
}

div#banner {
	width: 800px;
	border: 1px solid #000000;
	border-bottom: 0px;
}

div#nav {
	margin-bottom: 10px;
}

div#leftcolumn {
	width: 565px;
	margin-bottom: 10px;
}

div#rightcolumn {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-right: 0px;
	border: 1px dotted #666666;
	background-color: #F4F4F4;
	padding: 10px;
}

	div#rightcolumn ul {
		padding-left: 15px;
	}
	
	div#rightcolumn li {
		margin-left: 0px;
	}

div#rightcolumnbox {
	width: 180px;
	padding: 10px;
	border: 1px dotted #666666;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div#footer {
	clear: both;
	width: 800px;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
	color: #999999;
}

/* menu styles */

#nav ul {
	padding: 0px;
	margin: 0px;
	background-color: #375073;
	border: 1px solid #000000;
	color: FFFFFF;
	float: left;
	width: 800px;
	margin-bottom: 10px;
}

#nav ul li { 
	display: inline; 
}

#nav ul li a {
	padding: 5px 10px;
	background-color: #375073;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
}

#nav ul li a.last { padding: 5px 11px; border-right: 0px; }

#nav ul li a:hover {
	background-color: #5e7699;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}	


.chart { margin: 8px 0px 12px 0px; border-top: 1px solid #444444; border-left: 1px solid #444444; }
.chart tr { background-color: #FFFFFF; }
.chart tr:nth-child(2n+1) { background-color: #F4F4F4; }
.chart tr td { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; }
.chart tr th { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; background-color: #444444; color: #FFFFFF; font-weight: bold; text-align: left; }