body {
	background:#e8e8e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
a, a:visited {
	color:#000066;
	}	
a:hover {
	color:gray;
	text-decoration:none;
	}	
h1 {
	font-weight:bold;
	font-size:20px;
	color:#000066;
	padding-bottom:5px;
	border-bottom:2px solid #eaeaea
	}	
h2 {
	font-weight:bold;
	color:#000066;
	font-size:14px;
	}
h2 a {
	color:#000066;
	text-decoration:none;
	}				
#main {
	background:white;
	width:1000px
	}
#header {
	height:40px;
	width:980px;
	vertical-align:middle;
	font-size:30px;
	color:white;
	font-weight:bold;
	background-color:#000066;
	border-bottom:3px solid #FF9900;
	padding:10px;
	}
#header a {
	text-decoration:none;
	color:white;
	}	
#umenu
	{float:right;
	font-size:10px;
	color:white;
	font-weight:normal;
	}
#umenu a {
	text-decoration:none;
	color:white;
	}	
#umenu a:hover {
	text-decoration:underline;
	color:silver;
	}				
#mainarea {
	width:650px;
	height:300px;
	padding:10px;
	vertical-align:top;
	}
	
.linkhead {
	color:#000066;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom:1px dotted silver;
	}	
#sidebar {
	width:300px;
	padding:10px;
	border-left:1px dotted silver;
	vertical-align:top;
	}
#otherlinks {
	width:980px;
	padding:10px;
	border-top:1px solid silver;
	font-size:10px;
	text-align:center;
	}
.button {
	background:#eaeaea;
	border-top:2px solid silver;
	border-left:2px solid silver;
	border-bottom:2px solid gray;
	border-right:2px solid gray;
	padding:5px; 
	font-size:11px;
	text-align:center;
	}			
#footer {
	height:25px;
	width:980px;
	background-color:silver;
	}	

