/* CSS Document */

body {
	font: 12px Verdana, sans-serif;
	border-top:1px solid #333333;
	
	}
#top, #bottom, #bottomborder, #footer {margin: 0 auto;}

#top {
	width:760px;
	height:104px;
	}
#middle{
	height:247px;
	background-image:url(imgs/background.jpg);
	text-align:center;
	padding-top:1px;
	}
#bottom {
	width:740px;
	padding:20px 10px;
	}	

#logo {padding-top:5px}
p {	padding:10px 0;
	line-height: 20px;
	margin:0;
	}
a {color:#A0C97A;
	text-decoration:underline}
a:hover {color:#173865;
	text-decoration: none}	
h1 {	
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color:#666666;}
ul, li, h1, body {margin:0; padding:0}
#bottom ul {	margin-top:5px;}
#bottom li {	padding:5px 0;}
#bottom a {color:#333333}
#bottom a:hover {color:#A0C97A}

#nav {float:right}
#sidebar {
	float:right;
	background:url(imgs/sidebar-line.jpg);
	background-repeat:no-repeat;
	width:270px;
	padding-left:20px;margin-left:10px;
	}
a img {border:0}

acronym{cursor:help;}

/** Footer
==============================================================================*/

#footer {
width: 760px;
border-top: 1px solid #aaaaaa;
}

#footer ul {
margin-top: 15px;
list-style-type: none;
}

#footer ul li {
display: block;
float: left;
}

#footer ul li a {
display: block;
float: left;
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #aaaaaa;
color: #aaaaaa;
text-decoration: none;
}

#footer ul li a:hover {
color: #A0C97A;
text-decoration: underline;
}

#footer ul li#last a {border-right: none;}
#footer ul li#first a {padding-left: 0px;}

#footer a:link {
color: #aaaaaa;
}
#siteby {font-size:9px}
#siteby a:link {color:#A0C97A}
#siteby a:hover {color:#333333}

ul {
list-style:square;
margin:0;
padding:0 20px;