
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; line-height: 140%;
	background: white url('../images/bg_image.jpg');
	background-repeat: no-repeat;
	margin-top: 20px; 
}

div {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 200px;
}

div.main_menu a {
	font-weight: bold;
}

div.main_menu span.page_menu a {
	font-weight: normal;
}

div.notice {
	background: rgb(218, 228, 253);
	border: 1px solid #0432A6;
	margin: 10px;
	padding: 10px;
}

h1 {
	text-transform: capitalize;
	font-size: 16pt;
	color: #0432A6;
}

h2 {
	text-transform: capitalize;
	font-size: 12pt;
	color: #0432A6;
}

h2 small {
	text-transform: capitalize;
	font-size: 10pt;
}

h3 {
	text-transform: capitalize;
	font-size: 10pt;
	color: #0432A6;
}

p {
	padding-left: 1em;
}

a {
	color: #0432A6;
}

a:hover {
	color: red;
}

a:visited {
	color: #0432A6;
}

a:visited:hover {
	color: red;
}

dt {
	font-weight: bold;
	color: #0432A6;
}

dd {
	padding-bottom: 1em;
}

ol.page_menu {
	list-style: square;
}

ol.terms {
	font-size: 8pt;
	padding: 0em;
}

ol.terms li {
	padding: 0em;
}

ul {
	list-style: square;
}

ul li a {
	font-size: 10pt;
}

.spaced li {
	padding-bottom: 0.9em;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

blockquote small {
	position: relative;
	top: 0.25em;
	font-style: normal;
}

address {
	width: 100%;
	border-top: 1px solid #0432A6;
	text-align: right;
	font-size: 8pt;
	font-style: normal;
}

address b {
	text-transform: capitalize;
	font-size: 10pt;
	color: #0432A6;
}

table {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

caption {
	font-weight: bold;
}

td {
	text-align: center;
}

.hilite {
	font-size: 200%;
	text-align: center;
}

#logo { position:absolute; top:10px; left:75px; padding:0px; width: 120px; height: 124px; }
#Main-site-navigation { position: absolute; top: 140px; left: 5px; width: 180px; text-align: right; padding: 1px; }


