body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

/*change color of headlines*/
h1, h2, h3, h4, h5, h6 {
	color: #CC0066;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	font-style: normal;	
	}

h5 {
	font-size: 12px;
	line-height: 18px;
	font-style: oblique;
	}

a:link {
	color:#053B6D;
	font-size: 10px;
	font-size: 10px;
	}

a:visited {
	color:#663366;
	}

a:active {
	color:#E4F1F9;
	}

a:hover {
	color:#E4F1F9;
	}
	
hr {
	color: #053B6D;
	}

.float {
	float: left;
	width: 240px;
	margin: 5px;
	}

.floattwo {
	float: left;
	margin: 5px;
	clear: both;
	}

.floatthree {
	float: left;
	margin: 140px;
	}

.floatfour {
	float: left;
	margin: 5px;
	clear: left;
	}

.indentleft {
	text-indent: 140px;
	}

.inflow {
	margin-right: 10px;
		}

.caption {
	font-size: smaller;
	margin-bottom: 10px;
	margin-left: 10px; 	
	background-color: #FFFFCC;
	}
	
.clear {
	clear: both;
	}

.bordright {
	border-right: 10px;
	}

div.Header {
	text-align: center;
	background-color: #E4F1F9;
	line-height: 3.2em;
	height: 130px;
	font-size: smaller;
	}

div.logo {
	float: left;
	width: 90px;
	}
	  
div.internalink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #053B6D;
	line-height: 2em;
	float: right;
	width: 100px;
	height: 80px;
	padding-top: 20px;
	
	}
	
div.NavBar {
	text-align: center;
	font-size: 10px;
	color: #053B6D;
	font-weight: bolder;
	background-color: #E4F1F9;
	line-height: 2.1;
	clear: both;
	}

div.sidebar {
	float: right;
	width: 200px;
	font-size: 10px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 20px;
	}
	
div.main {
	margin-right: 110px;
	margin-top: 20px;
	}

div.module {
	margin-left: 150px;
	margin-bottom: 10px;
	}
	
div.moduletwo {
	margin-left: 160px;
	margin-bottom: 10px;
	}
	
div.modulethree {
	margin-right: 160px;
	margin-bottom: 10px;
	}

div.contact {
	margin-left: 160px;
	clear: none;
	}

div.prairiedog {
	float: left;
	width: 80px;
	margin-top: 5px;
	clear: left;
	}

.clearleft {
	clear: left;
	}

.cleartop {
	clear: top;
	}
