font         { font-family: Verdana }h1           { font-size: 14pt; text-transform: uppercase }h2           { font-size: 12pt; font-weight: bold }body         { font-family: Verdana; font-size: 10pt }p            { font-family: Verdana; font-size: 10pt }
td           { font-family: Verdana; font-size: 10pt }.menu        { font-weight: bold; border-style: none; border-width: 2; padding: 2; width: 15%; float: left }.content     { float: left; padding-left: 15}



.menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

.menu ul {
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}

.menu li {
margin-bottom: 0px;
}

.menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000000;
display: block;
padding: 3px 3px 0 10px;
border-left: 4px solid #cccccc;
}

.menu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

body 
{
background-image: 
url('logo_grey.jpg');
background-repeat: 
no-repeat;
background-attachment: 
fixed;
background-position: center
}

#divASContainer {
	float: right; 
	width:160; 
	height:300; 
	overflow:hidden; 
	top:30; 
	left:10; 
	clip:rect(0,160,300,0); 
	visibility:hidden; 
	border-style: solid; 
	border-width: 1px; 
	margin-top: 2px;
	background-color: #FFFFFF
} 

#divASContent {
	position: absolute;
	top:0; 
	left:0; 
	padding: 10px;
	background-color: #FFFFFF
} 

