html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
.bullet {
	list-style-type: disc;
}
.nobullet {
	list-style-type: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #003163;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003163;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003163;
	padding-top: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	font: 13px verdana, arial, sans-serif;
}
#wrapper {
	margin: auto;
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
#body {
	background: url(images/body.png) repeat-y left;
	width: 100%;
}
#heading {	
	text-align: center;
}
#header {
	background-color:#E0DE2B;
}
#content {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 800px;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
}

fieldset {
	border: 0px;
}

fieldset label {
	padding-right: 5px;
	padding-left: 5px;
}

fieldset input {
	margin-right: 5px;
	margin-top: 5px;
}

.error {
	font-weight: bold;
	color: red;
}
.success {
	font-weight: bold;
	color: green;
}
.important {
	font-weight: bold;
	text-decoration: underline;
}
.item {
	font-weight: bold;
	color: #003163;
}

.fineline {
	border-bottom: 1px solid #003163;
	margin-bottom: 12px;
}

#footer {
	background: #FFFFFF;
	font: 17px arial, sans-serif;
	color: #003163;
	text-align: center;
}
#footer a {
	font: 17px arial, sans-serif;
	color: #003163;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	vertical-align: text-top;
	float: right;
}
#footer p {
	margin-top: 0.3em;
}

.whitehref, whitehref a {
	color: #FFFFFF;
}


