form { padding: 0; margin: 0; }
.eventstab {
	background-color: #FFF;
	overflow: scroll;
	position: fixed;
	visibility: visible;
}
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #231F20;
}
body
{
	background: url(images/main.jpg) repeat-x; 
}
a           
{   
    color: #439539;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1
{
	font-size: 26px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #000;
	font-style: italic;
}
h2
{
	font-size: 14px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #439539;
}
h3,h4,h5,h6
{
	font-size: 12px;	
	font-weight: bold;
	margin: 10px 0px 0px;
	text-align: left;
	color: #439539;
}

#lpm { text-align: center; }

#page
{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background: #FFF url(images/page.jpg) repeat-x bottom left;
	overflow: hidden;
}
#topNav
{
	margin: 8px 10px 2px 10px;
	background: url(images/nav.jpg) repeat-x top left;
	overflow: hidden;
}
#topNav a
{
	display: block;
	float: left;
	margin: 0px;
	font-size: 12px;
	color: #FFF;
	line-height: 32px;
	height: 32px;
	font-weight: bold;
	padding: 0px 20px;
	text-decoration: none;
	border-left: 1px solid #FFF;
}
#topNav a.first
{
	border-left: 0px solid #FFF;
}
#topNav a:hover, #topNav a.selected
{
	background: url(images/navOn.jpg) repeat-x top left;
	color: #46166B;
	text-decoration: none;
}
#topNav a#danksquad
{
	font-size: 16px;
	color: #F37321;
	font-weight: bold;
}
#topNav a#danksquad:hover, #topNav a#danksquad.selected
{
	font-size: 16px;
	color: #F37321;
	font-weight: bold;
	background: url(images/navOn.jpg) repeat-x top left;
}
#ds 
{ 
	background: url(images/navIcon.jpg) no-repeat;
	height: 32px;
	width: 23px;
	float: left;
	padding: 0px 7px 0px 5px;
}
#topNav a#danksquad:hover #ds, #topNav a#danksquad.selected #ds
{
	background: url(images/navIconOn.jpg) no-repeat;
}

#content
{
	padding: 0px 10px 10px 10px;
	min-height: 400px;
}
#contentWM
{
	padding: 0px 10px 10px 10px;
	background: url(images/watermark.jpg) no-repeat top center;
	min-height: 1000px;
}
#musicPlayer
{
	float: right;
	position: relative;
	top: 50px;
}

#calendar
{
	clear: right;
	float: right;
	padding: 20px;
}
#mainText
{
	font-weight: normal;
	margin: 25px 25px;
	text-align: left;
}

#bottomNav
{
	clear: both;
	margin: 10px 10px;
	text-align: center;
}
#bottomNav a
{
	margin: 0px;
	font-size: 10px;
	color: #439539;
	padding: 0px 5px;
	text-decoration: none;
}
#bottomNav a:hover, #bottomNav a.selected
{
	color: #439539;
	text-decoration: underline;
}

#copyright
{
	clear: both;
	font-weight: normal;
	color: #757679;
	font-size: 9px;
	margin: 5px 0px;
	text-align: center;
}.contentcalender {
	background-color: #FFF;
}
