﻿body{
margin:0;
padding:0;
font-family: "Times New Roman", Calibri, Verdana, Arial;
background: url('main_fullbackground.jpg');
background-color: #000;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

b{
font-size: 110%;
}
h1{
font-family: Calibri, Verdana, Arial;
text-decoration: underline;
text-transform: uppercase;
font-size: 1.125em;
}

h2{
	font-family: Calibri, Verdana, Arial;
	text-transform: uppercase;
	font-size: 1.125em;
	text-align: center;
}

h3{
	font-family: Calibri, Verdana, Arial;
	text-transform: uppercase;
	font-size: 2.5em;
	text-align: center;
	color: maroon;
}

#maincontainer{
width: 1006px;
height: 100%;
margin: 0 auto;
line-height:100%;
text-align:justify;
background: url('index_background.png');
}

#header{
height: 143px;
border-left: 1px solid #6d685e;
}

#headertable {
margin-left: 20px;
width: 962px;
}

#schedule {
text-align: right;
}

#menu{
height: 295px;
border-left: 1px solid #6d685e;
}

#menutable, #menutable td{
width: 982px;
padding: 0px;
}

.menu{
margin-top: 0;
}

#content{
border-left: 1px solid #6d685e;
}

.content{
margin-right: 20px;
padding: 15px;
color: #6d685e;
}

#footer{
clear: left;
width: 100%;
font-family: Calibri, Verdana, Arial;
background: url('footer_background.png');
color: #fff;
font-size: 8pt;
text-align: center;
padding: 4px 0;
height: 100%;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')
	}

div.brdr {
	margin: 0px;
	border: 1px solid #121212;
	background-color: #565656;
	padding: 0px;
	}

div.brdr:hover {
	-moz-box-shadow: 0 0 5px #121212;
	-webkit-box-shadow: 0 0 5px #121212;
	box-shadow: 0 0 5px #121212;
	}
	
div.brdrmain {
	margin: 0px;
	border: 1px solid #121212;
	background-color: #565656;
	padding: 0px;
	}
 
div.brdrmain:hover {
	-moz-box-shadow: 0 0 5px #121212;
	-webkit-box-shadow: 0 0 5px #121212;
	box-shadow: 0 0 5px #121212;
	}

a.link:link{text-decoration: none; font-weight: bold; color:#6d685e;}
a.link:visited{text-decoration: none; font-weight: bold; color:#6d685e;}
a.link:hover{text-decoration: none; font-weight: bold; color:#000;}
a.link:active{text-decoration: none; font-weight: bold; color:#6d685e;}

a.footerlink:link{text-decoration: none; color:#fff;}
a.footerlink:visited{text-decoration: none; color:#fff;}
a.footerlink:hover{text-decoration: none; color:#000;}
a.footerlink:active{text-decoration: none; color:#fff;}

a.imageborder:hover {
}
a.imageborder:link img, a.imageborder:visited img {
border:1px solid #6d685e;
}
a.imageborder:hover img {
border:1px solid #000;
}

.border {
border-width: 0;
}

.center {
text-align: center;
}