/*
 * Link Styles
 */ 

a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#content a {
	text-decoration: underline;
	}

/*
 * Main Styles
 */

body {
	background: #A7B5BB;
	margin: 0;
	padding: 0;
	}

p {
	margin: 0;
	padding: 0;
	}

.middle {
	text-align: center;
	}

#nowrap {
	width: 738px;
	}

#wrap {
	background: url('images/inside.gif') 0 0 repeat-y;
	margin: 0;
	padding-left: 30px;
	text-align: left;
	width: 708px;
	}

#menu {
	float: left;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	width: 100px;
	}

.menuitem {
	border-bottom: thin solid #5A3D1B;
	padding-top: 5px;
	padding-left: 5px;
	height: 23px;
	}

.menuitemover {
	background: url('images/over.gif') 0 0 no-repeat;
	border-bottom: thin solid #5A3D1B;
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	height: 23px;
	}

#content {
	padding-left: 120px;
	padding-right: 25px;
	margin: 0;
	}

.title {
	font-size: 20pt;
	}

#bottom {
	background: url('images/bottom.gif') 0 0 no-repeat;
	clear: both;
	text-align: center;
	height: 63px;
	width: 738px;
	}

.copyright {
	font-size: smaller;
	}

/*
 * Chart Styles
 */

#chart td {
	border-bottom: thin solid #5A3D1B;
	}
	