/* Calendar Styles 
	
*/

/* calendar specific styles */
.cal {
	float: left;
	clear: left;
	width: 604px;
	height: 314px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin-top: 12px;
	background-color: #E6E9EB;
	font-family: Arial, Helvetica, sans-serif; 
}

html>body .cal {
	width:634px;
	height: 334px;
} 

	
.header {
	float: right;
	clear: right;
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: 900;
	font-family: Arial;
	text-align: left;
	padding-top: 6px;
	color: #fff;
	background-color: #006665;
}

.newsitems
{
	position: absolute;
	width: 46px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	color: #306;
	font-size: 12px;
	font-weight: 900;
	font-family: Arial;
	padding-top:15px;
}
.newsitems a {
	text-decoration: none;

}
.newsitems a:hover {
	width: 46px;
	color: #fff;
	border: 0;
	padding: 0;
	margin-left: 0;
	background-color: #006665;
}

.monthilite {
	width: 46px;
	height: 48px;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	background-color: #C1C8CD;
	float: left;
}

.month {
	width: 46px;
	height: 48px;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	background-color: #E6E9EB;
	float: left;
}

.year {
	clear:left;
}
	
.yeardate {
	float: left;
	width: 50px;
	height: 48px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	padding: 0px 4px 0px 2px;
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	color: E6E9EB;
	background-color: #082536;
}
	
	
#webmaster2 {
	clear: right;
	float: right;
	width: 634px;
	height: 32px;
	background-color: #99CCCC;
    padding-top: 8px;
	padding-left: 0;
	font-size : xx-small;
	text-align: center;
	margin: 20px 0px 20px 24px;
}
