body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin:0px;
	padding: 0px;

}

#header {
	margin:0px;
	padding: 0px;}
	

#footer {
	text-align: center;
	width: 626px;
	height: 18px;
	color: #FFFFFF;
	font-size: 10px;

}
	
#content {
		margin-top: 20px; 
		margin-left: 50px;
		width: 628px;
		}

#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left:0px;
}	
	
#page {
	background-color: white;
	width: 973px;
	margin:auto;
	text-align: left;
	}
	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #017dc3;
	margin-bottom: 15px;
	margin-top: 20px;
}

h2 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}

#header_text {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	padding-top: 13px;
	}

#header_text, #header_text a, #header_text a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

p img {
	padding: 0;
	max-width: 100%;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}



.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.column_center {
	width: 540px;
	background-color: #ffffff;
	float: left;
	margin: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.column_left {
	width: 265px;
	background-color: #ffffff;
	float: left;
	margin: 0px;
	margin-right: 5px;
	margin-top: 0px;
}

.column_right {
	width:265px;
	background-color: #ffffff;
	float:left;
	margin: 0px;
	margin-left: 5px;
	margin-top: 0px;
}


a		     { color: #017dc3; text-decoration: underline;}
a:visited   { color: #017dc3; text-decoration: underline;}
a:active     { color: #017dc3; text-decoration: underline; }
a:hover	     { color: darkred; text-decoration: underline; } 

A.linkbg:link		{ color: #ffffff; text-decoration: underline; }
A.linkbg:visited 	{ color: #ffffff; text-decoration: underline; }
A.linkbg:active 	        { color: #ffffff; text-decoration: underline; }
A.linkbg:hover	        { color: #002B73; text-decoration: underline; } 

/* Clear floats without structural markup
   courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

div.intouch {

}

div.intouch  form {
	float: left;

}

div.intouch div.inputfield { 
	padding: 4px 0px;

}

div.intouch label { 
	display: block;
	float: left;
	clear: left;
	width: 100px; 
	text-align: right;
}

div.intouch div.inputfield input, div.intouch div.inputfield textarea {
	float: left;
	margin-left: 10px;
}

div.intouch div.inputfield input {
	width: 300px;
}

div.intouch div.inputfield textarea {
	width: 300px;
}

div.intouch div.inputfield input.submitbutton {
	width: auto !important;
	padding: 2px;
	margin-left: 170px;
	left: 25%;
	position: absolute;
}

div.intouch div#usermessage {
	margin-bottom: 10px;
	text-align: center;
}

div.intouch .error {
	border: 1px solid #FF0000 !important;
	padding: 1px;
}

