@charset "utf-8";
/* CSS Document */


#header
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-bottom: 3px solid #0066A4;
	height: 75px;
}

#menu
{
	margin-top: 3px;
	height: 20px;
	background-color: #0066A4;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#menu a:link, #menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover
{
	color: #6EB43F;
}

#mainContent
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
	font-family: Helvetica;
	font-size: 10px;
}

#contentLeft
{
	float: left;
	width: 390px;
	height: 350px;
	background-image: url(siteImages/birdB.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	scrollbar-base-color: #d6e7c7;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #6db43e;
	scrollbar-track-color: #d6e7c7;
}

#contentLeftNoBackground
{
	float: left;
	width: 390px;
	height: 350px;
	background-color: #FFFFFF;
}

#contentLeft a:link, #contentLeft a:visited
{
	text-decoration: none;
	color: #0066A4;
}
#contentLeft a:hover
{
	color: #FFFFFF;
}

#contentRight
{
	float: right;
	width: 390px;
	border-left: #6EB43F 3px solid;
	height: 350px;
	font-size: 11pt;
}

#contentRight a:link, #contentRight a:hover, #contentRight a:visited
{
	text-decoration: none;
}

#contentRightOverflow
{
	float: right;
	width: 390px;
	height: 350px;
	overflow: auto;
	scrollbar-base-color: #d6e7c7;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #6db43e;
	scrollbar-track-color: #d6e7c7;
	border-top: 2px solid #6eb43f;
	border-bottom: 2px solid #6eb43f;
	font-size: 11pt;
}



.green
{
	color: #6eb43f;
}

.blue
{
	color: #0066A4;
}

.bold
{
	font-weight: bold;
}
#ln
{
	margin-top: 10px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-family: Helvetica;
	font-size: 12px;
}

#ln a:link, #ln a:hover, #ln a:visited
{
	color: #0066A4;
	text-decoration: underline;
	font-style:italic;
}

#ln2
{

	width: 800px;
	margin-left:auto;
	margin-right:auto;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 13px;
}

#ln2 a:link, #ln2 a:hover, #ln2 a:visited
{
	color: #0066A4;
	text-decoration: underline;
	font-style:italic;
}

#footer
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-top: 3px solid #6eb43f;
	clear: both;
	padding-top: 5px;
}

h1
{
	font-size: 21px;
	font-family: Helvetica;
	font-weight: normal;
	color: #0065A4;
}

h2
{
	font-size: 18px;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 30px;
	color: #0065A4;
}

h3
{
	font-size: 16px;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 30px;
	color: #0065A4;
}

.place
{
	color: #0066A4;
}

li a:link, li a:visited, li a:hover
{
	color: #0066A4;
	text-decoration: none;
}

.lmenu
{
font-family:Helvetica; font-size:21px;
}

.cellout
{
	
	color: #0066A4;
	height: 40px;
	background:none;
}
.cellin
{
	background-color: #6eb43f;
	color:#FFFFFF;
	height: 40px;
}

.bigBlue
{
	font-size: 18px;
	font-family: Helvetica;
	font-weight: normal;
	line-height: 25px;
	color: #0065A4;
}
.smallGreen
{
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 15px;
	color: #86b75b;
}

.cell
{
	color: #0066A4;
	height: 40px;
}

#inLeft
{

}

#inRight
{

}

#inLeft p, #inLeft ul
{
	color: #0066A4;
}

#inRight p, #inRight ul
{
	color: #6eb43f;
}