/* Styles CSS Document - Styles remain if the structure is removed. */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#005984;
}
a {
	color:#005984;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
input, textarea {
	padding: 3px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 1.8em;
	line-height: 150%;
}
h2 {
	font-size: 1.6em;
	line-height: 120%;
}
h3 {
	font-size: 1.4em;
	line-height: 120%;
}
h4 {
	font-size: 1.2em;
	line-height: 120%;
}

table {
	border-collapse: collapse;
}
tr {

}
th, td {
	
}
th {
	
}
td {
	
}
.price {
	text-align: right;
	padding-right: 10px;
}


.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.normal {
	font-weight: normal;
}
.smaller {
	font-size: 0.7em;
}
.newline {
	display: block;
	padding-bottom: 0.3em;
}
.highlighted {
	
}
.topmargin {
	margin-top: 10px;
}






#footer ol {
	list-style-type: none;
	text-align: center;
	background: #FFF;
	margin-bottom: 0;
	padding: 20px 0 0 0;
}
#footer ol li {
	display: inline;
}
#footer ol li a {
	padding: 0 10px;
	font-size: 80%;
	color: #000;
}






/* EDITABLE CONTENT AREAS */
 
#main_section h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00529B;
	font-weight: normal;
	font-size: 140%;
	margin-bottom: 5px;
}
#main_section h1 span {
	font-family: Arial, Helvetica, sans-serif;
	color: #00529B;
	font-size: 160%;
}
#main_section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 140%;
	border-bottom: solid 1px #000;
	margin-bottom: 5px;
}
#main_section h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 130%;
	margin-bottom: 5px;
}
#main_section h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 120%;
	margin-bottom: 5px;
}
#main_section p {
	font-family: Arial, Helvetica, sans-serif;
	
}

/* EDITABLE CONTENT AREAS */

.hide {position: absolute; left: -9999px; height: 0; width: 0; overflow: hidden; }
.pdf_download {
	display: block;
	/*
	float: left;
	width: 100px;
	*/
	padding: 10px 0 10px 55px;
	min-height: 25px;
	text-decoration: none;
	color: #666;
	background: url(/_lib/_images/_structure/pdf_icon.jpg) left top no-repeat;
}
.clearfix {
	clear: both;
}
.image_left {float: left; margin: 0 0 10px 10px; }
.image_right {float: right; margin: 0 10px 10px 0; }
