/* Keeps the body looking clean */
html, body {
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}
body {
	padding-bottom: 30px;
	}
	
/* This is the header element at the top of every page */
table#header {
	width: 100%;
	}
#header td#top {
	background-color: #849348;
	}
#header #logo {
	background-image: url('img/logo-4.jpg');
	background-repeat: no-repeat;
	height: 114px;
	}
#header td#menu-container {
	background-color: #4e562a;
	}

/* This is the style for menu items */
table#menu {
	
	}
#menu .item {
	font-size: 12px;
	font-weight: bold;
	}
#menu .sel {
	background-color: #586130;
	color: white;
	}
#menu .off {
	color: white;
	}
#menu a {
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	}
#menu a.off:hover {
	background-color: #586130;
	}
	
/* Page Title */
div.pagetitle {
	font-size: 17px;
	margin-left: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 40px;
	color: gray;
}
	
/* Page topics */
div.topic {
	margin-top: 20px;
	margin-left: 20px;
	}
div.topic .title {
	font-size: 16px;
	font-weight: bold;
	color: #a2b25d;
	border-bottom: 1px dotted black;
	font-family: times;
	}
div.topic .content {
	padding: 0px 20px 5px 20px;
	font-size: 12px;
	border: 1px solid white;
	overflow: auto;
	}
	
/* Keeps the page aligned to the center */
div.keepWidth {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
	
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
img.thumb {
	border: 1px solid #dde0ac;
	padding: 1px;
	}
img.inlinefloat {
	float: right;
	margin: 15px;
}
	
/* Anchors and inline text  */
a {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}
a.external {
	padding-left: 13px;
	background-image: url('img/ext_link.png');
	background-repeat: no-repeat;
	}
abbr {
	color: #5b703c;
	}

