@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img, table { border: none; }

a { color:#00529c; }
a:hover {}
a:active, a:visited {}

h1 { font-size: 18px; color:#00529c; }
h2 { font-size: 16px; color:#00529c; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color: #00529c;
}

p, li, td, address {
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
}

form input { border: 1px solid #b8b8b8; }
form .button {}

table {
	width: 100%;
	margin-bottom: 10px;
}
table tr {
	font-size: 12px;
	margin-bottom: 3px;
}
table tr th {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
table tr th.row {
	border-bottom-style: none;
	height: 15px;
	padding-right: 10px;
}
table tr td {}

hr {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}

ul { padding-left: 25px; }
ul li {
	padding-bottom: 3px;
}

table h2, table h3 { padding-top:10px; }

#header {
	background-color: #DFF0FF;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#header img {
}




#homepage p.summary a {
	text-decoration: none;
	color: #000;
}





.contact { }
.contact h3 {
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.contact ul {
	padding-left: 10px;
	list-style-type: none;
}
.contact li {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	clear: left;
	height: auto;
	overflow: visible;
}
.contact li span {
	display: block;
	width: 60px;
	float: left;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	margin-top: 1px;
}
.contact li p {
	margin-left: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
}












#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 20px;
}
#footer p a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
#footer p a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
