
body {
	background-image: url('img/body-bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin-top:0px;
}

body, div, span, p, table, tr, th, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: black;
}

#body2 {/*
	background-image: url('img/flower.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
*/
	margin: 0px;
	padding: 0px;
	position: relative;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}



#mastHead {
	width: 800px;
	height: 74px;
	background-image: url('img/mast-head.jpg');
	background-repeat: no-repeat;
}

#navBar {
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	height: 40px;
}

#navItems {
	padding: 4px 0 0 26px;
}

	#navItems a {
		float: left;
		display: block;
		text-decoration: none;
		width: 68px;
		height: 24px;
		margin-left: 6px;
	}

#flashBox {
	width: 800px;
	height: 121px;
}

#contentPane {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 562px;
}

#newsPane {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 238px;

}
#main
{
	background-image: url('img/content-bg.gif');
	background-repeat: repeat-y;
}
#contentOuter {
	width: 562px;
}

#contentInner {
	width: 562px;
	background-image: url('img/content-top.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#contentPadd {
	padding: 30px 35px 0px 35px;
	min-height: 400px;
}

#clean {
	width: 562px;
	background-image: url('img/content-bg.gif');
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
}

.newsBox {
	font-weight: bold;
	min-height: 100px;
	padding: 0px 0px 0px 20px;
}

#footer {
	clear:both;
	height: 36px;
	text-align: center;

	background-image: url('img/footer-bg.gif');
	background-repeat: repeat-x;
}

.footpadd {
	padding-top: 3px;
}

#footer a { color: black; font-weight: bold; }


img, div { behavior: url(iepngfix.htc) }

td.calendarCell {
	border: 1px solid #f1f1f1;
	font-size: 10px;
}

td.calendarCell div {
	font-size: 10px;
}

div.dayLabel {
	background-color: #f1f1f1;
	padding: 1px 3px 1px 3px;
}
