﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background-color: #cfdee0;
}
#container {
	width: 630px;
	border: 2px solid #008b99;
	margin: 0 auto;
	background-image: url('../images/hpv_background.gif');
	background-repeat: repeat-y;
}
#masthead {
	text-align: center;
	width: 630px;
	overflow: auto;
	background-color: #fff;
}
#sidebar {
	color: #fff;
	float: left;
	width: 160px;
	position: relative;
	clear: both;
	display: inline;
	z-index: 20;
}
#content {
	float: left;
	width: 440px;
	padding: 0px 15px 15px 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	float: right;
	text-align: center;
	clear: both;
	width: 450px;
	background-color: #fff;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #008b99;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffd900;
	text-decoration: underline;
}
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}

a {
	color: #008b99;
	text-decoration: underline;
}
a:hover {
	color: #ffd900;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	padding: 4px 10px 4px 10px;
	color: #fff;
	font-size: 1.2em;
	background-image: url('../images/heading1.gif');
	max-width: 75%;
}
h5 {
	color: #008b99;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0;
}
h4 {
	color: #fdb813;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0;
}
.margin_top_0 {
	margin-top: 0;
}
.margin_bottom_0 {
	margin-bottom: 0;
}
.margin_topbottom_0 {
	margin-bottom: 0;
	margin-top: 0;
}
.style_text_center {
	text-align: center;
}
.style_text_center_0top {
	text-align: center;
	margin-top: 0;
}
.pic_border {
	margin: 6px;
	padding: 0px;
	border: 1px #09347a solid;
}
.pic_border_0 {
	margin: 0px;
	padding: 0px;
	border: 0px #09347a solid;
}
.pic_border_centered {
	margin: 6px;
	padding: 0px;
	border: 1px #09347a solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.style_submit {
	color: #fff;
	font-size: .75em;
	background-image: url('../images/heading1.gif');
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}
.style_input {
	border: 1px solid #008b99;
	color: #000;
	font-size: 10pt;
	background: #ffffff;
	padding: 1px;
}
.style_input_required {
	border: 1px solid #008b99;
	color: #000;
	font-size: 10pt;
	background: #cfdee0;
	padding: 1px;
}
.style_small_grey {
	color: #333;
	font-size: .72em;;
}
.image_displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.normal_white {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
}
.large_white {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
.white_line {
	color: #fff;
	height: 1px;
	margin-right: 20px;
	margin-left: 20px;
}
.small_text {
	font-size: xx-small;
}

