body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	background: #ffffff; }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #8a1d04;
	 }

a:hover, a:visited:hover {
	color: #aeaeae; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/* Abbreviations */	
abbr { border-bottom: 1px dotted #900; cursor: help; }


/*------------------HEADING--------------------*/

h1 {
	font-family: georgia, times, serif;
	margin: 16px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #b80e1f; }

h1 span { color: #666;font-size:0.5em;vertical-align:0.2em }

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #390; }

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height:15px;
	color: #000; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #390; }
	
h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #069;
	}

h5 span {
	display: block;
	color: #333;
	font-size: 0.8em;
	font-weight: normal; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #600; }

/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em; }

/*/*/a{}
body p {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; }
  
html>body p { font-size: small; }
/* */

p.oldbrowsers {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }

blockquote {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px;
	font-size:11px;
	line-height:17px;
	color: #666; }
	
	
/*------------------FORMS----------------*/

input.txt, textarea.txt {
	font-family: georgia, times, serif;
	font-size: 11px;
	color: #333; }

select {
	font-size: 11px; }

form {
	display: block;
	margin: 0px;
	padding: 0px; }
	

/*--------------MISCELLANEOUS----------------*/

img { border: none; }
hr { display: none; }

/* Outer bounding box for all pages */
#Frame {
	margin: 20px auto 20px auto;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	width: 917px; }

/*---------------LAYOUT BOXES----------------------*/

/* 2-column layout container */
#Content {
	margin: 0px 0 0 0;
	padding: 40px 0 0 0;
	text-align: left;
	background: #ffffff; }
	
#SubCol {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	width: 500px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px;  } html>body #SubColSecondary { width:500px; }

/* One column only */
#MainCol{
	margin: 0 0px 0 0;
	float: left;
	padding: 0 0px 0 0px;
	width: 377px; }

/*------------MISCELLANEOUS-----------------------*/
.sectiontitle{
margin: 0 0 20px 0;
}
#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0px;
	float: left;
}
#BodyText img{
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 3px 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 21px;
	color: #000000; }

	
#BodyText a:link, #BodyText a:visited { color: #fdbb30; text-decoration: none;}
#BodyText a:hover, #BodyText a:visited:hover { color: #fdbb30;text-decoration: underline; }

#TopPic {
padding: 0 0 20px 0;
}

/*-------------- Copyright Footer -----------------*/

.selectform {
border: 1px solid #000000;

}
#Copyright {
	font-family: Trebuchet, 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

#Copyright h5 {
	margin: 0px 0px 0 0;
	padding: 0px 3px 0 0;
	border-bottom: none;
	color: #6B6D6F;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	}
	
#Copyright a:link, #Copyright a:visited { color: #032e5b; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #032e5b;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}