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

body{
	height: 100%;
	text-align:center;
	background-image:url(images/wood_background_2.jpg);
	}
	
#container{
	margin-left:auto;
	margin-right:auto;
	width:831px;
	}
	
#logo{
	width:383px;
	height:173px;
	margin-left:420px;
	}
	
#top-border{
	background-image:url(images/top.png);
	height:19px;
	}
	
#nav{
	float:left;
	width:245px;
	height:592px;
	background-image:url(images/nav_bkg.png);
	}

#nav-content{
	width:190px;
	margin-left:34px;
	}

#right-border{
	float:right;
	width:28px;
	min-height:592px;
	background-image:url(images/right_side_small.jpg);
	background-repeat:repeat-y;
	}
	
#footer{
	clear:both;
	width:831px;
	height:43px;
	margin-bottom:15px;
	background-image:url(images/bottom_bkg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#footer-content{
	width:775px;
	height:30px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	}

#image{
	width:260px;
	padding:3px;
	border:1px solid rgb(182,204,217);
	}
	
#intro-show{
	float:right;
	width:350px;
	height:250px;
	margin-left:6px;
	margin-bottom:6px;
	background-color:white;
	border:1px solid rgb(110, 141, 97);
	}
	
#intro-show-big{
	width:540px;
	height:250px;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border:1px solid rgb(110, 141, 97);
	}
	
#news{
	width:540px;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	background-color:rgb(227,238,252);
	border:1px solid rgb(110, 141, 97);
	text-align:center;
	}
	
#news ul{
	margin-left:auto;
	margin-right:auto;
	}

#news li{
	display:inline;
	padding-right:20px;
	font-weight:bold;
	}
	
#pai {
	width:540px;
	margin-top:5px;
	margin-bottom:5px;
	}
#pai ul li{
	display:inline;
	text-align:left;
	padding-right:5px;
	}

#content-container{
	width:831px;
	min-height:592px;
	background-image:url(images/content_bkg.png);
	text-align:left;
	}

#content{
	margin-left:245px;
	padding-bottom:15px;
	padding-right:10px;
	width:548px;
	min-height:592px;
	background-color:rgb(237,244,200);
	text-align:left;
	}
	
#social{
	float:right;
	width:100px;
	height:30px;
	margin-right:20px;
}
	



#mytable {
	width: 550px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 550px;	 
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

th {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: rgb(187,211,175);
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td.schedule {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}


td.alt {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #F5FAFA;
	padding: 6px 6px 6px 12px;
	color: #797268;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}




	
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	color:rgb(87, 51, 61);
	text-align:left;
	line-height:18px;
	}
	.nav a:link {color: rgb(87, 51, 61);text-decoration:none;}
	.nav a:visited {color: rgb(87, 51, 61); text-decoration:none;}
	.nav a:active {color:rgb(187, 51, 61);}
	.nav a:hover {color: rgb(170, 196, 209);text-decoration:underline;}

.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:20px;
	color:rgb(87, 51, 61);
	padding-top:10px;
	}
	.content a:link {color: rgb(87, 51, 61);text-decoration:underline;}
	.content a:visited {color: rgb(87, 51, 61); text-decoration:underline;}
	.content a:active {color:rgb(87, 51, 61);}
	.content a:hover {color: rgb(170, 196, 209);text-decoration:none;}
	
.table_content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:rgb(87, 51, 61);
	}
	.content a:link {color: rgb(87, 51, 61);text-decoration:underline;}
	.content a:visited {color: rgb(87, 51, 61); text-decoration:underline;}
	.content a:active {color:rgb(87, 51, 61);}
	.content a:hover {color: rgb(170, 196, 209);text-decoration:none;}
	
.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight:bold;
	line-height:28px;
	color:rgb(110,141,209);
	}
	
.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	line-height:24px;
	color:rgb(110, 141, 97);
	}
.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	line-height:18px;
	color:rgb(110, 141, 97);
	}
	.h3 a:link {color: rgb(110, 141, 97);text-decoration:underline;}
	.h3 a:visited {color: rgb(110, 141, 97); text-decoration:underline;}
	.h3 a:active {color:rgb(110, 141, 97);}
	.h3 a:hover {color: rgb(170, 196, 209);text-decoration:none;}
	
.h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	line-height:18px;
	color:rgb(110,141,209);
	}
	
.table-content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding:2px;
	}
	
.form-content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	}
	
.reg{
	font-size:10px; 
	vertical-align:super;
	}
	
.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:rgb(237,244,200);
	}
	.footer a:link {color: rgb(237,244,200);text-decoration:none;}
	.footer a:visited {color: rgb(237,244,200); text-decoration:none;}
	.footer a:active {color:rgb(237,244,200);}
	.footer a:hover {color: rgb(110,141,209);text-decoration:underline;}

