body {
	background: #eeeded;
	margin-left: 15%;
	margin-right: 15%;
}

table {
	font-size: 12px;
	color: #777777;
    font-family: Arial, Verdana, sans-serif;
}

h1 {
	margin: 0px;
}

h1.navigation {
	font-size: 13pt;
	text-decoration: none;
	font-weight: normal;
	color: #969595;
	margin-bottom: 3px;
}

h1.main {
	font-size: 13pt;
	text-decoration: none;
	font-weight: normal;
	color: #f58807;
	margin-bottom: 3px;
}

a {
	color: #4c4c4c;
}

a:hover {
	color: #828383;
}

a.nav {
	font-size: 12px;
	color: #969595;
	text-decoration: none;
	font-weight: normal;
	padding-left: 16px;
	background: url(/images/icons/bullet_orange.png) no-repeat;
}

a.nav:hover {
	background: url(/images/icons/bullet_blue.png) no-repeat;
}

a.subnav {
	font-size: 12px;
	color: #969595;
	text-decoration: none;
	font-weight: normal;
	padding-left: 16px;
	background: url(/images/icons/bullet_white.png) no-repeat;
}

a.subnav:hover {
	background: url(/images/icons/bullet_blue.png) no-repeat;
}

div.events_months {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	background: #eeeeee;
}