body {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	color: #000;
}


#wrapper {
width: 748px;
text-align: center;
margin: 0px auto 0px auto;
border:#FFFFFF 1px solid;
background:#fff; 
}


#header {
border-bottom:#FFFFFF 1px solid;
}

#main {
background: #ccc url(/images/bg-main.jpg) repeat-x;
}

#maincopy {
padding: 8px;
text-align: left;
}

#maincopy ul li {
padding-bottom: 6px;}

#navbar {
padding: 0px 5px 0px 5px;
border-right: 1px solid #000;
text-align: left;
background: #666;
color:#fff;
font-weight:bold;
line-height: 20px;
}

#navbar ul {
list-style: square outside;
padding: 5px 0px 5px 8px;
margin: 5px 0px 5px 8px;
}

#navbar ul li {
}

#navbar ul li ul {
padding: 0px 0px 0px 15px;
margin: 0px 0px 0px 15px;

}


#navbar a:link {
color: #fff;
text-decoration:underline;
}

#navbar a:visited {
color: #ccc;
text-decoration:underline;
}

#navbar a:hover {
color: #000;
text-decoration:none;
}

#navbar a:active {
color: #000;
text-decoration:none;
}

#sidebar {
width: 180px;
padding:4px;
margin: 5px;
background:#CCCCCC;
text-align: left;
float:right;
line-height: 15px;
border:1px #000000 solid;
}

.side_header {
background:#000;
color:#FFFFFF;
font-weight:bold;
font-size:16px;
text-align:center;
padding: 8px;
}


#footer {
width: 748px;
background: #666;
font-size: 10px;
padding: 3px 0px 3px 0px;
color:#fff;
border-top:#FFFFFF 1px solid;


}

#footer a:link {
color: #ccc;
text-decoration:underline;
}

#footer a:visited {
color: #fff;
text-decoration:underline;
}

#footer a:hover {
color: #000;
text-decoration:none;
}

#footer a:active {
color: #000;
text-decoration:none;
text-align: center;
}

.maincopy {
	font: 11px Arial, Helvetica, sans-serif;
}

a:link {
color: #333;
text-decoration:underline;
}

a:visited {
color: #666;
text-decoration:underline;
}

a:hover {
color: #000;
text-decoration:none;
}

a:active {
color: #000;
text-decoration:none;
}

.redText {
color:#990000;
}

.caption {
font-size: smaller;
}


h1 {
font-size:18px;
padding-top: 1px;
margin-top: 1px;
}
h2 {
font-size:16px;
}
h3 {
font-size:14px;
}
h4 {
font-size:18px;
color:#990000;
}
h5 {
font-size:16px;
color:#990000;
}
h6 {
font-size:14px;
color:#990000;
}

.smalltext {
font-size:10px;}

.schedule th {
text-align:center;
font-weight:bold;
font-size:14px;
border: 1px #000 solid;
}

.schedule td {
border: 1px #000 solid;
}






