body {
	background-color: #00008B;
}
#header {
	clear: both;
	height: 244px;
	background-image:url(images/top.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#nav, #nav2 {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: #EBEBEB;
	text-align: center;
}
#main {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: #EBEBEB;
}
#footer {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: #EBEBEB;
}
table.main {
	width:100%;
	padding: 0px;
}
table.address {
	font-family: Arial, Helvetica, sans-serif;
	color: #00008B;
	margin-left:auto; 
	margin-right:auto; 
	width:752px;
	padding: 0px;
	border-top: 2px solid #00008B;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #EBEBEB;
}
table.address table td.left {
	font-family: Arial, Helvetica, sans-serif;
	color: #00008B;
	font-weight: bold;
	text-align: center;
}
table.address table td.right table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00008B;
	font-weight: bold;
}
td.cowinfo {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #00008B;
}
td.cowinfo ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
td.cowinfo li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.emph {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	color: #0000BB;
}
