html {
	overflow: -moz-scrollbars-vertical;
}
body {
	text-align: center;
	font-family: Arial, Verdana, san-serif;
	font-size: 80%;
}

#container {
	width: 750px;
	margin: auto;
	padding: 0;
	text-align: left;
}

#header {
	height: 200px;
	/*background: #fff url("images/northwest-adventure.jpg") top left no-repeat;*/
}

.hdrimg {
	border: 0;
}

table.menugrid {

}
table.menugrid tr {
}
table.menugrid td {
	text-align: center;
	width: 33%;
	padding-bottom: 15px;
}
table.courses {
	/*border: 1px solid #000;*/
}
table.courses th {
	vertical-align: top;
	background-color: #003366;
	margin: 1px;
	padding: 5px;
	color: #fff;
}
table.courses td {
	margin: 1px;
	padding: 5px;
}
table.courses td.row0 {
	background-color: #99ffcc;
}
table.courses td.row1 {
	background-color: #ccffff;
}

.heading {
	text-align: center;
	font-size: 90%;
	color: #333;
}
.text {
	/*text-align: center;*/
	/*font-size: 90%;*/
	/*color: #333;*/
	margin: 5px 0 0 0;
	padding: 0 20px 0 20px;
}
#small {
	font-size: 75%;
}


#content-left {
	float: left;
	width: 317px;
}

#content-right {
	margin-left: 332px;
}

#content-right img {
	margin: 1px;
	border: 1px solid #000;
}
#content-right a {
	text-decoration: none;
}

a {
	font-size: 85%;
}
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #009933;
}

#topmenu {
	font-size: 110%;
	text-align: center;
	margin: 5px 10px 10px 0;
}
#topmenu a {
	/*text-decoration: none;*/
}

#menu {
	margin-bottom: 11px;
}
html>body #menu { margin-bottom: 0 }

#menu a, #menu a:link, #menu a:visited, #menu a:hover  {
	font-size: 100%;
	border: 0;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 100%
}

#footer {
	clear: both;
	margin: 15px 10px 0 0;
	text-align: center;
	border-top: 1px dashed #ccc;
	font-size: 80%;
	color: #999;
}

#footer a {
	color: #999;
}
