@charset "utf-8";
a:link {
	font-family: Comic Sans MS;
	color: #3d4a04;
     text-decoration: underline;
	font-size: medium;
	font-weight: bold;
}
a:visited {
	font-family: Comic Sans MS;
	color: #3d4a04;
	font-size: medium;
	text-decoration: underline;
     font-weight: bold;

}
a:hover, a:active, a:focus 
{
	font-family: Comic Sans MS;
	color: #9fa486;
	font-size: medium;
	text-decoration: underline;
	font-weight: bold;
}
body {
	font-family: Comic Sans MS;
	margin: 0;
	color: #000;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	background: #acaf80;
}

.container {
	
	margin: 0 auto;
	width: 90%;
	padding: 0;
	background-color: #eff0e0;
}
.content
{
	background-color: #eff0e0;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
}	

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	top: auto;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear-left {
  clear:left;
}
.footer {
	font-family: Comic Sans MS;
	font-size: x-small;
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #eff0e0;
}
h1 {
	font-family: Comic Sans MS;
	font-size: large;
	font-weight: bold;
	color: #3d4a04;
	margin-top: 0;
}
h2 
{
font-family: Comic Sans MS;
	font-size: 15px;
	font-weight: bold;
	color: #002f43;
	margin-top: 0;	
}
h3
{
font-family: Comic Sans MS;
	font-size: 15px;
	font-weight: bolder;
	color: #fa3a00;
	margin-top: 0;
}
h5
{
font-family: Comic Sans MS;
	font-size: x-small;
	font-weight: bold;
	color: #b80901;
	margin-top: 0;
}
h6
{
	font-family: Comic Sans MS;
	font-size: small;
	color: #ffffff;
	margin-top: 0;
	font-weight: normal;
	font-style: italic;
}
.header 
{
     border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #eff0e0;
}
/*a img {
	border: none;	
}*/
.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}
.imgright {
float: right;
padding: 6px 10px 6px 0px;
}

.left
{
float:left;
}

li {
	font-family: Comic Sans MS;
	font-size: medium;
	font-weight: normal;
	list-style-type: disc;
	
}

div#menu {
	margin: 0 auto;
	font-size: 18px;
	clear: both;
	background-color: #ffffff;
}

#menu a:link {
	font-family: Comic Sans MS;
	color: #276e8b;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;

}

#menu a:visited {
	font-family: Comic Sans MS;
	color: #276e8b;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;

}

#menu a:hover, a:active, a:focus 
{
	font-family: Comic Sans MS;
	color: #dee771;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}

div#middle-menu {
	margin: 0 auto;
	font-size: medium;
	clear: both;
	background-color: #ffffff;
	padding-bottom: 8px;
	padding-top: 8px;
	text-decoration: none;
}
#middle-menu a:link {
	font-family: Comic Sans MS;
	color: #6e6e6e;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;

}
#middle-menu a:visited {
	font-family: Comic Sans MS;
	color: #6e6e6e;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;

}
#middle-menu a:hover, a:active, a:focus 
{
	font-family: Comic Sans MS;
	color: #b7b8b8;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}
p {
	font-family: Comic Sans MS;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.right
{
float:right;
}
.sidebar 
{
	padding-top: 15px;
	margin: 0 auto;
	float: right;
	width: 150px;
	min-height: 385px;
	background-color: #ffffff;
}
table 
{
	font-family: Comic Sans MS;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}
#text
{
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0 0;
	
}
ul, ol, dl 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 10px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	list-style-type: disc;
}
