@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Georgia;
	font-size: 100%;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F8F8;
}

.mainFrame #container {
	background-color: #F8F8F8;


}

.mainFrame #header {
	background-color: #FFF;
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: auto;

}

.mainFrame #mainContent {
	background-color: #FFFFFF;
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;

}



.mainFrame #footer {
	padding: 0 10px;
	float: none;
	background-color: #FFF;

} 

.mainFrame #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: none;

}

.mainFrame #parentLink {
	background-color: #FFF;
	text-align: justify;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	margin: 1px 5px 10px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
	color: #2a439d;
	list-style-type: none;
}

a:visited {
	text-decoration: none;
	color: #89a101;
}

a:hover {
	color: #ea5a00;
	text-decoration: none;
}

.blockHeader {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing: 5px;
	text-align: left;
}

h2 {
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

.buggy_IE  {
	border-color : #2a439d;
	text-decoration : none;
	color: #2a439d;
}

.buggy_IE:hover {
	text-decoration : none;
	color: #ea5a00;
	border-color: #ea5a00;
}

.orange {
	color: #ea5a00;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.navyBlue {
	color: #2A439D;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
}

.green {
	color: #89a101;
	font-weight: bold;
}

.data {
	color: #999999;
	margin: -20px 0px;
}

.searchBox {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}

.membersList {
	width: 270px;
	float: right;
	margin-right: 10px;
	text-align: left;
	background-color: #F9F9F9;
	padding: 10px;
}

.membersContent {
	margin: 0 0 0 0.2em;
	width: 630px;
	text-align: justify;
}

.member {
	color: #2A439D;
	border-bottom: 2px;
	border-bottom-color: #2A439D;
	border-bottom-style: solid;
}

.leftColumn {
	width: 270px;
	float: left;
	margin-right: 10px;
	text-align: left;
}

.rightColumn {
	margin: 0 0 0 18em;
	width: 670px;
}


.table {
   border: 1px solid black;
   border-collapse: collapse;
}

.table td {
   border: 1px solid black;
   padding: 5px;
}

td.header {
   background-color: #2A439D;
   vertical-align: top;
   font-weight: bold;
   color: #ffffff;
}

.navLink {
	color: #2A439D;
	font-family: "Comic Sans MS";
	margin: -10px 0px 5px 0px;
	font-size: 14px;
}

.style {
	border-collapse: collapse;
	font-size: 10px;
}
.style td {
	font-size: 1.4em;
	border: 1px solid #000000;
	padding: 3px 7px 2px 7px;
}
.style th {
	font-size: 1.4em;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 3px 7px 2px 7px;
	background-color: #2A439D;
}
.message{
	color: #F00;	
}
.honeypot{
	display:none;
}
