body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}

.chart {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.chart-cell {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.header{
	width:760px;
	height:48px;
	background-color:#006699;
	border-top: 16px solid #6699CC;
}

.header_interior{
	width:760px;
	margin-top:0px;
	font-size:36px;
	letter-spacing:24px;
	color:#FFFFFF;
	text-align: right;
}

.content_body{
	width:760px;
	background-color:#CCCCCC;
	border-top: 16px solid #3377AA;
}

.content_interior{
	width:760px;
}

.left_column{
	width:160px;
	float:left;
	clear:both;
	padding: 0;
	background-color:#CCCCCC;
}

.navigation{
	width:160px;
	padding: 0;
}

.navMenu{
	margin: 0px;
	padding: 0;
	width:160px;
	list-style:none;
}

.navMenu li a{
	font-weight:bold;
	color: #006699;
	display: block;
	padding: 6px;
	padding-left: 20px;
	text-decoration: none;
	background-color:#DDDDDD;
}

.navMenu li a:hover{
	color: #000000;
	background-color:#BBBBBB;
}


.right_column{
	width:588px;
	padding:6px;
	float:right;
	text-align: justify;
	background-color:#EEEEEE;
	min-height: 400px;
}

a:link {
	color: #225588;
	text-decoration: none;
}

a:hover {
	color: #114477;
	text-decoration: underline;
}