@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #fff8cd;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.4em;
}
#container  {
	width: 780px;
	margin: 0;
	text-align: left;
	padding-left: 20px;
	padding-top: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav  {
	float: right;
	width: 200px;
	padding-top: 250px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 85%;
	color: #333333;
	margin: 0px;
}
#nav a {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#nav a:hover {
	color: #006666;
}
#nav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#nav li {
	line-height: 1.6em;
	list-style-type: none;
}
#content  {
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#content a {
	text-decoration: none;
	color: #006666;
}
#content a:hover {
	color: #CC3300;
}
#footer {
	font-size: x-small;
	color: #666600;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9966;
	margin-right: 250px;
	margin-left: 20px;
	padding-top: 10px;
	line-height: 1.3em;
	clear: both;
}
.fltrt {
	float: right;
	vertical-align: top;
	margin-left: 8px;

}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.subnav {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996600;
	padding-left: 10px;
	vertical-align: top;
	width: 130px;
	margin-left: 8px;
	font-size: x-small;
	line-height: 1.5em;
}
.subnav2 {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996600;
	padding-left: 10px;
	vertical-align: top;
	width: 160px;
	margin-left: 8px;
	font-size: x-small;
	line-height: 1.5em;
}
.subnav2 ul, .subnav ul {
	margin-left: -5px;
	padding-left: 0px;
	margin-top: -10px;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.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;
}
.img-left {
	border: 1px solid #CC9900;
	margin-right: 10px;
}
h1 {
	font-weight: normal;
	color: #666600;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
}
h2 {
	font-weight: bold;
	color: #660000;
	font-size: 1.2em;
	margin-bottom: 0px;
}
#content ul {
	padding-left: 20px;
	margin-top: 0px;
}
#content li {
	line-height: 1.3em;
}
.smaller {
	font-size: x-small;
}
.smaller-italic {
	font-size: x-small;
	font-style: italic;
}
.boldgreen {
	font-weight: bold;
	color: #666600;
}
.button {
	background-color: #666600;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fieldbkgrnd {
	background-color: #FFFFFF;
	border: 1px solid #FFCC99;
}
.quote {
	color: #333333;
}
#list td {
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}
 
