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

a {text-decoration: none;}


a:link {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
font-size: 1em;
}

a:visited {
font-family: Arial, Helvetica, sans-serif;
color: #660000;
}

a:hover {
color: #660000;
}

a:active {
color: #660000;
}

a {
color: white;
}


#container {
	width: 95%;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
	margin-right: 25px;
	height: 100px;
}

#maincontent {
	width: 65%;
	float: left;
}
#content {
	background-color: #CCCC99;
	width: 95%;
	line-height: 2em;
	padding-right: 10px;
}
#comments {
	background-color: #CCCC99;
	width: 35%;
	float: right;
}

#sidebarlist {
	background-color: #B2B385;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
#sidebarlist2 {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 1em;
	line-height: 1.725em;
	margin-top: -1px;
}
#footer {
	clear: both;
	background-color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	line-height: 1em;
	margin-bottom: 0px;
}
#container #comments #sidebarlist h2 {
	line-height: 1em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
}
h3 {
	font-size: 1.15em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.greenhead {
	color: #006600;
}
.redhead {
	color: #FF0000;
}
h3  .doublespace   {
	line-height: 2.5em;
}
#bottombox {
	background-color: #90906B;
	padding: 10px;
	border: 3px solid #003300;
}
.headright {
	clear: left;
	float: right;
	width: 34%;
	background-color: #003300;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 0px;
	margin-left: 4px;
	border-left: 8px solid #003300;
}
.headright h3 {
	color: #FFFFFF;
	line-height: 1.25em;
}
#boxedcallout {
	background-color: #95B585;
	border: 2px solid #003300;
	width: 97%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.greenhead h2 {
	color: #006600;
	font-size: 2em;
	margin-top: 2px;
}
h3 .italic {
	font-style: italic;
}

.divider { border-bottom: 2px solid black; }
.dividerthick { border-bottom: 4px solid black; }

.spaceafter {padding-bottom: .5em; }

.halfspaceafter {padding-bottom: .25em; }
