body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
}

.header {
	background-color: #0082c8;
}

.header_links {
	color: #fff;
	text-align: center;
}

.fullpage {
	border-color: #0082c8;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}

.iframe {
	background-color: #fff;
}

.footer {
	color: #fff;
	font-size: 10px;
}

.nav:link {
	text-decoration: none;
	color: #fff;
}

.nav:visited {
	text-decoration: none;
	color: #fff;
}

.nav:active {
	text-decoration: none;
	color: #fff;
}

.nav:hover {
	text-decoration: underline;
	color: #fff;
}

.imgborder {
	border-color: #adadad;
	border-width: 1px;
	border-style: solid;
}

li {
   	content: "\00BB \0020";
	list-style-type: none;
	background: url(/images/bullet.gif) no-repeat;
	padding-left: 1em;
}

.orange {
	color: #f15c22;
}

.lgorange {
	font-size: 24px;
	color: #f15c22;
	font-weight: bold;
}

.mdorange {
	font-size: 16px;
	color: #f15c22;
}

.blue {
	color: #0082c8;
}