body {
	font: 1.0em arial,sans-serif;
	color: #333333;
	margin: 0px;
}

p {
	margin: 0px;
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5 {
	margin: 0px 0px 7px 0px;
}

h1 {
	font: 600 1.8em 'book antiqua' , 'times new romans' ,serif;
	font-style: italic;
	color: #333333;
}

h2 {
	font: 400 1.3em 'trebuchet ms' ,arial,sans-serif;
	color: #821122;
}

h3 {
	font: 400 1.1em 'trebuchet ms' ,arial,sans-serif;
	color: #BC8B5A;
}

h4 {
	font: 400 1.3em 'book antiqua' , 'times new romans' ,serif;
	color: #333333;
}

h5, h5 a {
	font: 400 1.1em 'trebuchet ms' ,arial,sans-serif;
	color: #821122;
}

h5 a:hover {
	text-decoration: underline;
}

a {
	color: #821122;
	text-decoration: none;
}

a:hover {
	color: #BC8B5A;
	text-decoration: none;
}

a img {
	border: 0;
}

#main a {
	font-weight: bold;
}

.topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.topnav li {
	float: left;
	clear: none;
}

.topnav li a {
	margin-left: 20px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	font: 400 0.9em 'trebuchet ms' ,arial,sans-serif;
	color: #BD481D;
}

.topnav li a:hover {
	color: #81A882;
	text-decoration: underline;
}

.rootnav {
	width: 463px;
	height: 25px;
	padding: 10px 20px 0 20px;
	font-size: 0.7em;
	background: #DBD6AD;
	border-right: 2px solid #FFF;
}

.rootnav a {
	color: #333333;
	padding: 0 20px 0 10px;
	background: #DBD6AD url('../images/arrow.gif') no-repeat right center;
}

.rootnav a:hover {
	color: #057676;
	text-decoration: none;
}

#rcolumn2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}


ul.subnav {
	font-size: 0.9em;
	margin-bottom: 15px;
}

.subnav li a {
	display: block;
	width: 210px;
	background: #DBD6AD;
	margin: 1px 0 0 0;
	padding: 8px 15px;
	color: #333333;
	text-decoration: none;
}

.subnav li.first a {
	font: 600 1.1em 'trebuchet ms' ,arial,sans-serif;
	width: 210px;
	background: #BD481D;
	margin: 1px 0 0 0;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
}

.subnav li a:hover {
	background: #CFC994;
	color: #006666;
	text-decoration: none;
}

.subnav li.first a:hover {
	background: #CE5918;
	color: #FFF;
	text-decoration: none;
}

div.textbox {
	background: #FCFCFC url('../images/subadverts/default.jpg') no-repeat left top;
	border: 1px solid #CFC994;
	margin-bottom: 10px;
}

div.textbox h2 {
	color: #821122;
	font-size: 1.0em;
	font-weight: 600;
	margin: 10px;
}


div.textbox p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 10px;
}

div.textbox ol {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

div.textbox ol li {
	font-size: .85em;
	margin-left: 20px;
}

div.textbox p.blockquote {
	display: block;
	border-left: 3px solid #BD481D;
	background-color: #DBD6AD;
	margin: 10px 5px 10px 10px;
	padding: 5px;
	font-style: italic;
	width: 205px;
}

div.textbox tbody td {
	background-color: inherit;
	font-size: .7em;
}


div.textbox p.bullet {
	line-height: normal;
	text-decoration: none;
	margin: 10px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
	color: #333333;
	font-size: 11px;
	border-top: 1px dashed #3C4E29;
}

div.textbox p.date {
	color: #868686;
	line-height: normal;
	margin: 0px 10px 10px 10px;
	color: #868686;
	line-height: normal;
	font-size: 11px;
}

div.textbox img {
	display: block;
}

#main p {
	margin: 8px 0px 8px 0;
	line-height: 1.4em;
	font-size: 0.9em;
}

#main p.blockquote {
	width: 634px;
}


#main ul, ol {
	color: #333333;
	font: 500 .8em arial,sans-serif;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#main ul span, ol span {
	font: 400 .8em 'trebuchet ms' ,arial,sans-serif;
	color: #444;
	font-style: normal;
}

#main ul li, ol li {
	margin-left: 25px;
	padding: 4px 0;
}

img.content, a img.content {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 2px;
	background: #E4E0C2;
	border: 2px solid #333333;
}

a:hover img.content {
	border: 2px solid #BD481D;
}


table {
	width: 100%;
	margin-bottom: 20px;
	font-size: .8em;
	border-collapse: collapse;
}

table th, table td {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}

/* tables
table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 20px;
  padding: 0 0 0.5em 3px;
  font: 400 1.2em arial,sans-serif;
  text-align: left;  
  letter-spacing: -1px;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
	background: #BD481D;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


tbody td {
	background-color: #DBD6AD;
	border-bottom: 1px solid #FFF;
}

tbody tr:hover {
	background-color: #CFC994;
}
*/

form label {
	display: block;
}

form input.text, form textarea {
	width: 100%;
	border: 1px #DBD6AD solid;
	color: #444;
	padding: 4px 5px;
	font: 12px Arial,san-serif;
	background-color: #E4E0C2;
}

form input.text:hover, form textarea:hover {
	border: 1px #CFC994 solid;
}

form input.text:focus, form textarea:focus {
	border: 1px #CFC994 solid;
	color: #444;
}

form input.button {
	margin-right: 8px;
	padding: 3px 5px;
	font: 12px Arial,san-serif;
}

* html form input.text, * html form textarea {
	border-color: #CFC994;
	color: #444;
}

.blockquote {
	display: block;
	width: 100%;
	border-left: 3px solid #BD481D;
	background-color: #DBD6AD;
	margin: 10px 0 20px 10px;
	padding: 5px;
	font-style: italic;
	width: 884px;
}


.footnav {
	/* width: 730px; */
	width: 875px;
	text-align: center;
	padding: 10px;
	background: #E4E0C2;
	border-top: 3px solid #561420;
	border-bottom: 1px solid #CFC994;
	margin: 0 0 10px 0;
}

.footnav a {
	margin: 0 10px;
	color: #821122;
}

.copyright {
	text-align: left;
}

span.tooltip {
	color: #BC8B5A;
	background-image: url('../images/icons/tooltip.png');
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	cursor: default;
}

#main ul span.tooltip {
	font: 400 1.1em 'trebuchet ms' ,arial,sans-serif;
	color: #BC8B5A;
	font-style: normal;
}

