.nav_box_table td {
	text-align: center;
}
	
	
body {
	background-color: #004990;
	text-align: center;
	margin: 0px;
}

body, td {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
}

a:link, a:visited{
text-decoration: none;
font-weight: bold;
font-size: 120%;
color: #003366;
}

a:hover, a:active{
text-decoration: none;
font-weight: bold;
font-size: 120%;
color: #666;
}

.nav_block {
	/*
		Width was moved from here to the nav_block_content div because it wouldn't allow the 
		box to become wider if the content required it
		width: 155px;
	*/
	border: black solid 1px;
	background-color: #ffffff;
	padding-top: 10px;
	width: 150px;
}


/* This is the width for IE only, due to its box model problem */
*html .nav_block div.nav_block_content {
	width: 155px;
}


/* content boxes (used on a <td> by deafult) */
.content {
	background-color: white; 
	border: gray solid 1px;
	padding: 15px;
	text-align: left;
}

.header {
	font-size: 20px; 
	text-align: left;
	color: #fff;
	padding-left: 10px;
}
