
/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background: #e48b00;
  	margin: 10px;
  	padding: 10px;
  	border: 10px;
  	left: 10px;
  	top: 10px;
}

P {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}

li { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}

A:link {text-decoration: underline; color: #000000;}
A:visited {text-decoration: underline; color: #000000;}
A:active {text-decoration: underline; color: #000000;}
A:hover {text-decoration: none; color: #ef3d42;}

A.head:link {text-decoration: underline; color: #336699;}
A.head:visited {text-decoration: underline; color: #336699;}
A.head:active {text-decoration: underline; color: #336699;}
A.head:hover {text-decoration: none; color: #000000;}

A.nav:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 14px; letter-spacing: 1px;}
A.nav:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 14px; letter-spacing: 1px;}
A.nav:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 14px; letter-spacing: 1px;}
A.nav:hover {text-decoration: underline; color: #7f98bd; font-weight: bold; font-size: 14px; letter-spacing: 1px;}

.header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #63861e;
}
.tophead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99ccff;
}
.normaltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.subhead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.ticker {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}

/* alternate table colors */

tr.even td {
	background-color: #FFFFFF; color: black;
}
tr.odd td {
	background-color: #cccc99; color: black;
}
tr.headings td {
	background-color: #000000; color: white;
}


/* tables */

.maintable {
	border-width: 0px 1px 1px 0px;	
	border-style: none solid solid none;
	border-color: #000000;
}

.smalltable {
	border: 1px #666666 solid;
	background-color: #D2BCB0;
	width: 210px;
}

table.navbar {
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
	border-color: #717171;
}

/* HEADINGS */
	h1 {
		font-size: 18px;
		line-height: 1em;
		color: #000000;
	}
	h2 {
		font-size: 1.5em;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
                color: #7f98bd;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

#breadcrumbs {
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 5px;

}
