/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* begin content */

body {
/*##background-color: #dcdcdc;*/
background-color: #ffffff;
color: #181818;
font-family: arial, sans-serif;
font-size: 12px;
overflow-x: hidden;
overflow-y: auto;
}
a:link, a:active, a:visited {
color: #181818;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
#mainnav {
position: fixed;
-webkit-transform: translateZ(0);
margin-top: 0;
margin-left: 0;
background-color: #181818;
height: 50px;
width: 100%;
z-index: 999;
}
#mainnavleft {
position: absolute;
margin-top: 20px;
margin-left: 50px;
width: 700px;
font-weight: bold;
color: #fff;
}
#mainnavleft a:link, #mainnavleft a:active, #mainnavleft a:visited {
color: #fff;
text-transform: uppercase;
text-decoration: none;
margin: 5px;
padding-bottom: 2px;
}
#mainnavleft a:hover {
border-bottom: 3px solid #f00;
}
#mainnavright {
padding: 5px;
float: right;
width: 600px;
text-align: right;
}
#header {
position: relative;
top: 70px;
left: 50px;
}
#maincontent {
position: relative;
top: 70px;
left: 50px;
width: 600px;
padding-bottom: 50px; /* push content above footer */
}
#subnav {
margin-top: 20px;
line-height: 16px;
}
ul {
padding: 10px;
list-style-type: disc;
list-style-position: outside;
margin-left: 30px;
}
ol {
list-style-type: decimal;
list-style-position: outside;
margin-left: 30px;
padding: 10px;
}
h1 {
color: #f00;
font-family: "Century Gothic", sans-serif;
font-style: bold;
font-size: 30px;
font-weight: bold;
padding-top: 50px;
/*margin-top: 20px;*/
margin-top: -30px;
margin-bottom: 10px;
}
.content {
line-height: 16px;
}
.btt {
text-align: left;
font-size: 11px;
width: 100%;
margin-top: 15px;
}
#footer {
position: fixed;
bottom: 0px;
background-color: #181818;
color: #fff;
font-size: 10px;
padding: 10px;
border-top: 1px solid #181818;
width: 100%;
}
#footer a:link {
color: #fff;
}
#footer a:hover {
color: #f00;
text-decoration: underline;
}
#schedule {
	font-weight:bold;
	min-width:200px;
	border-spacing: 5px 0px;
	border-collapse: separate;
}
