body{
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #000000;
	height: 100%;
	background-image: url(images/charcoal.jpg);
}
a {
  color: #677E48;
  text-decoration: none;
}
a:hover {
	color: #A2B883;
}

em {
	color: red;
}

#topsection{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#topsection h1{
	padding: 0px;
}

#leftcolumn{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#footer{
	background: black url(images/footer.jpg) bottom;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 15px;
}

#footer a{
color: #FFFF80;
}

.innertube{
padding: 10px;
}

#navcontainer {
	font-weight: bold;
	width: 100%;
}

#navcontainer ul {
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
}
#navcontainer a {
	padding: 5px 5px 5px 10px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
}
#navcontainer a:link, #navlist a:visited {
	color: #677E48;
	background-color: #EEEEEE;
}
#navcontainer a:hover {
	background-color: #CCCCCC;
	color: #333333;
}

.image {
	float:right;
	display: block;
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #677E48;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 2em;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #677E48;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: normal;
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	color: #EEEEEE;
}
#bottom a {
	color: #FFFF80;
}
#bottom a:hover{
	color: #FFFF80;
}
.white {
	background-color: #FFFFFF;
}
.whiteBox {
	background-color: #DEE6D5;
	padding: 10px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.darkgrey {
	background-color: #C1CFAF;
}
