/*** NORMAL ELEMENTS ***/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
	}
a {
	color: #027513;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #999999;	
	}
h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
	}

/*** FLOATED ELEMENTS ***/

#bodyall {
	float:left;
	width: 1000px;
	}
#toplogo {
	float:left;
	background-image: URL(images/interface/mainlogobackground.jpg);
	height: 150px;
	}
#leftnav {
	float:left;
	width: 105px;
	padding-left: 25px;
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 10px;
	background-image: url(images/interface/leftnavbackground.jpg);
	line-height: 15pt;
	height: 255px; 
	}
#datebar {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 850px;
	padding-top: 5px;
	padding-left: 10px;
	}
#mainbody {
	float:right;
	width: 850px;
	}
#youarehere {
	float:left;
	width:850px;
	height:50px;
	padding-left: 10px;
	}
#content1 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width: 410px;
	padding-left: 10px;
	}
#content2 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width: 410px;
	padding-left: 20px;
	}
#footer {
	float:left;
	width: 1000px;
/*	clear: both; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-left: 10px;
	padding-bottom: 20px;
	}
.clear {
	clear:both;
	}

/*** Sets up div box for playing of FLV files ***/

.videos {
	border: solid 2px #27860E;
	}
.photos {
	border: solid 1px #27860E;
	}
.leftdiv {
	float:left;
	}
.rightdiv {
	float:left;
	width:200px;
	}

.fontblue {
	color: blue;
}