body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
      color:#006600
}
h1
{
	font-size: 7px;
	color: #666666;
}
.mainwindow {
	background-image: url(blank.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 622px;
	width: 900px;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -450px;	
}
.closevid
{
	color: red;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentwindow
{
	position: relative;
	height: 375px;
	width: 600px;
	text-align: justify;
	margin-left: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
}
.contentwindowwider
{
	position: relative;
	height: 375px;
	width: 780px;
	text-align: justify;
	margin-left: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
}
.headerbox
{
	height: 150px;

}
.contentwindowfull
{
	position: relative;
	height: 447px;
	width: 834px;
	margin-left: 35px;
	overflow: hidden;
}
.scrollbar
{
	position: relative;
	height: 440px;
	width: 15px;
	margin-left: 856px;
	margin-top: -440px;
	background-image: url(images/scrollbar-track-bottom.png);
}

.scroller
{
	background-image: url(images/scrollbar-handle-vertical.png);
	background-repeat: no-repeat;
	height:37px;
	width: 15px;
}
.headerbar
{
      margin-left: 50px;
	vertical-align: top;
	margin-top: 10px;
}

.profilerow, .profilefact, .profileunknown
{
}
.fieldlabel, .unknownlabel, .factlabel
{
	margin-top: 10px;

	margin-right: 15px;
	font-weight: bold;
}
.fieldanswer
{
	font-weight: normal;
	padding-top: 7px;
}
.formrow
{
	margin-top: 10px;
}
.formlabel
{
	font-size: 1em;
}
.formbox
{
	padding-right: 150px;
}

.scrolldiv
{
	position:relative;
	top:0px;
	left:0px;
}
.leftbutton, .rightbutton, .pausebutton
{
	width: 75px;
	height: 50px;
}
.scrollbutton
{
	width:34px;
	height:25px;
	float:left;
	border:none;
	text-align:center;
}	
.latestimages
{
	background-image: url(images/latestback.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 245px;
}
.upcomingevents
{	
	position: absolute;
	top: 100px;
	left: 400px;
 	font-weight: bold;
}
.upcomingeventstemp
{	
	position: absolute;
	top: 145px;
	left: 400px;
 	font-weight: bold;
}
.imgoverwrite
{
	position: absolute;
	top: 0px;
 	left: 0px;
	z-index:1;
}
.picturebox
{
	width: 320px;
	margin-top: 60px; 
	margin-left: 10px;
clear: both;
display: block;
}
.frontthumb
{
	width: 100px;
	float: left; 
	margin-left: 3px; 
	margin-bottom: 5px; 
	border: 1px solid #666666; 
	height: 65px; 
	text-align: center;
}
.footertext
{
	padding-top: 10px;
	text-align: center;
	width: 900px;
    color:#006600
}
.footertext a, .footertext a:hover, .footertext a:visited
{
	color:#006600
}
.footerbox
{
    position: absolute;
    top: 630px;
    left: 50%;
    margin-left: -450px;
}

.first_col
{
	float: left;
	width: 47%;
}
.second_col
{
	float: right;
	width: 47%;
}