
#div {
	vertical-align: center;
	}

#header {
	color: #76B0D5;
	background: #C5E7FD;
	border-bottom: 3px solid #76B0D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 10px;
	}

#content {
	margin: 10px;
	color: #555;
	}

td {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#firstcol {
	float: center;
	}

#secondcol {
	float: center;
	}

#thirdcol {
	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
	}
	
#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 0px;
	border-width: 0px;
	margin: 10px;
	}
	
#menu2 td a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 td a:link, #menu2 td a:visited {
	color: #fff;
	display: block;
	background: url(menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 td a:hover {
	color: #283A50;
	background: url(menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 td a:active {
	color: #283A50;
	background: url(menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}	

