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

#container {
		width:960px;
}

#header_left {
		width:180px;
		height:84px;
		padding:0px 10px 5px 10px;
		background-color:#FFFFFF;
		border-top-style:solid;
		border-width:1px;
		border-color:#0064C8;
		text-align:left;
		background-image:url('images/AhanLogo01.jpg');
		background-repeat:no-repeat;
		background-position: center center;
		float:left;
}

#header_main {
		width:740px;
		height:84px;
		padding:0px 10px 5px 10px;
		background-color:#FFFFFF;
		border-top-style:solid;
		border-width:1px;
		border-color:#0064C8;
		font-size: large;
		text-align:left;
		float: right;
		clear: right;
}

#divider_horiz {
		width: 960px;
		height: 20px;
		background-image:url('images/header_full.jpg');
		background-repeat:no-repeat;
		background-position: bottom;
		clear: both;
}

#leftmenu {
		width:200px;
		height:485px;
		background-color:#D8D8FF;
		background-image:url('images/left_menu-bevel.jpg');
		background-repeat:no-repeat;
		background-position: center center;
		font-size:0.75em;	
		text-align:center;
		clear: left;
		float:left;
}

#leftmenu a:link{
background-color: #D8D8FF;
color: black;
}

#leftmenu a:visited{
background-color: #D8D8FF;
color: #0064C8;
}

#leftmenu a:hover{
background-color: #0064C8;
color: white;
}

#centercontent {
		width:490px;
		height:455px;
		padding:15px 10px 15px 10px;
		background-color:#F0F0F0;
		text-align:left;
		float:left;
}

#rightcontent {
		width:230px;
		height:455px;
		padding:15px 10px 15px 10px;
		background-color:#F0F0F0;
		text-align:center;
		background-image:url('images/eqn_performance.jpg');
		background-repeat:no-repeat;
		background-position: center center;		
		float:right;
		clear: right;
}

#righthalfcontent {
		width:719px;
		min-height:455px;
		padding:15px 10px 15px 10px;
		background-color:#FFFFFF;
		text-align:left;
		float:right;
		clear: right;
}

#footer {
		width:960px;
		height:20px;
		background-color:#C8C8C8;
		text-align:center;
		clear:both;
}

.copyright {
		font-size:x-small;
		color:#666666;
}
