/* CSS Document */

#banner {
width: 800px;
background-position:bottom;
background-color:#663300;
height:230px;
margin: 0 auto;
}

#container {
width:800px;
background-color:#663300;
margin: 0 auto;
}

#content {
width:794px;
background-image:url(images/site/sidebar/sidebarBG.gif);
margin: 0 auto;
overflow:hidden;
}

#sidebar {
width:140px;
text-align:left;
float:left;
margin-top:25px;
overflow:hidden;
}

#main {
width:600px;
margin-left:40px;
margin-top:15px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}

#footer {
width:800px;
height:54px;
background-color:#FFFFFF;
}

.header {
font-size:16px;
font-weight:bold;
}

.body {
font-size:12px;
}

.caption {
font-size:10px;
color:#666666;
}
	
p a {
	text-decoration:none;
	font-weight:bold;
	color:#336633;
	}

p a:hover {
	text-decoration:underline;
	}

h1 {
	position:relative;
	font-size:12px;
	}
	
	h1 img {
		position:relative;
		top:10px;
		bottom:10px;
		}
		
ol li a {
	text-decoration:none;
	font-weight:bold;
	color:#336633;
	}

ol li a:hover {
	text-decoration:underline;
	}

ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#336633;
	}

ul li a:hover {
	text-decoration:underline;
	}

table a {
	text-decoration:none;
	font-weight:bold;
	color:#336633;
	}

table a:hover {
	text-decoration:underline;
	}