body {
  margin: 0 auto;
	padding-top: 30px;
  background: #ffffff;
	font: normal .9em Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 1.5em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-align: left;
}
h2 {
	font: bold 1.4em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
  font-style: italic; 
	color: #749A00;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2.red {
	font: bold 1.4em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
  color: #990000;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
	font: normal 1.2em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	color: #749A00;
}

p, blockquote, ol, ul {
	line-height: 160%;
}

p.red {
  color: #990000;
  font-weight: bold;
}

span.red {
  color: #990000;
  font-weight: bold;
}

span.bigred {
	font: bold 1.4em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
  color: #990000;
}

span.biggreen {
	font: bold 1.2em "Century Gothic", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
  color: #749A00;
}
a {
	color: #7C8634;
}

a:hover {
	text-decoration: none;
	color: #BD4F21;
}

img {
  border: 0;
}
/* Boxed */

.boxed {
	width: 198px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #cc8b00;
	border: 1px solid #cc8b00;
/*	background: #E0E3C9;
	border: 1px solid #939A3C; */
}

.boxed .heading {
	margin: 4px;
  background: #BD4F21;
/*	background: #98A24D url('images/img3.gif') no-repeat center bottom; */
	border-top: 1px solid #737947;
	border-bottom: 1px solid #F4F5EC;
	color: #FFFFFF; font-style:normal; font-variant:normal; font-weight:bold; font-size:1em; font-family:Tahoma, Arial, Helvetica, sans-serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}

.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #432016;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
	background: url('images/img4.gif') no-repeat left center;
	text-decoration: none;
  color: #432016;

}

/* Wrapper */

#wrapper {
  display: block;
	width: 778px; 
	margin: 0 auto;
  background: White;
}

/* Header */

#header {
  display: block;
  text-align: center;
	width: 650px;
	height: 150px;
	background: #990000 url(images/dfslogo.jpg) no-repeat top center;
	border: 3.5px solid #D1B46D;
  border-top: 15px solid #D1B46D;
}

/* Menu */

#menu {
  padding-top: 8px;
	width: 657px;
	height: 30px;
	background: #749A00;
	color: #ffffff;  
}

#menu ul {
	margin: 0;
/*	padding: 63px 0 0 0; */
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 2em;
	text-decoration: none;
	font: bold .8em Century Gothic, Tahoma, Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	color: #990000;
}

/* Content */

#content {
	clear: both;
  width: 650px;
}

/* Footer */

#footer {
	clear: both;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
  width: 650px;
  background: #749A00;
/*  padding: 1px 0 0px 25px; */
  padding-left: 25px;
	color: #ffffff;
}

#footer a {
	color: #999999;
}