/* CSS Document */
body {
	font-family:Arial, Tahoma, Verdana;
	font-size:small;
	text-align:center;
	background-color:#79B5CF;
	color:#000060;
	margin:3px;
}
p {
	margin-top:5px;
}
ul {
	padding-left:10px;
	margin-left:10px;
	margin-bottom:0px;
}
img {
	border-style:none;
}
h2 {
	font-size:medium;
	font-weight:bold;
	margin-top:0px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#000060;
}
h3 {
	font-size:medium;
	margin-top:0px;
	padding-top:2px;
	padding-bottom:2px;
}

a {
	color:#000060;
}
/* top level container */
#container {
	width: 811px;
	text-align:left;
	margin:0 auto;
	background-image:url(../images/bg_middle.gif);
	background-position:center;
	background-repeat:repeat-y;
}
/* inner container with top background image */
#container2 {
	background-image:url(../images/bg_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
/* inner container with bottom background image */
#container3 {
	padding:12px;
	background-image:url(../images/bg_bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
/* header */
#header {
	width:786px;
	height:71px;
	margin-bottom:5px;
	/* background-color:#307194; */
	color:#FFFFFF;
}
#leftBar {
	width:160px;
	float:left;
}
/******* menu *******/
#menu{
	font-weight:bold;

}
#menu ul {
	padding: 0;
	list-style-type:none;
	/*	white-space:nowrap;		/* keep text on one line */
	text-align:left;		/* undo #menu text-align:center for child elenments */
	margin-left:0px;
	margin-top:0;
}
#menu li {
	margin-right:2px;		/* spacing between tabs */
	margin-bottom:5px;			/* spacing above tab which is removed when hovered */
	background-color:#6A8622;
	margin-left:0px;
	padding:4px;
	background-image:url(../images/corner_top.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#menu li:hover, #menu li.sfhover{
	margin-right:10px;
}
#menu li a {
	color:#FFFFFF;
	text-decoration:none;
}
#content {
	margin-left:170px;
}
#content img {
	clear:right;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

#content td, #content th, #content table {
	border-style:solid;
	border-width:1px;
	border-color:#000060;
}
#content td {
	text-align:center;
	vertical-align:top;
}
#content form td, #content form th, #content form table {
	border-style:none;
}
#calendar td, #content #calendar{
	border-style:none;
}
#calendar table td, #calendar table{
	border-style:solid;
}
#calendar table{
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}
#calendar table td, #calendar table th{
	width:13px;
}
.booked{
	background-color:#FFF471;
}
.toplink{
	float:right;
	margin-left:10px;
}
.toplink a{
	text-decoration:none;
}