html {
	text-decoration: none;
	background-color: #02053C;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.grey {
	font-size: 12px;
	color: #000000;
	background-color: #F2F0F1;
	padding: 4px;
}

#content{
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:0;
	background-color: #FFFFFF;
}
li {
	text-transform:uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	list-style-image: url(list.jpg);
	margin-top: 15px;
}
#lowerNav{
	background-color: #01043B;
	text-align: center;
	color: #FFFFFF;
}
#lowerNav a:link, #lowerNav a:visited{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
} 
#lowerNav a:hover{
	font-size: 14px;
	color:#003399;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
} 
.rightpad{
	padding-right:20px;
}
.designer{
	font-size: 12px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
}
.designer a:link, .designer a:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.designer a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.pageTitle{
	background-color: #E3DFDE;
	width: 780px;
}
p{
	font-size: 12px;
	color: #000000;
}
.contentPad{
	padding:10px;
}
.address{
	font-size: 12px;
	text-align: center;
}
.main{
	font-size: 14px;
	font-weight: bold;
	color: #0F1051;
}
.mainContact{
	font-size: 18px;
	font-weight: bold;
	color: #0F1051;
}
.text{
	font-size: 12px;
	color: #000000;
}