body {
	background: url('/lib/images/body-bg.png') repeat-x top #efefef;
	font-family: helvetica;
	margin: 50px;
	line-height: 133%;
	}

div {
	padding: 0;
	margin: 0;
}


div.leftdiv{
	float:left;
	width: 200px;
}

div.logo {
	}

div.logo a {
	width: 206px;
	height: 134px;
	display: block;
	background: url('/lib/images/logo.png') no-repeat top left ;
	}

h1 {
	color: #5FB3FF;
	margin: 0;
	padding: 0;
	line-height: 100%;
	}

div.nav-container {
	margin: 30px  0;
	padding: 10px;
	font-weight: bold;
	}
div.nav-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
div.nav-container li {
	margin: 10px 0 ;
	padding: 0;
	display: block;
	}
div.nav-container a,
div.nav-container a:link,
div.nav-container a:visited {
	text-decoration: none;
	color: #666;
}
div.nav-container a:hover,
div.nav-container a:active {
	color: #69de00;
}





div.content-container {
	width: 632px;
	padding-left: 220px;
	}

div.content-topcap {
	background: url('/lib/images/content-topcap.png') top left no-repeat ;
	height: 34px;
	}

div.content {
	background: url('/lib/images/content-bg.png') top left repeat-y ;
	padding: 20px 40px;
	}

div.content-bottomcap {
	background: url('/lib/images/content-bottomcap.png') top left no-repeat ;
	height: 22px;
	}


div.footer {
	color: #666;
	text-align: center;
	margin: 40px;
	}


table.calendar {
	margin: 0 auto;
	}

table.calendar th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	}

table.calendar td {
	border-bottom: 1px solid #eee;
	padding: 8px;
	}

