@charset "utf-8";
body  {
	font: 100%     Arial, Helvetica, sans-serif;
	background: #1d2e58;
	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: #000000;
}

p {
	font: 100%   Arial, Helvetica, sans-serif; 
}
h2 {
	font-size: 120%;
}
.AccordionPanelContent {
	font-size: 110%;
}

h4{
	font-size: 80%;
}

.twoColFixLt #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DFE5EB;
	
	background-repeat: no-repeat;
	background-position: right top;
}

.twoColFixLt #banner {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.bluetext {
	color: #004080;
	font-weight:bold;
	}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
	background-image: flag.gif;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #FFF;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #FFF;
	background-color: #00597C;
	background-repeat: no-repeat;
	background-image: url(flag.gif);
}

.twoColFixLt #species {
	
	
	background-color: #00597C;
	
}


.twoColFixLt #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

.twoColFixLt #menu {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #DFE5EB;
	
	background-repeat: no-repeat;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sidebartext {
	color: #FFF;
	font-size: 100%;	
}

.sidebartextsm {
	color: #000;
	font-size: 78%;
}
.warning {
	font-weight:bold;
	color:#F00;
}

.contactform {
	width:200px;
	
	text-align:left;
	
	margin-right: 5px;
	margin-bottom: 10;
	margin-left: 150px;
}	
form {
	width:200px;
	text-align:left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5 px;
	margin-left: 3px;
}

textarea {
	width:185px;
	height:80px;
}

.textInput {
	background-color: #96AFC9;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	line-height: normal;	
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
	
}
label {

	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFC;
	text-align: left;
}
.formatButton{
	background-color: #E6FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009;
	border: groove;
}
.footertext {
	color: #0099E5;
	font-size: 100%;
}

