/* get rid of 2 pixel border that surrounds images in table cells! */
img {display:block}


/*links*/
a:link.leftnav, a:visited.leftnav {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#0961c3;
	text-decoration:none;
}
a:link.tinynav, a:visited.tinynav {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#0961c3;
	text-decoration:none;
}
a:hover.leftnav {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#b4b4b4;
	text-decoration:none;
}

a:link, a:visited{
	color:#454545;
	text-decoration:none;
}
a:hover{
	color:#b4b4b4;
	text-decoration:none;
}

/*body*/
body {
	background-color:#dadada; /*#e3ebe3;*/
}

/*p*/
p{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

p.center{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center
}

p.navtext {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding: 0px;
	color:#000000;
	margin-left: 25px;
	margin-right: 25px;
	font-size: small;
	text-align: center;
}

.navtext_top {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding: 0px;
	color:#626262;
	font-size: small;
	text-align: center;
}

p.quote{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:13px;
	text-align: center;
	font-style: italic;
	color: #686868;
}

p.fineprint{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: center;
}

.footer {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding: 0px;
	color:#d1d716;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: small;
	text-align: center;
}


/*tables*/
table.contentbody, tr.contentbody, td.contentbody, td.contentfooter{
	background-color: #ffffff; /*#fcfee6*/
}

table.contentnav, tr.contentnav, td.contentnav{
	background-color: #ebd330;	/*#ffffff*/
	/*border-style:solid;
    border-width:1px;
    border-style:solid;
    border-color:#454545;*/
}

table.contentfooter, tr.contentfooter, td.contentfooter{
	background-color: #ebd330;	/* 279188 */
	/*border-style:solid;
    border-width:1px;
    border-style:solid;
    border-color:#454545;*/
}

table.contentheader, tr.contentheader, td.contentheader{
	background-color: #dadada;	/* same as body background */
}

/*ul*/
li{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

ul{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
}

/*Headings*/
h1{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	color: black;
	text-align:left;
}

h1.pagetitle{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	color: e68c0c;
	text-align:left;
}

h1.indent{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	color: 000000;
	text-align:left;
	text-indent:40px;
}

h1.indent_orange{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	color: e68c0c;
	text-align:left;
	text-indent:40px;
}

h1.center{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
	color: black;
	text-align:center;
}

h2{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:17px;
	color:#00000;
	text-align:center;
}

h2.red{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:16px;
	color:red;
	text-align:left;
}

h2.blue{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:16px;
	color:blue;
	text-align:center;
	padding:4;
}

h3{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;
	color:#427785;
	text-align:left;
}

h4{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding: 0px;
	color:#626262;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: small;
	text-align: left;
}

