/* CSS layout */
#wrapper {
	border-left: thin #000000 solid;
	border-right: thin #000000 solid;
	background-color: #FBEFE1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 1000px;	
}
#body {
	margin: 0;
	padding: 0;
	background-color: #C0C0C0;
	background-image: url('images/bkg4.jpg');
}

#right_column {
	font: medium Arial, Helvetica, sans-serif;
	width: 550px;
	float: right;
	height: auto;
	margin-right: 10px;
	padding-top: 10px;
}
#left_column {
	font: medium Arial, Helvetica, sans-serif;
	width: 402px;
	float: left;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}



#top_nav {
}

#container {
	font-weight: bold;
	font: xx-large Arial, Helvetica, sans-serif;
	height: auto;
	width: 980px;
	margin-left: 10px;
	margin-right: 10px;
	clear: left;
}

#footer {
	border-bottom: 3px #000000 solid;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	border-top-color: #800000;
	border-top-width: 3px;
	border-top-style: solid;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FBEFE1;
	margin-right: auto;
	margin-left: auto;
	width: 775px;
	text-align: right;
	padding-top: 8px;
	background-color: #C0C0C0;
	background-image: url('images/bkg4.jpg');
	padding-bottom: 5px;
}
#nav, #nav ul {
	margin: 0 0 10px 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #980000;
	float: left;
	width: 999px;
	padding: 0 0 0 1px;
	line-height: 1.1;
	z-index: 80;
}


#nav a {
	display: block;
	width: 100px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	text-indent: 5px;
}
#nav li {
	background: #000000;
	float: left;
	width: 100px;
	text-decoration: none;
	padding: 0;
	border-right-color: #980000;
	border-right-style: solid;
	border-right-width: 0px;
	border-left-color: #980000;
	border-left-style: solid;
	border-left-width: 1px;
}

#nav li ul {
	FONT-WEIGHT: normal;
	text-indent: 5px;
	LEFT: -999em;
	MARGIN: 0;
	WIDTH: 75px;
	POSITION: absolute;
	text-decoration: none;
	background-color: #000000;
	height: auto;
	padding: 0 0 0 0;
	visibility: visible;
	
}
#nav li:hover ul {
	left: auto;
	display:block;
	
}

#nav li.sfhover ul {
	left: auto;
	
}
#nav li:hover {
	background: #640000;
}
#nav li.sfhover {
	background: #640000;
}
	
#nav a:hover {	
	color:white;
	text-align:left;
	}
	
	
#majorlink {
	color: #99CCFF;
	font-size: medium;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	display:none;
	
}
#spacer {
	font-family: Arial, Helvetica, sans-serif;
}
#table {
	padding: 0 0 10px 0;
	border: thin #800000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #800000;
	list-style: square outside;
	background-color: #C0C0C0;
	margin-bottom: 10px;
	clear: both;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #800000;
	text-align: center;
	
}
#chart li {
	margin-bottom: 10px;
}

#head1 {
	border-width: 0px;
}
#pause {
	border: 1px #800000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #800000;
}

.picture {
	border: 1px solid #000000;
}

#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	position: static;
	clear: both;
}

#chart1 {
	width: 475px;
	background-color: #FFFFFF;
	border: thin solid #800000;
	height: auto;
	float: left;
	margin-left: 20px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#chart2 {
	border: thin #800000 solid;
	background-color: #FFFFFF;
	width: 405px;
	float: right;
	height: auto;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

