/*RESET*/

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, q, s, samp,
small, 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;}
table {border-collapse: collapse; border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
a {text-decoration: none; color: black;}
a:hover {text-decoration: underline;}

/* Main Styles */
body {
	background-color: #1D0028;
	height: 100%;
	width: 100%;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {font-size: 2em; line-height: 2.25em; font-weight: bold; letter-spacing: 1.5;}
h2 {
	font-size: 1.75em;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}
h3 {font-size: 1.5em; line-height: 1.75em; font-weight: bold;}
p {
	font-size: 1.20em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;}

th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;}

.bodystyle {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;}

.small {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;}

.medium {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;}

.big {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;}

.xbig {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;}

.expanded {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;	line-height: 1.5em;	letter-spacing: .25em;}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
    text-align: center;
	color: #999999;
    padding-bottom: 10px;
}
.footer a {color: #999999;}


#navbar {
	height: 3em;
	width: 86em;
	margin: 1em auto;
	z-index:4;}
	
#button {padding: 0;}
  
#button li {display: inline;}
   
#button li a {
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  background-color: #1D0028;
  text-decoration: none;
  padding: .75em;
  float: left;
}
#button li a:hover {
background-color: #cc99cc;
margin-top:-.25em;
padding-bottom:1em;
}

#pictureset {
background-image: url(images/pictureline.jpg);
background-color:  #1D0028;
margin: 0 auto;
height: 195px;
width: 900px;
z-index: 2;}

#main-content {
	clear: both;
	background-color: #DAD5DD;
	background-image: url(images/topcolor.jpg);
	background-repeat: repeat-x;
	width: 828px;
	margin: 10px auto 10px;
	border: medium groove #999999;
	z-index: 3;
	padding: 45px;
	overflow: auto;
	font-size: 12px;
}
#main-content a {text-decoration: underline; color: blue;}
#main-content ul {margin-left: 3em; 
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;}

#section1 {margin-bottom:2em;}
.sidebar {float: right; width: 305px;padding: 5px; overflow: hidden;}
.c1 {float: right;
margin-left: 10px}

.c2 {float: left;
margin-right: 10px}

.c3 {display:block;
margin: 10px auto}

.bordered {border: 4px solid purple;}

.titles {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

table.schedule {
  width: 600px;
  border: 2px solid #999;
}

table.schedule td {
  border: 1px solid #999;
  padding: 3px 5px;	
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
   line-height: 14px
}


/* Media Queries
***********************/
@media screen and (max-width: 960px) {
  #container {padding: 35px;}
  header {width: 380px;}
  #main {margin-left: 380px;}
}
@media screen and (max-width: 768px) {
  #container {padding: 20px 30px;}
  header {width: 100%; float: none; text-align: center;}
  header h1 {margin: 0 auto 10px;}
  header .button,
  header nav {display: none;}
  #main {margin-left: 0;}
}
@media screen and (max-width: 500px) {
  header h1 {width: 246px;  }
}