p, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #58b0e3;
	font: italic;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58b0e3;
	font: italic bold;
	font-weight: bolder;
	
}
.calendartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58b0e3;
	font: italic bold;
	font-weight: bolder;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;

}

body {
	margin: 0px;
	background-color: #cccccc;
}
.wrapper{ 
	background-color: #ffffff;
}

.redtext {
	color: #FF0000;
}
a {
	color: #009900;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;

}

.content { background: #ffffff;
color: #000000;
padding: 5px 10px 5px 10px;
}



/*nav menu*/

.arrowlistmenu{
width: 250px; /*width of menu*/

}

.headerbar{
font: bold italic 14px "Times New Roman" serif;
color: #ffc80b;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 2px 10px 2px 10px; /*header text is indented 10px*/
}

.calendarbar{
	font: italic normal 14px "Arial" serif;
	color: #ffc80b;
	background: black url(images/titlebar.png) repeat-x center left;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 2px 10px 2px 10px; /*header text is indented 10px*/
}

.headerbarholiday{
font: bold italic 14px "Times New Roman" serif;
color: #ffffff;
background: black url(images/titlebar_holiday.png) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
padding: 2px 10px 2px 10px; /*header text is indented 10px*/
}

.arrowlistmenu{
font: 12px Arial;
color: white;
background: white left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-align: left;
padding: 2px 10px 2px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background: url(images/nav_bullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #ffc80b;
font-size: 80%;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #efefef;
}

/*end nav menu*/


.footer {
	color : #ffffff;
	background-color: transparent;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 9px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-weight : none;
}



.footer a:hover {
	color: #ffc80b;
	text-decoration: none;
	background-color: transparent;
}
.footer a:link {
	color: #ffc80b;
	text-decoration: none;
	background-color: transparent;
}
.footer a:visited {
	color: #ffc80b;
	text-decoration: none;
	background-color: transparent;
}
