/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS", Arial;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	background-color: #C74A24;
	background-image: url(Images/rustnoisebg.gif);
	background-repeat: repeat;
	color: #343434;
	font-size: 14px;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #003333;
	padding: .5em 1em 1em;
}

h2{
	font-size: 125%;
	color: #9F1704;
	padding: 6px 6px 6px 2em;
	line-height: 1.3em;
}

h3{
	font-size: 100%;
	color: #334d55;
	text-indent: 1em;
}

ul{
 list-style-type: square;
}
li {
	margin-left: 2em;
}

ul ul{
	list-style-type: disc;
	margin-left: 1em;
}

ul ul ul{
 list-style-type: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#maintable{
	width: 90%;
	margin-top: 1%;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 5%;
}
#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
	background-image: url(yellowdotsbg.jpg);
	background-repeat: repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7A0403;
}
#masthead h1 {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	font-size: 140%;
}
#sidebar{
	margin: 0em;
	padding: 1em 0px 0px;
	background-color: #FCE89B;
	border-right: 1px solid #ccc;
	width: 20%;
	
}
#sidebar p{
	border-right: 1px solid #ccc;
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
}

#content{
	width: 80%;
	background-color: #FCE89B;
}
#content p{
	font-size: 100%;
	padding: 0em 2em;	
}
#textnav {
	width: 100%;
	padding: 0px;
	text-align: center;
	border-bottom: thin dotted #7A0403;
	
}
#textnav p {
	font-size: 95%;
	line-height: 1.1em;
	text-transform: lowercase;
	color: #7E0906;
	padding: 1em;
}
#textnav a:link{
	font-weight: bold;
	color: #50693F;
	text-decoration: none;
	border: none;
}
#textnav a:hover{
	font-weight: bold;
	color: #7E0906;
	background-color: #FFFFFF;
	display: inline;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #993300;
}

#footer {
	font-size: 95%;
	line-height: 1.2em;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #50693F;
	text-align: center;
	width: 100%;
}
#footer a:link{
	font-weight: bold;
	color: #FFFFFF;	
}
#footer a:hover{
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#sidebar ul {list-style: none; margin: 0 0 0 1em; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

img.floatLeft { 
    float: left; 
    margin: 4px 20px 4px 12px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
.emphasis {
	font-weight: bold;
}
.dropcap {
	font-size: 200%;
	font-weight: bold;
	font-variant: normal;
	color: #CC3333;
}
.popuptitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 140%;
	color: #333333;
	text-indent: 3em;
}
.mapkey {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.cellcaption {
	font-size: 110%;
	font-weight: bold;
	color: #7F0000;
	text-align: center;
}
.small {
	font-size: 80%;
}
