/* CSS Document */

body {
	background-color:#004400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	margin-top:75px;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#table {
	background-image:url(../images/hpbg3.gif);
	background-repeat:no-repeat;
	height:530px;
}

/* Headers */

h1 {font-size:140%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:110%;}

/* Font Color */

.red {
color:#FF0000;
}

.blue {
color:#0000FF;
}

.yellow {
color:#FFFF00;
}

/* Font Styles */

.program {
	font-size:140%;
	color:#f00;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
}

.date {
	font-size:150%;
	color:#FF0000;
	text-align:center;
	font-weight:bold;
}

.hpEvents {
	font-size:120%;
	line-height:1.5em;
	font-weight:bold;
}

.join {
	width:100px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	border:2px solid #f00;
	color:#FF0000;
}

/* Backgrounds */


/* Div's */

#mainContent {
	width:770px;
	padding:5px;
}

#menuHome {
	float:left;
	width:142px;
	margin-top:55px;
	margin-right:10px;
	margin-bottom:10px;
}

#homePagelogo {
	float:left;
	width:388px;
	margin-top:15px;
	background-color:#fff2de;
}

#hpText {
	float:right;
	width:200px;
	margin-top:15px;
	margin-bottom:15px;
	line-height:1.5em;
}

#copyright {
	width:750px;
	margin:10px;
	color:#999999;
	font-size:80%;
}

#footer {
	width:750px;
	margin:10px;
	color:#999999;
	font-size:80%;
}

#footer a {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFF00;
	text-decoration:underline;
}

#events {
	width:760px;
	height:255px;
	background-color:#FFFFFF;
	padding:3px 10px 0px 10px;
}