@charset "UTF-8";
body {
    font: 12px Verdana, sans-serif;
    background: #0074c4;
    color: #333333;
    margin: 0;
    padding: 0;
}
#centeringDiv {
	text-align:center;
}
#mainTable {
	background: #FFFFFF;
	width: 700px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align:center;
	border: 1px solid #000000;
	border-bottom: none;
	border-top: none;	
}

#navigationTable {
	background: #ffdf00;
	width: 180px;
	color: #0074c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}
#navigationTable p {
	padding: 15px;
}
#homeImage {
	margin: 20px;
}
h1 {
	display: block;	
	background:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding: 2px;
	margin-top: 10px;
}
#frontH1 {
	font-size: 20px;
	background-color:#FFFFFF;
	color:#000000;
}
#contentTable td {
	text-align: left;
	padding-left: 8px;
	padding-right:5px;
}
#contentTable p {
	line-height: 1.6;
}
#contentTable ol {
	line-height: 1.4;
}
#contentTable ul {
	line-height: 1.4;
}
.ethics {
	list-style-position: outside;
	list-style-type: lower-alpha;	
}.style1 {
	font-size: 10px;
	font-style: italic;
}
dt {
	font-weight: bold;
}
