@charset "UTF-8";
/* CSS Document */

/* Override Browser Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body { 
	font-size: 75%;
}
	

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #83806E;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}

td {

}

a:link {
	color: #3e8ec9;
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color: #3e8ec9;
	
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #4490ff;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;

}

h1 	{

}

h2 	{
	

}

h3 	{
	font-size: 1.75em;
	line-height: .8571em;
	
}

h4	{
	font-size: 1.1667em;
	line-height: 1.2857em;

}

h5	{

}

h6	{

}

#container {
	width: 800px;
	background-color:#000000;
	text-align: left;
	margin: 0 auto;
	position: relative;

}

#top {
	height: 20px;
	background-color: #ffad62;

}

#header {
	background-image: url(../images/header2.jpg);	
	width: 800px;
	height: 210px;

}

/* Navigation Group */

#navigation {
	width: 800px;
	height: 56px;
	background-image: url(../images/navbar.jpg);
	position: absolute;
	overflow: hidden;
	text-indent: -999px;

}

#navigation ul {
	list-style: none;
	display: inline;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0px;
}

#navigation ul li {
	list-style: none;
	margin: 0;
	list-style-type: none;
	display: inline;
	
}
#navigation ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-indent: -999px;
	position: absolute;
	display: block;
}
#navigation ul li a.home {
	top: 0px;
	left: 30px;
	width: 44px;
	height: 56px;
	 }
#navigation ul li a.about {
	top: 0px;
	left: 74px;
	width: 40px;
	height: 56px;
	 }
#navigation ul li a.schedule {
	top: 0px;
	left: 114px;
	width: 56px;
	height: 56px;
	 }
#navigation ul li a.recordings {
	top: 0px;
	left: 170px;
	width: 70px;
	height: 56px;
}	
#navigation ul li a.contact {
	position:absolute;
	text-indent: 0px;
	width: 250px;
	height: 22px;
	right: 146px;
	top:23px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #999999;
}
	 

#navigation ul li a:hover {
	color:none;
}

/* end Navigation Group */

#leftColumn	{
position: absolute;
top: 286px;
	width: 116px;
	background-color: #000000;
	padding: 12px;

}

#rightColumn {
position: absolute;
top: 286px;
right: 0px;
	float: right;
	width: 116px;
	height: 500px;
	padding: 12px;

}

#mainContent {
	width: 578px;
	margin-left: 0px;
	position: absolute;
	top: 266px;
	background-color: #FFFFF2;
	padding: 38px;
}

#mainContent.index {
	width: 578px;
	margin-left: 0px;
	position: absolute;
	top: 266px;
	background-color: #FFFFF2;
	padding: 38px;
}

#mainContent {
	color: #000000;

}

#footer	{

}


.fltleft {
	float:left;
	margin-top: 1.5em;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fltright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
}

.hilight {
	background-color: none;
	font-size: 1.75em;
	line-height: .8571em;
	

}

.blue {
	font-family:Georgia, serif;
	font-weight: bold;
	color: #222222;
	font-size: 1.5em;
	line-height: 1em;

}
