body, html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
}

.menulink {
	background-color: #FFFFFF;
	text-indent: 15px;
	font-size: 14px;
	height: 20px;
	text-align: left;
	cursor: pointer;
}
.menulinkselected {
	background-image: url(images/menuselected.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 15px;
	font-size: 14px;
	height: 20px;
	text-align: left;
	color: #2562A2;
	cursor: pointer;
}
.menulinkhover {
	background-image: url(images/menuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 15px;
	font-size: 14px;
	height: 20px;
	text-align: left;
	color: #2562A2;
	cursor: pointer;
}
.menulinkno {
	background-color: #FFFFFF;
	text-indent: 0px;
	font-size: 14px;
	height: 20px;
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: #2562A2;
}
a:visited {
	text-decoration: underline;
	color: #2562A2;
}
a:active {
	text-decoration: underline;
	color: #2562A2;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
p {
	text-indent: 15px;
}
div.nd {
	display: none;
}
div.dd {
	display: block;
}
h1 {
	color: #2562A2;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h2 {
	color: #2562A2;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin-bottom: -10px;
}
strong {
	color: #2562A2;
}
li {
	padding-left: 5px;
}

#calendarDiv {
	width: 270px;
	height: 226px;
	position: relative;
	float:right;
}

.calendar {
	width: 38px;
	height: 28px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	position: absolute;
	color: #b6b7b8;
	background-image:url(images/calSprites.png);
	background-repeat: no-repeat;
}

.calendarHead  		{	color: #FFF;	background-position: 0 0; }
.calendarToday 		{	color: #888;	background-position: -114px 0; }
.calendarAnyday 	{	color: #888;	background-position: -38px 0; }
.calendarNoday 		{	color: #888;	background-position: -76px 0; }
.calendarTodayx 	{	color: #888;	background-position: -114px -28px; cursor:pointer;}
.calendarAnydayx	{	color: #888;	background-position: -38px -28px;  cursor:pointer;}

.calendarTodayx a:link			{color: #888;		text-decoration: none;}
.calendarTodayx a:active 		{color: #888;		text-decoration: none;}
.calendarTodayx a:visited 		{color: #888;		text-decoration: none;}
.calendarTodayx a:hover 		{color: #8cb03f; 	text-decoration: none;}

.calendarAnydayx a:link			{color: #888;		text-decoration: none;}
.calendarAnydayx a:active 		{color: #888;		text-decoration: none;}
.calendarAnydayx a:visited 		{color: #888;		text-decoration: none;}
.calendarAnydayx a:hover 		{color: #8cb03f; 	text-decoration: none;}

.calendar p {
	text-align: center;
	width: 100%;
	text-indent: 0;
	margin-top:5px;
}

.calendar strong {
	font-weight: normal;
	text-decoration: underline;
}

.calendarTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 266px;
	height: 20px;
	color: #2562a2;
	text-align: center;
}

.calendarLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #2562a2;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.calendarRight {
	position: absolute;
	top: 0;
	left: 246px;
	width: 20px;
	height: 20px;
	color: #2562a2;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

