/* ******** */
/* DEFAULTS */
/* ******** */
@charset "utf-8";
body {
    font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 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;
	background-color:#666666;
}
#frame {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#ffffff;
	margin: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. */
	position:relative;
	border:2px #000000 solid;
}
#pageheader {
	margin:0;
	padding:5px 5px 5px 5px;
	background:#ffffff;
	border-bottom:1px #000000 solid;
}

#mainContent {
	margin-right:185px;
	padding:10px 0 0 0;
	background:#ffffff;
	min-height:400px;
}
#sidebarContent {
	float:right;
	width:180px;
	margin:0;
	padding:10px 5px 0 0;
	position:relative;
}

div.site_title {
	font-size:18px;
	font-weight: bold;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif
	border-bottom: 1px dashed #000000;
	width: 100%;
	padding-left:5px;
	background:#ffffff;
}
div.nav {
	text-align: center;
	margin: 5px;
}
div.nav A {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: 000000;
}
div.nav A:hover {
	color:#C41E22;
}
 A {
	color: 000000;
}
A:hover {
	color:#C41E22;
}

.cal A: {color: ffffff;}

