@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
}
img, div {
	behavior: url('../iepngfix.htc');
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ECFFC6;
	background-image: url(../images/plaid.jpg);
}
.main #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.main #header {
position:relative;
}
.main #container #mainContent .sitecontent .maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.main #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*border:solid thin #999999;*/
	border:0;
}
.main #mainContent {
	padding: 0px;
	background-image: url(../images/content_bg_lil2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 468px;	/*border:solid thin #999999;*/
}
#nav {
	height: 42px;
	width: 780px;
	padding: 17px 0 0 0;
	margin: 0;
	/*border:solid thin #999999;*/
}
#nav img {
	float: left;
	margin:0;
}
.sitecontent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	overflow: auto;
	height: 333px;
	width: 708px;
	margin: 0px;
}
.sitecontent img {
	background: #ECFFC6;
	border:solid thin #FFFFFF;
	padding:5px;
}
.clearboth {
	clear: both;
}
.main #footer {
	padding: 0 10px;
	text-align: center;
}
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
a{	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
a:link{
	color: #005C5C;
}
a:visited{
	color: #005C5C;
}
a:hover{
	color: #CCCC33;
}
a:active{
	color: #FF6600;
	text-decoration: line-through;
}
table.cal {
	border: 3px solid #310200;
	border-spacing: 0px;
	border-collapse: separate;
	background-color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#003333;
}
table.cal th {
	border-width: 0px;
}
table.cal td {
	border-width: 0px;
}
td.title {
	background: #310200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF00;
	}h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
div.expandable a {
	font-size: 13px;
}
