body {
	margin: 0px;
	background-color: #731818;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	overflow-x:hidden;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow-x:hidden;
}

a:link {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#navmenu li {
    list-style:none;
    display:inline;
}

#menu.home a:hover {
	width:100px;
	height:18px;
	background-image: url(images/menu_on.jpg);
	background-repeat: no-repeat;
	background-position:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;line-height:125%;padding:5px;margin:0px;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}

.heading {
	font: bold small-caps 18px/normal Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFCC00;
	/*background: #000;
	border: thin solid #660000;
	width:100%;*/
}

.address { color: #ffb55d; font-weight: bold; }

.instructors {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

.normal { font-size:11px; font-weight:normal;text-transform: none; }

.inset {
	font: normal 13px/1.25em "Trebuchet MS", Geneva, sans-serif;
	color: #f0f0f0;
	text-transform: none;
}
