@charset "utf-8";
html {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}
body {
	background: #933 url(../images/bricks.jpg);
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: .5em;
	margin-bottom: 0;
	line-height: 1.1em;
}
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: .9em;}
h5 {font-size: .8em;}
h6 {font-size: .7em;}
p {font-size: .875em;
	line-height: 1.3em;
}
a img {
	border: none;
	cursor: pointer;
}
#container {
	background: #333 url(../images/graniteMulti2.jpg) repeat top;
	background-position: -450px -10px;
	margin: 0px auto;
	height: 650px;
	width: 900px;
}
#calendarpage #container {
	height: 900px;
}
#banner {
	float: left;
	height: 180px;
	width: 470px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}
#navigation {
	width: 175px;
	padding: 2em 0 0 1em;
	float: left;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
#show, #contentpanel {
	margin: 3px;
	height: 275px;
	width: 610px;
	border-top: solid 8px #eee;
	border-left: solid 8px #eee;
	border-right: solid 8px #ccc;
	border-bottom: solid 8px #ccc;
	float: left;
}
#contentpanel {
	height: 375px;
	background-color: #ddd;
	color: #333;
	padding: 0;
	text-align: left;
}
#calendarpage #contentpanel {
	width: 740px;
	height: 625px;
}
#contentpanel #content{
	width: 590px;
	height: 375px;
	margin: 0 10px 0 10px;
	padding-right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-base-color: #ccc;
	scrollbar-face-color: #ccc;
	scrollbar-track-color: #ccc;
}
#calendarpage #contentpanel #content {
	width: 720px;
	height: 625px;
}
#leftcol, #rightcol {
	float: left;
	width: 130px;
	color: white;
	padding: 2px;
}
#rightcol {
	float: right;
}
#leftcol {
	text-align: right;
}
#footer {
	width: 900px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background-color: #333;
	margin: 0 auto;
	font-size: .8em
	color: #FFF;
	color: #FFF;
	font-size: .8em;
}
a:link {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 0.7em;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: #554F51;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#content a:link, #content a:visited,
#content a:active {
	color: #666;
	font-weight: bold;
	text-transform: none;
	font-size: 1em;
}
#content a:hover {
	color: #FFF;
}
#flagthis {background-color: red;}
.small {
	font-size: .75em;
	text-align: center;
}
.fltlft {
	float: left;
	margin: 0 3px 3px 0;
}
