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

body,td,th {
	font-family: "Courier New", Courier, monospace;
	color: #999933;
	background-color: #B3582D;
}


#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: -10px;
	margin-bottom: -10px;
}

#header {
	padding: 5px;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
}




a:link {
	text-decoration: none;
	color: #0373E1;
	font-size: 12px;
	letter-spacing: .2em;
}
a:visited {
	text-decoration: none;
	color: #0978E1;
	font-size: 12px;
	letter-spacing: .2em;
	}
a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #B3582D;
	color: #B3582D;
	font-size: 12px;
	letter-spacing: .2em;
}
a:active {
	text-decoration: none;
	font-size: 11px;
	font-size: 12px;
	letter-spacing: .2em;
}

#nav {
	padding: 5px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	
}
#wrap #content #nav a {
	font-size: 12px;
	font-weight: normal;
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
}


#wrap #content #nav a:visited{
	color: #669933;
}

#wrap #content #nav a:hover{
	color: #A64200;
}

/*nav for pages other than home page*/
#nav2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#nav2 a {
	font-size: 14px;
	font-weight: normal;
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
}


#nav2 a:visited{
	color: #669933;
}

#nav2 a:hover{
	color: #A64200;
}




#wwd {
	font-size: 10px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 5px;
	margin-top: 5px;
	border: 1px dotted #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrap #content #wwd a {
	color: #999999;
	font-size: 10px;
}

#wrap #content #wwd a:visited{
	color: #999999;
}

#wrap #content #wwd a:hover{
	color: #A64200;
}.fltrt { /* use to float an element right. 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 */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.imgspace {
	padding-bottom: 10px;
	padding-right: 15px;	
}
