/* Misc. formatting */  

body {
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;
 	color: #333333;
}
 */ Links */  a:link {
 color: #FF0000;
 text-decoration: none;
}
a:hover {
	color: #000033;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #000033;
	text-decoration: none
}
.imagemaplink {
	outline: none;
}

 /* Text elemnts */  
 
body, input, select, textarea, p  {
	font-family:'PT Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
}
 h1, h2, h3, h4, h5, h6 {
	font-family:'PT Sans Caption', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
}

h1 {
	font-size: 24px;
	color: #B01E43;
}
h2 {
	font-size: 16px;
}
 p {
	line-height:20px;
	font-size: 14px;
}
li {
	line-height:20px;
	margin-left:20px;
	font-size: 14px;
}



code {
	font: 10px "Courier", "Courier New", "Monaco", "Monospace";
	color: #999999;
	background-color: #cccccc;
}
 

.sub {
	font-family: "Verdana", "Trebuchet MS", "Geneva", "sans-serif";
	font-size: 9px;
}
.sup {
	font-family: Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 8px;
	line-height: 8px;
}
/* Header text formatting */

.header18 {
	font: 18px/18px Verdana, Trebuchet MS, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}








#footer {
	font-size: 11px;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #45486D;
	clear: both;
	background-repeat: repeat-y;
	width: 700px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 10px;
}
#footer h2 {
	font-size: 14px;
	font-weight: bold;
}
#search {
	padding: 15px;
}
.leftcolon {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF3300;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#colmiddle {
	float: left;
	width: 450px;
	margin: 20px;
}
#colleft {
	float: left;
	width: 200px;
	margin: 30px;
}
#branding {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#colleft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#colleft li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 14px;
}
#colleft a:link {
	text-decoration: none;
}
#colleft a:hover {
	text-decoration: underline;
}
#colleft .subtitle {
	font-weight: bold;
	border: 0px none #FFFFFF;
}
.clearfix::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Forms formatting */



fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact_form ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contact_form label {
display: block;
float: left;
text-align: right;
line-height: 30px;
width: 140px;
margin-right: 10px;
font-weight: normal;
color: #777777;}

#contact_form ul input {
padding: 5px 4px;
font-size: 14px;
color: #333;
background: #efefef;
border-top: 1px solid #939B9F;
border-left: 1px solid #CED9DF;
border-bottom: 0;
border-right: 1px solid #CED9DF;
}
