body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.admission {
	margin: 20px 30px;
	background: #f3f3f3;
	color: #000;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Form */
#aspnetForm {

}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	/* background: #036 url(images/img02.gif) repeat-y right top; */
	background-color: #036;
}

#logo a {
	
	text-decoration: none;
}

#logo img
{
  margin: 0 0 0 10px; 
  border: none; 
}


/* Navigation */

#navcontainer { width: 240px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer li {
 line-height: 30px;	
}

#navcontainer a
{
display: block;
text-decoration: none;
padding:  2px ;
padding: 2px 0 2px 20px;
width: 220px;
background-color: #036;
color: #fff;
font-size: 129%;
border-bottom: 1px solid #eee;
}

#navcontainer a.first
{
border-top: 1px solid #eee;
}


#navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer alink.active, #navcontainer a:visited.active, #navcontainer a:hover 
{
background-color: #369; 
color: #FFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

/* entertainment */
dl.feature 
{
    margin: 15px 0;
    padding: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    background-color: #f3f3f3;
}

dl.feature dt 
{
    margin: 0 0 .5em 0;
    font-family: Georgia, Serif;
    font-size: 140%;
    color: #036;
    
}

dl.feature:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

dl.feature dt img 
{
    float: left;
    margin: 0 15px 0 0;
    padding: 0 4px 4px 0;
   
}

dl.feature dd 
{
    margin-left: 169px;
    font-size: 90%;
    line-height: 1.5em;
    color: #666;
    }
    
/*  schedule */
dl.schedule
{
    margin: 15px 0;
    padding: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    background-color: #f3f3f3;
}

dl.schedule dt 
{
    margin: 0 0 .5em 0;
    font-family: Georgia, Serif;
    font-size: 140%;
    color: #036;
    
}

dl.schedule:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



dlschedule dd 
{
    font-size: 90%;
    line-height: 1.5em;
    color: #666;
    }

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}

h3 
{
    font-weight: normal;
    font-family: Georgia, Serif;
    color: #036;
}