body {
	background-color: #094B90; 
}

html { min-height: 100%; margin-bottom: 1px;
}

h1, h2, h3, h4, h5 {
	color : #000099;
	font-size: 1.2em;	
}

h2 {
text-align: center;
}

/* line height */
p { 
	line-height: 175%
}  

li { 
	line-height: 150%;
}  

/* end line height */

/* links */

a {
	color: #000099;
}

a.visited {
	color: #CC9900;
}

a.hover {
	text-decoration: none;
}

a.active {
	color: #000099;
}
/* end links */

/* images */	
img {
	border: none;
}
	
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	border: none;
}

.floatleft {
	float: left;
	margin: 0 0 10px 10px;
	border: none;
}
/* end image */

/* box  */
.boxright {
float: right;
width: 150px;
font-size: .9em;
margin: 0 0 10px 10px;
border: 1px solid #b2cccc;
text-align: center;
padding: 3px;
background-color: #B2CCCC;
}

.boxright>p {
line-height: 110%;
}
/* end box */

.centerHighlight {
text-align: left;
background-color: #E0E1EF;
padding: 3px;
width: 70%;
}

/* navigation menu */


a.menu { 
	display: block; 
	width: 185px; 
	color: #fff;  
	background-color: #009;  
	padding: 3px;  
	font-weight: bold;  
	text-decoration: none;  
	border-left: 10px solid #FF9900;
} 

a.menu:hover {  
	background-color: #7C81B9;  
	color: #000;  
	border-left: 10px solid #FFCC66; 
} 
 
#menu { 
	float: right;  
	width: 200px;  
	\width: 210px;  
	w\idth: 200px;  
	margin-top: 10px; 
	font-size: .8em;  
	text-align: right; 
	padding-right: 5px; 
} 
 

#menu ul {  
	list-style:none; 
	margin-left:0; 
	padding:0; 
	width: 100%; 
} 
 
#menu li, #menu li:hover{  
	position:relative; 
	border-bottom: 1px solid #BEC1DD; 
	line-height: 20px;
} 
 
#menu li ul{ 
	position:absolute; 
	top:0; 
	left:0px; 
	display:none; 
}
/* end navigation menu */

/* 3 column table-less */
#container {
	width: 758px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #fff;
	color: #404040;
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	border: 1px solid #EAEFE0;			
		}


#banner {
	display: block;
	padding: 3px;
	height: 95px;
	background-color: #E0E1EF;
	background-image:  url(/images/logo-uw2.gif);
	background-repeat: no-repeat;
	background-position: right top;
 }
 
#banner h1 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Georgia, arial, sans-serif;
	color: #000099;
	margin-top: 30px;
	margin-left: 20px;
}

#content {
	padding: 5px;
	/*margin-left: 160px;
	border: 1px solid #FFE0A0;	*/
	margin-right: 210px;
	background-color: #fff;
	font-size: .9em;
}

#content h3  {
	font-size: 1.0em;
	color: #990033;
	font-weight: bold;
	margin-left: -25px;
}

#content { 
	margin-left: 40px; 
} 

 

/*
#sidebar-a {
	float: left;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
}
*/


#footer {
	clear: both;
	background-color: #fff;
	font-size: .7em;
	text-align: center;
	background-color: #E0E1EF;
	padding: 3px;
}

#footer>p {
line-height: 125%;
}
/* end 3 column table-less */
/*div{border: solid 1px red;}*/