﻿/*div,td,a,p,ul,li { font-size:14px; }*/

.content {
	padding: 12px;
	margin: 0px;
    text-align: left;
    vertical-align: top;
    color: #000000;
}

a, a:hover, a:visited {
	color: #663300;
    text-decoration: underline;
}

a.nodecor, a.nodecor:hover, a.nodecor:visited {
	cursor: hand;
	text-decoration: none;
}

p { line-height:1.3em; }
.center { text-align: center; }

.pad6 { padding: 6px; }
.pad5 { padding: 5px; }
.pad4 { padding: 4px; }

.lcase { text-transform: lowercase; }
.ucase { text-transform: uppercase; }
.bold { font-weight: bold; }
.udl { text-decoration: underline; }

.small { font-size: 11px; }
.normal { font-size: 14px; }
.large { font-size: 16px; }
.xlarge { font-size: 20px; }
.jumbo { font-size: 28px; }

.dkbrown { color: #382720; } 
.white { color: White; }
.red { color: #cc0000; }
.blue { color: Blue; }
.black { color:#000000;}

.ralign { text-align: right; }
.center { margin:0px auto; text-align: center; }
.fullwidth {width:100%;}

.tagline {
	font-style: italic;
	color: #be5b19;
    font-size: 13px;
}

h3.first { line-height:1.0em; margin:0px; padding:0px;}
p.first { margin: 4px 0px 16px 0px; padding:0px;}

li.first { font-weight:bold; list-style-type:none; padding:4px 0px 4px 0px;}

h1 { font:bold 1.5em Arial; color:#000000; line-height:1.3em; }
h2 { font:bold 1.3em Arial; color:#000000; line-height:1.3em; }
h3 { font:bold 1.2em Arial; color:#000000; line-height:1.3em; }
h4 { font:bold 1.1em Arial; color:#000000; line-height:1.3em; }
h5 { font:bold 1.0em Arial; color:#000000; line-height:1.3em; }
h6 { font:bold 0.9em Arial; color:#000000; line-height:1.3em; }

h2.nav-link { font-size:1.3em; margin:2px; padding:0px; }
h3>p { margin-top: 0px; padding-top:0px; }

img { border: none;}

.trophy 
{
	border: solid 2px #000000;
	padding: 0px;
	width: 184px;
	vertical-align: middle;
	margin: 8px;
}

#logo
{
	background-image: url('images/logo.png');
	background-repeat:no-repeat;
	height: 64px;
	width: 196px;
	position: relative;
	vertical-align: middle;
	text-align: left;
	top: 8px;
	left: 4px;
}

#trademark
{
	position: relative;
	text-align:right;
	top: 8px;
	right: 8px;
	width: 248px;
}

#sitemap
{
	width: 684px;
	height: 24px;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: #666633;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	color: #cccccc;
}

#sidebar
{
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	width: 214px;
    overflow: auto;	
    margin: 12px 12px 12px 12px;
    display: inline-block;
    clear: right;
}

table.schedule
{
    background: url('images/lighten50.png') repeat top left;
}

div.frame
{
	margin: 12px 0px 12px 0px;
	display: block;
	width: 100%;
	clear: both;
}

div.frame .title
{
	color: #ffffff;
	background: url('images/frame-header-bg.png') repeat-x;
	height: 29px;
	padding: 5px 8px 0px 8px;
	font-size: 13px;
	text-align: left;
	display: block;
	clear: both;
}

div.frame .body
{
	vertical-align: top;
	text-align: left;
	padding: 8px 8px 8px 8px;
	background: url('images/lighten50.png') repeat top left;
}

div.frame p { margin-top:0px;}

div.frame .center { text-align:center; margin:0px auto; }

.padTop6
{
	padding-top: 6px;
}

.padTop12
{
	padding-top: 12px;
}


.padBot6
{
	padding-top: 6px;
}

li.check
{
	vertical-align: middle;
	list-style-image: url('images/checkbox.png');
}