@charset "utf-8";
/* Fandango*/

* {margin: 0; padding: 0;}

body {
	text-align: center;
	font: 80%/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #666633;
	background-color: darkred;
}

body a:link {
	color: #666633;
}

body a:visited {
	color: #666633;

}
body a:hover {
	color: #660000;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b22609;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	color: #660000;
	text-align: left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #b22609;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #660000;
}

.style1 {
	color: #666633;
	font-weight: bold;
	text-align: center;
}

.style2 {
	color: #b22609;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-variant: small-caps;
	text-align: center;
}

.style3 {
	color: #660000;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
}

.style3a {
	color: #660000;
	font-weight: bold;
	font-size: large;
	text-align: left;
}


.style4 {
	color: #B55A00;
	font-weight: bold;
	font-style: italic;
}

.style5 {font-size: large}
.style6 {font-size: x-large}
.style7 {
	color: #000000;
	font-weight: bold;
}
.style8 {
	color: #004F25;
	font-weight: bold;
	font-size: large;
	text-align: center;
}
.style9 {color: #FFCC00}

.style10 {
	color: #660000;
	font-weight: bold;
	font-style: italic;
	font-size: xx-large;
}

.style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.style12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-weight: bold;
	font-style: italic;
	font-size: large;
	text-align: center;
}


.style13 {
    color: #0000FF
}


ul {
	color: #663300;
}

ul a {
	color: #663300;
	font-weight: bold;
}


p {
	color: #663300;
	margin: 1em 0;
}
p a {
	color: #663300;
	font-weight: bold;
}
p.tag {
	font-weight: bold;
	color: #663300;
}
#content ul, #content ol {
	margin: 1em;
}
pre {
	font-size: 1.2em;
	color: #063;

}
table#schedule {
	color: #663300;
	border-collapse: collapse;
	margin-top: 1em;
}
table#schedule tr{
	background: #fff;
	border-top: 1px solid #fb0;
}
table#schedule th{
	text-align: left;
	background: #E2EFB8;
	padding: 4px;
}
table#schedule td{
	padding: 4px;
}
#wrapper {
	xposition: relative;
	text-align: left;
	background: #fff;
	border: 2px solid #006D33;
	margin: 0 12%; padding: 30px 60px;
	width: 600px;
}
#wrapper a#skipnav,
#wrapper a#skipnav:hover,
#wrapper a#skipnav:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#wrapper a#skipnav:focus {
	position: static;
	width: auto;
	height: auto;
} 
#header {
	text-align: center;
}
#header p a{
	font-weight: bold;
	color: #006D33;
}
#nav {
	border: 1px solid #F4BA00;
	margin: 10px 10% 15px;
}
#nav ul{
	margin: 0;
}
#nav li{
	list-style: none;
	border-bottom: 1px solid #FCEAB2;
}
#nav a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #FCEAB2 url(../img/background.jpg);
	xborder-top: 1px solid #F4BA00;
	padding: 3px 0px 3px 10px;
}
#nav a:hover{
	color: #B55A00;
	background: #F4BA00;
}
#nav a.current{
	color: #063;
	background: #F4BA00;
}

blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* ----------- miscellaneous ---------- */
span.prtonly {
	display: none;
}
