body {
	font-family: arial;
	font-size: 10pt;
}

.header {
/*	text-align: left;*/
}

.menu {
	margin-top:4px;
}

.menu a:link {
	color: #ffffff;
	text-decoration: none;
	
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #5eb759 !important;
}
a:active {
	text-decoration: none;
	color: 5eb759;
}
a:visited {
	text-decoration: none;
	color: 5eb759;
}

h3 {
	margin-top: 0px !important;
	color: #3571a2;
	text-transform: uppercase;
	font-size: 12pt;
}
.menu {
	background-repeat: repeat;
	color: #FFFFFF;
	background-image: url(../images/menu.jpg);
	clear:left;
	font-size: 14 pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

p{
font-size: 10pt;
}

.h1{
font-size: 14pt;
color: #3571a2;
font-weight: bold;
}

.bottommenu {
	background-color: #5eb759;
	color: #FFFFFF;
	clear:left;
	text-decoration: none !important;
	padding-top: 15px;
	font-weight: normal !important;
	width: 100%;
	font-size: 9pt !important;
	
}
.bottommenu a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-weight: normal !important;
}
.bottommenu a:visited {
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: normal !important;
}
.bottommenu a:link {
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: normal !important;
}
.menu a:link {
	color: #ffffff;
	text-decoration: none;
	text-decoration: none !important;
	font-weight: normal !important;
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal !important;
}
.leftcol {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #5fb55a;
}
.midcol {
	background-color: #5fb55a;
}
.rightcol {
	background-color: #5fb55a;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
.sidebar a:link {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: normal !important;
}
.sidebar a:visited {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: normal !important;
}

.sidebaractive {
font-weight: bold;
font-style: italic;
color: #3571a2;
}

.sidebar {
	background-color: #5eb759;
	background-repeat: repeat;
	float:left;
	min-height:100px;
	color: white !important;
	padding-left: 15px;
	padding-top: 25px;
	font-weight: normal !important;
}

.contentL {
	background-color: #ffffff;
	float:left;
	min-height:100px;
	padding-top: 15px;
	padding-left:15px;
}

.contentR {
	background-color: #ffffff;
	float:left;
	min-height:100px;
	padding-top: 15px;
	padding-left: 15px;
}

.header {
	float:left;
	height:145px;
}

.login {
/*	float:right;*/
	height:145px;
	text-align:right;
	max-height:145px;
}

.background {
	width:100%;
}

.bottom1 {
	background-color: #5fb55a;
/*	float:left;*/
	width:30%;
	text-align:left;
	height:71px;
	color:#fff;
	font-size:11px;
	padding-top: 10px;
	padding-left:7px;
}

.bottom2 {
	background-color: #5fb55a;
/*	float:left;*/
	width:40%;
	height:81px;
	font-size:11px;
}

.bottom3 {
	background-color: #5fb55a;
	width:30%;
	text-align:right;
	height:71px;
	color:#fff;
	font-size:11px;
	padding-top: 10px;
	padding-right:10px;
/*	float: left;*/
}

.bottom3 a:link {
	color:#fff !important;
    text-decoration:none;
}

.bottom3  a:hover {
	color:#fff !important;
}

.bottom2 a:link {
	color:#fff !important;
    text-decoration:none;
}

.bottom2  a:hover {
	color:#fff !important;
}

hr {
	color: #3571a3;
	background-color: #3571a3;
	height: 3px;
}
.title{
color: #3571a2;
}
.sidebar a:hover {
	text-decoration: none;
	color: blue !important;
}
.mainactive {
	color: #5fb55a !important;
}  



/**
 * CSS for the clubs section
 **/
 .clubHead {
 	border-left: 1px solid black;
 	border-top: 1px solid black;
 	border-right: 1px solid black;
 	font-weight: bold;
 }
 
 .clubColumn {
 	border: thin solid black;
 }

/**
 * This section is for the Datepicker
 **/
 
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}