/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		background:#ffffff;
		color:#000;
	}
	body {
		font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px
	}
h3   { color: #060; font-weight: bolder; font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-style: normal; text-decoration: none; border-left: medium none  }
a:link {
	color: #006A00;
	font-weight: bold;
	text-decoration: none;
}
a:linkwht { color: white; font-weight: bold; background-color: transparent; text-decoration: none; }
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}
a:hover { text-decoration: none; font-weight: bold; color: #006600; background-color: silver; }
a:active {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
a:active { color: #006600; font-weight: bold; text-decoration: none; }
#wrap {
		margin:0 auto;
		width:750px;
	}
	#header {
	background:#ffffff;
	height: 80px;
	padding-top: 8px;
	}
	#left {
		background:#ffffff;
		float:left;
		width:462px;
		padding-right: 20px;
	border-right:solid;
	border-color: #333333;
	border-width: 1px;
	}
	#calendar {
		background:#ffffff;
		float:left;
		
	}
	#right {
		background:#ffffff;
		float:right;
		width:250px;
	
	}
	#footer {
	background:#ffffff;
	clear:both;
	padding-bottom: 10px;
	padding-top: 3px;
	border-top: solid;
	border-top-color: #333333;
	border-top-width: 1px;
	}
    
