body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ededed;
	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;
}
.oneColLiqCtr #container {
	/*width: 90%; */ /* this will create a container 80% of the browser width */
	width: 1100px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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. */
}
.oneColLiqCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#infowindow {
	margin: 0px;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
body #wrapper {
	background-color: #FFFFFF;
	border: 1px solid #000033;
	margin: 0px;
	padding: 0px;
	height: 768px;
	width: 1100px;
	vertical-align: top;
	top: 12px;
}
body #credits {
	background-color: #003333;
	margin: 0px;
	padding: 0px 0px;
	height: 24px;
	width: 1100px;
	background-position: center center;
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#maptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003333;
	margin: 0px;
	height: 54px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#column-nav {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 720px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.nav {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	text-align: left;
}
.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #003333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	text-align: left;
	height: 24px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.home a {
	color: #FFFFFF;
	text-decoration: none;
}
.home a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.inst1 {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	width: 182px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: left;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.inst2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 18px;
}

#column-map {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 900px;
	float: left;
	vertical-align: top;
}


#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000033;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 1100px;
	vertical-align: middle;
}
#credits a {
	color: #FFFFFF;
	text-decoration: none;
}
#credits a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#content {
	margin: 0px;
	padding: 0px;
	height: 720px;
	width: 1100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
#mapbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	margin: 0px;
	padding: 0px;
	border: 1px none #000033;
	height: 719px;
	width: 1103px;
}
.legend {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	height: 12px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width: 12px;
}
.legendtext {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	height: 12px;
	margin: 2px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.legendBox {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border: 1px none #999999;
}
.legendSpecies {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 12px;
	margin: 2px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.legend-traj {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	height: 2px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width: 12px;
}
.legendTraj {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.legendConc {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.calendar {
	/** configure the width **/
	width:197px;
	background-color: #D6E8FF;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 20px;
}
.calendar .header {
	background-color: #5670B3;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.calendar .footer {
	background-color: #5670B3;
	font-weight: bold;
	font-size:1.1em;
	color: #FFFFFF;
	width:100%;
}
.calendar td {
	width: 28px;
	font-size:0.9em;
	height: 20px;
	padding: 0px;
}
.calendar .today {
	width: 28px;
	background-color: #FAD2DA;
	padding: 0px;
}

.calendar a, .calendar a:link{
	font-weight: bold;
	color: #000000;
}
.calendar a:hover {
	font-weight: bold;
	color: #DD0000;
}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	background-color: #5670B3;
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	background-color: #5670B3;
	color: #ffffff;
}
.calendarDay0 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
}
.calendarDay1 {
	border: 1px solid #999999;
	background-color: #0044FF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.calendarDay2 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #AAAAFF;
	text-align: center;
}
.calendarDay3 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFAAAA;
	text-align: center;
}
.calendarDay4 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FF0000;
	text-align: center;
}
.calendarDay {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 14%;
	background-color: #ffffff;
	text-align: center;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.calendarDayFill {
	width: 14%;
	background-color: #eaeaea;
	text-align: center;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.calendarDOW {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	background-color: #006666;
	border: 1px solid #999999;
}
.calendarNow {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 12px;
	width: 14%;
	border: medium solid #999999;
	background-color: #FFFFCC;
	text-align: center; 
}
.calendarMonth {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.calendarMonthChange {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.calendarTraj {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 12px;
	width: 14%;
	border: 1px solid #999999;
	text-align: center;
}
.site-name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #030;
	text-align: center;	
}
