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

body{
	height: 100%;
	text-align:center;
	background-image:url(images/wood_bkg.png);
	background-repeat:no-repeat;
	background-color:rgb(242, 242, 242);
	}
	
#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:619px;
	background-image:url(images/nav_bkg.png);
	}

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

	
#footer{
	clear:both;
	width:829px;
	height:38px;
	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-big{
	width:540px;
	height:400px;
	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;
	}
	

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

#content{
	margin-left:245px;
	padding-bottom:15px;
	padding-right:10px;
	width:548px;
	min-height:619px;
	text-align:left;
	}
	

	
.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(41,51,68);text-decoration:none;}
	.nav a:visited {color: rgb(41,51,68); text-decoration:none;}
	.nav a:active {color:rgb(41,51,68);}
	.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(41,51,68);
	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(41,51,68);
	}
	
.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(255,255,255);
	}
	.footer a:link {color: rgb(255,255,255);text-decoration:none;}
	.footer a:visited {color: rgb(255,255,255); text-decoration:none;}
	.footer a:active {color:rgb(255,255,255);}
	.footer a:hover {color: rgb(41,51,68);text-decoration:underline;}

