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


body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 21px;
	
}

#container {
	margin: auto;
	width: 800px;
		}
		
#header {
	width: 800px;
	height: 345px;
	}


.image {
	width: 465px;
	float: left;
	}
	
.logo {
	width: 225 px;
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: .05em;
	padding-left: 15px;
	}
	
#display {
	padding-top: 120px;
	}


#content {
	width: 560px;
	padding-top: 10px;
	padding-bottom: 150px;
	float: right;
	
	}
	
#sidebar {
	width: 200px;
	margin-top:97px;
	border-top: 1px dashed #666633;
	padding-top: 10px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666633;
	line-height: 23px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #6c97ee;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	margin-bottom:12px;
	margin-top: 45px;
	}
	
.topspace {
	width: 500px;
	padding-bottom: 45px;
	}
	
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 455px;
	text-transform: lowercase;
	letter-spacing: .1em;
	color: #333;
	padding-bottom: 7px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 2px;

	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 455px;
	text-transform: lowercase;
	letter-spacing: .1em;
	color: #333;
	padding-bottom: 7px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 2px;

	}
	
	
#content a {
	color: #769037;
	text-decoration: none;
	}
	
#content a:visited {
	color: #769037;
	text-decoration: none;
	}

#content a:hover {
	color: #ca8003;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px solid #ca8003;
	}


#navcontainer ul
{
padding: 5px 0px 10px 0px;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer a
{
text-decoration: none;
color: #FFF;
padding: 8px 13px 8px 13px; 
}

#navcontainer a:hover
{
background-color: #fff;
color: #769037;
}

#navlist li a#current
{
background-color: #fff;
color: #769037;
}



.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
}
.style2 {
	color: #8aa744;
	font-weight: bold;
}


p {margin-bottom: 0px; padding: 0px; }  


#content ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
	
	}
tr.top td {
	background-color: #d1eaec;
	border-bottom: 3px solid #fff;
	
}
tr.c1 td {
	background-color: #f2f9f9;
	border-bottom: 3px solid #fff;
	
}


tr.c2 td {
	background-color: #e5f3ec;
	border-bottom: 3px solid #fff;
	
}