/*.s1 {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
table.black_border {border: solid black thin;}
.main {font-family:Verdana; font-weight:bold; background-color:#6D98AE; padding: 0em; margin: 0em 0em 0em 0em}
.menu {color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; vertical-align:top}
.banner {font-size: 2em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bolder; padding: 3em 3em 3em 3em}
.normalprint {font-size:small; font-weight:normal; line-height:120%}
.normallist {font-size:small; font-weight:normal; line-height:130%; list-style-type:none}
.smallprint {font-size:xx-small; padding: 3em 1em 1ex 2em; font-weight:normal}*/

/*a:link {
	color:white;
    text-decoration:underline;
}
	
a:visited {text-decoration:underline; color:#1d3b4f;}
a:visited
{
	text-decoration:underline;
	color: #d7edff;
}
a:hover {text-decoration: underline; }
a:active {text-decoration:underline;}

.fake_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}*/



.main  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#a7a37e;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the bodytext element */
	color:#000000;
	font-size:.9em;
	width:780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align:left;  this overrides the text-align: center on the body element. */
}

.bodytext {
	/*font-size:.9em;*/
	text-align: left; /* this overrides the text-align: center on the main element. */
}

.header {
	font-size:2em;
	color:#ffffff;
	font-weight:bolder;
	padding:0;
}

.leftnav {
	text-align:left;
	color:#000000;
	font-size:.9em;
	line-height:2em;
	list-style-type:none;
	list-style-position:outside;
	margin-left:0;
	padding-left:0;
}

.leftnavbld {
	text-align:left;
	color:#000000;
	font-weight:bold;
	font-size:1.4em;
	list-style-type:none;
	list-style-position:outside;
	margin-left:0;
	padding-left:0;
	/*margin-bottom:0px;*/
}

/*.leftnavunder {
	line-height:1.4em;
	font-size:.8em;
}*/

.footnote {
	font-size:.7em;
}

a.navbar:active {
	color: #000000;
	text-decoration:none
}
a.navbar:visited {
	color: #000000;
	text-decoration:none
}
a.navbar:link {
	color: #000000;
	text-decoration:none
}
a.navbar:hover {
	/*color: #5e613d;*/
	color: #45472d;
	text-decoration: underline;
	font-weight:bold;
}

a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #494b30;
	text-decoration: underline;
}

.centertext {
	/*font-size:.9em;*/
	text-align:center;
}

.nobulletlist {
	text-align:left;
	list-style-type:none;
	line-height:1.5em;
}

.bulletlist {
	text-align:left;
	list-style-position:outside;
	line-height:1.5em;
}

.footnotectr {
	font-size:.8em;
	text-align:center;
}
