body { 
	background-image: url("/img/back.gif");
	text-align: center;	
}

#main1, #main1long {

	width: 1000px;
	border: none;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align:center;
	height:auto;
	overflow:hidden;
}

#main1{
	height: 750px;
}

#main2, #main2long {
	position:relative;
	top: 2px;
	width: 994px;
	background-image: url("/img/greenbackground.jpg");
	border: none;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	height:auto;
	overflow:hidden;
}

#main2{
	height: 745px;
}

#main3, #main3long {
	position:relative;
	top: 2px;
	width: 988px;
	background: #FFFFFF;
	border: none;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	height:auto;
	overflow:hidden;
}

#main3{
	height: 740px;
}

#main, #mainlong {
	position:relative;
	top: 2px;
	width: 981px;
	background-image: url("/img/greenbackground.jpg");
	border: none;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	height:auto;
	overflow:hidden;
}

#main{
	height: 735px;
}

#logo {
	position: relative;
	top: 4px;
	background-image: url("/img/logotitle.gif");
	background-repeat: no-repeat;
	height: 126px;
	width: 980px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.title {
	color: #FFFFFF;
	font-size: 19px;
	font-family: serif;
	font-style: italic;
}

#logotext{
	position: relative;
	left: 100px;
	top: 10px;
}

#bottom, #bottomlong {
	position: relative;
	top:0px;
	width: 100%;
	border-top: 2px solid #FFFFFF;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	height:auto;
	overflow:hidden;
}

#bottom{
	height:609px;
}

#bottomlong{
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#navbar, #navbarlong{
	width: 175px;
	float: left;
	padding-left: 0px;
	position:relative;
	overflow:hidden;
}

#navbar{
	height: 370px;
}

.navlink, .navover {
	height: 18px;
	width:100%;
	background-image: url("/img/navlinksgreen.gif");
	background-repeat: no-repeat;
	/*border: 0px none #FFFFFF;*/
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: serif;
	font-variant: small-caps;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;
}

.navover{
	background: #2d6786;
	background-image: url("/img/navlinks.gif");
	background-repeat: no-repeat;
}

.navspan{
	position: relative;
	left: 14px;
}

.contactBox{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: serif;
	font-variant: small-caps;
	background-image: url("/img/contactBoxWBalloon.png");
	background-repeat: no-repeat;
	height:102px;
	width: 175px;
}

#mainarea, #mainarealong {
	width: 800px;
	border-top: 0px none #FFFFFF;
	background: #FFFFFF;
	float: left;
	position: relative;
	left: 3px;
	top: 2px;
	text-align:center;
	font-family: Georgia;
	height:auto;
}

#mainarea {
		height: 370px;
}

#leftmain {
	float: left;
	width: 60%;
	font-family: Georgia;
}

#rightmain {
	float:left;
	width: 40%;
	text-align:left;
	font-size: 12px;
	font-weight:normal;
	line-height: 150%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Georgia;
	position: relative;
	top: 20px;
}

#bottommain{
	clear:both;
	width: 95%;
	background: #FFFFFF;
	border: 1px solid #6A562C;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:3px;
	left: 20px;
}

#pressrelease {
	position:absolute;
	right: 10px;
	top: 2px;
	font-style: italic;
	font-weight: bold;
}

#pressrelease2 {
	position:absolute;
	left: 10px;
	top: 2px;
	font-style: italic;
	font-weight: bold;
}


#slideshow{
	clear:both;
	text-align:center;
	vertical-align: middle;
	width: 980px;
	margin-left:auto;
	margin-right: auto;
	height: 231px;
	
}

#mainarea h1 {
	font-size: 20px;
}

#mainarea h2 {
	font-size: 15px;
	margin: 0px;
	padding: 3px; 
}	

.smallerText {
	font-size: 13px;
	color: #6A562C;
}

#rightHalf{
	float: right;
	width: 45%;
	padding: 5px;
	margin:5px;
	border: 1px solid #000000;
	
}

#leftHalf{
	float: left;
	width:45%;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
}

.mainName{
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
	cursor:pointer;
}

.popupInfo{
	position: absolute;
	top: 40px;
	left: 100px;
	z-index: 100;
	border: 3px solid #000000;
	background: #FFFFFF;
	width: 600px;
	height: 300px;
	display: none;
}	

.closex {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
}