body { background: #cbdff6; }

* { font-family: Helvetica, Arial, sans-serif; 
color: black; } 

#navigation { font-size: 10px; } 
#navigation a { color: #3256b6; } 
#navigation a:visited { color: #3256b6; } 
#navigation a:hover { color: #3256b6; } 

h4 { font-size: 80%; }
h4 a { color: black; }
h4 a:visited { color: black; }
h4 a:hover { color: black; }

div.head { float:left; 
	color:white;
	background:#1a4676; 
	padding:16px; padding-right:60px; 
	border-bottom:solid 7px #c61a1a;
	font-family: serif, "Bitstream Charter", Georgia, Times; 
	} 

div.title { font-weight:bold; 
	font-size:130%; 
	font-family: Helvetica, Arial, sans-serif;
	color:white;
	}

p,ul { font-size: 70%; }

ul { list-style: none;
list-style-position: outside;
}

li { margin-top: 5px; text-align: left; margin-left: -25px; }

span.metalink { float:right; }

h4 img { border: none; }

div.box { background: white; 
border: solid; border-width: 1px; padding: 8px; border-color: #c61a1a; }

div.box#left_col { 
	position: absolute;
	clear:both;
	width: 43%;
	left: 4%;
	top: 140px;
	background-color: #ffffff;
	}

div.box#right_col { 
	position: absolute;
	clear:both;
	width: 43%;
	left: 53%;
	top: 140px;
	background-color: #ffffff;
	}

a { text-decoration: none; }

a { color:#2277dd; text-decoration:none; }
a:visited { color:#c61a1a; text-decoration:none; } 
a:hover { text-decoration:underline; }
