* {
	margin: 0;
	padding: 0;	
}
img {
	border: 0;
}
a {
	color: #003F87;
	font-weight: bold;
}
a:hover {
	color: #3579DC;
	font-weight: bold;
}

.clear {
	clear: both;
}
.spacer {
	height: 10px;
	background: #F0F8FF;
}

h1 {
	color: #003F87;
	font-size: 2em;
	padding-bottom: 10px;
}
h3 {
	height: 25px;
	padding: 4px 0px 0px 10px;
	font-size: 1.2em;
	color: #F0F8FF;
	background: url(images/h3back.gif) no-repeat;
}

em {
	font-style: normal;
}

p {
	padding: 10px 30px 15px 10px;
}

.listHeader {
 	font-weight: bold;
 	padding-bottom: 0px;
}

ul {
 	font-weight: bold;
	padding: 0px 0px 0px 10px;
 	list-style-type: disc;
}
ol {
	padding: 10px 0px 0px 10px;
	list-style-type: decimal;
}
li {
 	margin: 0px 20px 0px 20px;
 	font-weight: normal;
}

body {
	background: #67ADF0 url(images/bg.jpg) repeat-x top;
	text-align: center;
	color: #003F87;
	font: 12px arial, san-serif;
}
#wrapper {
	text-align: left;
	margin: 5px auto;
	width: 775px;
	position: relative;
	border: 5px solid #003F87;
}

#header {
	background: url(images/header.jpg) no-repeat;
	border-bottom: 1px solid #003F87;
	position: relative;
	height:220px;
}
#logo {
	position: absolute;
	height:110px;
	width: 640px;
	padding-left: 130px;
	padding-top: 10px;
}

#nav {
	background-image: url(images/buttonnb.gif);
	height: 25px;
	border-bottom: 1px solid #003F87;
	white-space: nowrap;
}
#nav a {
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 19px;
	width: 91px;
	position: absolute;
	display: inline;
	text-align: center;
	text-decoration: none;
	color: #F0F8FF;
	font-weight: bold;
	font-size: 14px;
}
#nav a:hover {
	background: url(images/buttonover.gif);
}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}

#content {
	background: #ffffff;
	padding: 20px 0px 0px 30px;
}
.note {
	font-size:14px; 
	font-weight: bold; 
	padding-bottom: 0px;
}

#contentbuttons {
	height: 25px;
	white-space: nowrap;
	text-align: center;
	margin: 10px;
}
#contentbuttons a {
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 19px;
	width: 91px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: #F0F8FF;
	font-weight: bold;
	font-size: 14px;
}
#contentbuttons a:hover {
	background: url(images/buttonover.gif);
}
#cb1{left: 136px;}
#cb2{left: 247px;}
#cb3{left: 358px;}
#cb4{left: 469px;}

#rate-table {
	table-layout:fixed;
	border:2px outset #003F87;
}
#rate-table td {
	border:1px inset #003F87;
	text-align: center;
}
#rate-table th {
	background-color: #7EB6FF;
	padding: 0px 3px 0px 3px;
}

#footer {
	text-align: right;
	border-top: 1px solid #003F87;
	padding: 6px 25px 20px 0;
	color: #003F87;
}
#footer a {
	text-decoration: none;
	color: #003F87;
}
#footer a:hover {
	text-decoration: none;
	color: #D9D9F3;
}

