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


html, body {
    margin: 0; 
    padding: 0; 
    border: 0;
}


body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #D2D8E8;
}

#container {
	width: 850px;
	margin: 0 auto;
	background-image: url(images/page_04.jpg);
}

#leftcol {
	width: 25px;	
	height: 650px;
	float: left;
	background-image: url(images/page_01.jpg);
}

#middlecol {
	width: 800px;
	float: left;
	background-color: #FFF;
}

#header {
	width: 800px;
	height: 170px;
}

#nav {
	width: 800px;
	height: 50px;
}



#content {
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

.line {
	background-image: url(images/line1.png);
	width: 507px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
border:none;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
font-style:normal;
color:#849D30;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
font-style:normal;
color:#112E7E;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
font-style:normal;
color:#000000;
}

.text {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:normal;
color:#000000;
}

.credit {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style:normal;
color:#000000;
text-align: right;
}

a:link{
color:#000000;
font-weight: bold;
text-decoration:underline;}
a:visited{
color:#000000;
font-weight: bold;
text-decoration:underline;}
a:hover{
color:#000000;
font-weight: bold;
text-decoration:none;}
a:active{
color:#000000;
font-weight: bold;
text-decoration:none;}

ul.a {list-style-type:circle; padding-left: 20px;}

li {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
font-style:normal;
padding-top:5px;
padding-bottom:5px;
}

.thumbnail{
float:left;
padding-right: 5px;
}

.clear
{
clear:both;
margin-bottom:2px;
}

#board {
font-family:Georgia, "Times New Roman", Times, serif;
width: 700px;
border-collapse:collapse;
}

#board th {
font-size:14px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#112E7E;
color:#FFFFFF;
}

#board td, #board th 
{
font-size:14px;
border:1px solid #000000;
padding:3px 7px 2px 7px;
}

#board tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}


#contact {
font-family:Georgia, "Times New Roman", Times, serif;
width: 500px;
border:0px;
}

#contact td,
{
font-size:12px;
border:1px solid #000000;
padding:3px 7px 2px 7px;
}

#title
{
width: 500px;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
padding: 0px;
}


ul
{
list-style-type:none;
padding: 5px;
margin: 5px;
text-align: left;
}

li
{
background-position:0px 5px; 
padding-left: 20px;
}

#rightcol {
	width: 25px;
	height: 650px;
	float: right;
	background-image: url(images/page_03.jpg);
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 25px;
	text-align: center;
	padding-top: 20px;
}