@charset "utf-8";
/* CSS Document */

/* Basic Setup */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 10px 0;
	padding: 0px;
	color: #333333;
	line-height: 130%;
	background-color: #ffffff;
	/*background-color: #D0E4E5;*/
}

a:link{
	color: #181790;
	text-decoration: underline;
	}
a:active {
	color: #181790;
	text-decoration: underline;
	}
a:visited {
	color: #181790;
	text-decoration: underline;
	}
a:hover {
	color: #0d97d3;
	text-decoration: underline;
	}


/* Layout */

#container {
	width: 900px;
	margin: 0px auto 10px;
	padding: 0;
	background-color: #fff;
}

.clr {
		clear: both;
}

#logo {
		width: 900px;
		height: 100px;
}

#header {
		width: 900px;
		height: 200px;
		margin-bottom: 15px;
}

#content {
		margin: 0 0 15px 0;
		border-bottom: 2px #181790 solid;
		
}

#menucol {
		width: 200px;
		float: left;
}

#middlecol {
	width: 500px;
	float: left;
	margin-top: 0;
	text-align: justify;
		/*background-color: #f3f3f3;*/
}
#lhsimage {
	float: left;
	padding: 15px 10px 10px;
	width: 165px;
}

#lhstext {
	float: left;
	padding: 5px 10px 10px;
	width: 165px;
}


#midcontent500 {
		margin-top: 0;
		background-color: #fff;
		padding: 0 30px 10px 15px;
		/*border-bottom: 2px #181790 solid;*/
}

#middlecol700 {
	width: 685px;
	float: left;
	margin-top: 0;
		/*background-color: #f3f3f3;*/
}

#midcontent700 {
		margin-top: 0;
		background-color: #fff;
		padding: 5px 15px 10px 15px;
		/*border-bottom: 2px #181790 solid;*/
}

#rightcol {
		 width: 180px; /*200*/
		 float: left;
		 /*background-color: #BEBEBE;
		 margin-left: 10px;*/
}

.right-content > p {
		margin: 0 0 10px 0;
		background-color: #fff;
		padding: 8px 5px 8px 5px;
}

.right-thumb-downloads > p {
		margin: 0 0 10px 0;
		background-color: #fff;
		padding: 8px 5px 8px 5px;
		text-align: center;
}

.compassright > p {
		margin: 0 0 10px 0;
		background-color: #fff;
		/*border-bottom: 1px #181790 solid;*/
		padding: 7px 5px 7px 5px;
		text-align: left;
		/*border-top: 1px #181790 solid;
		border-left: 1px #181790 solid;
		border-right: 1px #181790 solid;*/
}
#event {
	height: 120px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#eventimage {
	float: left;
	margin-right: 15px;
	padding-right: 5px;
	height: 100px;
	width: 150px;
}
#midtext {
	float: left;
}



#footer {
		width: 900px;
		height: 60px;
		text-align: center;
}

#utility {
	width: 900px;
	margin: 5px 0 5px auto;
	text-align: center;
	}
	
#wideye {
	width: 885px;
	margin: 5px 15px 5px 0;
	text-align: right;
	}

/* styles */

h1 {
	color: #0d97d3;
	font-size: 115%;
	margin-top: 3px;!important
}

.h1bdr {
	border-bottom: 1px dashed #0d97d3;
}

h2 {
	color: #0d97d3;
	font-size: 105%;
}

.h2bdr {
	border-bottom: 1px dashed #0d97d3;
}

.headline {
	color: #0d97d3;
	font-size: 100%;
	font-weight: bold;
}
.italics {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
.topboxalign {
	color: #FFFFFF;
	font-size: 100%;
}
.whitefloat {
	width: 200px;
	margin: 10px 0 10px 0;
	background-color: #FFFFFF;
	text-align: center;
	}
	
.highlightbox {
	margin: 10px 10px 10px 10px;
	padding: 10px 15px 10px 15px;
	background-color: #FFFFFF;
	border: 1px solid #181790;
	}
	
.floatright {
	float: right;
	margin: 0 0 15px 15px;
	}
.floatleft {
	float: left;
	margin: 0 15px 15px 0;
	}

.small {
	font-size: 85%;
	}


.newsitem {
	border: 1px solid #181790;
	background-color: #f4f4f4;
	padding: 15px 15px 15px 10px;
	text-align: left;
	margin: 0 0 20px 0;
	}
.leftcopy {
	float: left;
	margin: 0 0 0 15px;
	text-align: left;
	}
