body {
	background-color: #758d75;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 5px;
	padding-top: 0px;
	font-style: italic;
	padding-bottom: 5px;
}

.headlinesupertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom:0px;
	margin-top:0px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 130%;
	margin-bottom: 8px;
	margin-top: 0px;
}

h3 {
	font-size: 130%;
	margin-bottom: 8px;
	margin-top: 0px;
}

h4 {
	font-size: 110%;
	margin-bottom: 8px;
	margin-top: 0px;
}

h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 0.74em;
}

table {
	border: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

a:link {
	color: #2F382C;
}

a:visited {
	color: #61725A;
}

a:hover {
	color: #5f6f58;
}

img {
	border: 0px;
}

/***** LEFT NAV *****/
#sitenav {
	background-color: #d8d8c8;
	padding: 8px 12px;
	width: 148px;
	background-image: url(images/tr_curve_greentan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	text-align: left;
}

/************* relatedLinks styles **************/

.relatedlinks {
	margin: 0px;
	padding: 0px 0px 8px 10px;
	border-bottom: 1px solid #999999;
}

.relatedlinks h3{
	padding: 0px 0px 2px;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
	color: #424D3D;
	font-style: italic;
}

.relatedlinks a {
	display: block;
	font-size: 75%;
	font-weight: normal;
}

/***** MAIN CONTENT *****/
#maincontent {
	background-color: #fcfbf7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 77%;
	margin: 10px 10px 10px 1o;
	padding: 10px 10px 10px 14px;
	color: #000000;
	text-align: left;
}

#maincontent p {
	margin-bottom: 14px;
	margin-top: 6px;
	text-align: left;
}

#maincontent blockquote {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 14px;
}

#maincontent table {
	text-align: center;
	padding: 5px 5px;
	margin: 5px 5px;
	border: 0px;
}

#maincontent table #test {
	text-align: left;
	padding: 10px 20px;
	width: 100%;
	margin: 10px 20px;
	border: 0px;
}

.rightalignimg {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

.leftalignimg {
	float:left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 10px;
}

#rightcolumn {
	background-color: #fcfbf7;
	text-align: left;
}
	
#rightcolumn p, #rightcolumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	margin-right: 5px;
	margin-left: 7px;
	margin-bottom: 8px;
	margin-top: 5px;
	text-align: left;
}

#rightcolumn img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcolumn h3 {
	font-weight: bold;
	margin-top: 2px;
}

#pagenav {
	background-color: #967d6e;
	margin: 8px;
	color:#FFFFFF;
	padding: 8px;
}

#pagenav p {
	color:#FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

#pagenav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#pagenav a:link {
	color: #FFFFFF;
}

#pagenav a:visited {
	color: #E6E6E6;
}

#pagenav a:hover {
	color: #F3F3F3;
}

#pagenav h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 60%;
	text-transform: uppercase;
}

.captiontext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
}

ul, ol {
	margin-top: 8px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	margin-top: 5px;
}

/***** FOOTER *****/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	margin: 0px 0px 10px;
	background-color: #fcfbf7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 7px;
}

#footer p {
	padding:0px;
	margin: 2px 0px 0px;
}

/***** OTHER *****/
.largertext {
	font-size: 1.3em;
}

.linksbox {
	background-color: #967d6e;
	padding: 10px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 95%;
}

.linksbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.linksbox a:link {
	color: #FFFFFF;
}

.linksbox a:visited {
	color: #E6E6E6;
}

.linksbox a:hover {
	color: #F3F3F3;
}

.linksbox ul {
	list-style-type: none;
}

#finalthought {
	font-style: italic;
	color: #666666;
}

.tinytext {
	font-size: 9px;
}

/**************** advert styles *****************/

.advert{
	padding: 10px;
}

.advert img{
	display: block;
	margin-bottom: 5px;
}
.quotedsource {
	margin-right: 40px;
	font-size: 90%;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	font-weight: normal;
}
.hiliteforrevision {
	color: #FF0000;
}
.sublist {
	list-style-type: lower-alpha;
}
.sectionhead {
	text-transform: uppercase;
	color: #B4B4B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 110%;
}
.centeremphasis {
	font-weight: bold;
	text-align: center;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.nobottommargin {
	margin-bottom: 0px;
	padding-bottom: 2px;
}
.topborder {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.faqquestion {
	font-weight: bold;
}
.faqanswer {
	margin-right: 20px;
	margin-left: 20px;
}
.center {
	text-align: center;
}
.rightalign {
	text-align: right;
}

form .rightalign {
	text-align: right;
}

.redbold {
	font-weight: bold;
	color: #CC0000;
}
input {
	margin-top: 4px;
	margin-bottom: 4px;
}
.indent {
	margin-left: 20px;
}
.normalweight {
	font-weight: normal;
}
.indentright {
	margin-right: 20px;
}
.inline {
	display: inline;
}
.nobottomborder {
	border-bottom-style: none;
}
.largersanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.notopmargin {
	margin-top: 0px;
	padding-top: 0px;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
#maincontainertable {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	margin-top: 0px;
}
