body {
	margin:0;
	padding:0;
	color: #000000;
  font-family: georgia, times, 'times new roman', serif;
  font-size: 11px;
  line-height: 20px;
  background-color: #ffffff;
}

td {
	font-family: georgia, times, 'times new roman', serif;
	font-size: 11px;
  line-height: 20px;
}

#banner {
	margin-top: 10px;
	margin-bottom: 6px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px dotted #ffcc99;
}

#navigation {
	width: 200px;
	line-height: 17px;
	font-size: 12px;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #ffcc99;
width: 190px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #ffcc99;
}

#navlist li a { text-decoration: none;
 }
 
#subscribe {
	width: 180px;
	line-height: 15px;
	font-size: 11px;
	background-color: #ffcc99;
	padding: 6px 4px 6px 6px;
	border-top: double #FF6633;
	border-bottom: double #FF6633;
}


#content {
	padding: 0 10px 0 10px;
}

#content h1 {
	color: #333333;
	font: 24px/26px arial, helvetica, verdana, sans-serif;
}

#content h2 {
	color: #333333;
	font: 18px/21px arial, helvetica, verdana, sans-serif;
}

#content p {
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	font: 10px arial, helvetica, verdana, sans-serif;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 8px;
	border-top: 2px solid #eeeeee;
}

a:link {
color: #FF6633;
text-decoration: underline;
}

a:visited {
color: #FF6633;
}

a:active {
color: #FF6633;
}

a:hover {
color: #000000;
text-decoration: none;
}

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #FF6633;
	font-size:10px;
	padding: 2px;
	margin-top:0;
	}

input.button {
	margin-top: 2px;
	background-color: #EEEEEE;
	border: 1px solid #FF6633;
	font-size:10px;
	padding: 1px;
	margin-left: 1px;
	color: #333333;
	font-weight: bold;
	}