/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #1daf76;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

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

#navigation{
	margin: 0px;
	padding: 0px;
}

#navigation a {
	display: block;
}

#navigation a:hover{
	background-color: #17a069;
	text-decoration: none;
}

#help{
	margin: 0px;
	padding: 0px;
}

#help a {
	display: block;
	background-color: #17a069;
}

#help a:hover{
	background-color: #1daf76;
	text-decoration: none;
}
#subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#subheading img {
	padding-right: 7px;
	padding-top: 2px;
}
#subheading blockquote {
	color: #ccffff;
}
#smallheading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*********** #calander styles ***********/

#calander{
	position: relative;
	width: 350px;
	display: table-row;
}

#day{
	display: table-cell;
	color: #FFFFFF;
	font-size: x-small;
	height: 20px;
	width: 50px;
	border: 1px solid #2a7f4a;
	background-color: #1daf76;
	text-align: center;
}

#calanderLinks{
	display: table-cell;
	color: #FFFFFF;
	background-color: #1daf76;
	font-size: x-small;
	height: 50px;
	width: 50px;
	border: 1px solid #99ffcc;
	vertical-align: top;
}

#calanderLinks strong {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#calanderLinks a {
	display: block;
	height: 50px;
	width: 50px;
	background-color: #2a7f4a;
}

#calanderLinks a:hover{
	color: #216d3e;
	background-color: #99ffcc;
	text-decoration: none;
}

#calendarToday {
	display: table-cell;
	color: #FFFFFF;
	font-size: x-small;
	height: 50px;
	width: 50px;
	border: 1px solid #99ffcc;
	vertical-align: top;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#calendarToday a {
	display: block;
	height: 50px;
	width: 50px;
	background-color: #2a7f4a;
}

#calendarToday a:hover{
	color: #216d3e;
	background-color: #99ffcc;
	text-decoration: none;
}

#calanderLegend{
	display: table-cell;
	border: 1px solid #99ffcc;
}

#calanderLegend2 {
	border: 1px solid #99ffcc;
	background-color: #2a7f4a;
	border: 1px solid #99ffcc;
}

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}