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

body{
	font-family: "Trebuchet MS", Arial;
	color: #2A1503;
	line-height: 1.2;
	margin: 0px;
	padding: 0em;
	background-color: #C74A24;
	background-image: url(Images/rustnoisebg.gif);
	background-repeat: repeat;
	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 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

/***********************************************/
/* Layout Divs                                 */

***********************************************/


#masthead {
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#maintable{
	width: 90%;
	margin: 1% 5%;
	background-color: #F6D07B;
	background-image: url(yellowdotsbg.jpg);
	background-repeat: repeat;
}
#contentpanel {
	font-size: 13px;
	color: #740105;
	padding: 16px;
	width: 25%;
}
#leftpanel {	
	font-size: 13px;
	width: 25%;
	color: #740105;
	text-align: left;
	padding: 12px;
}
#rightpanel {
	font-size: 13px;
	width: 25%;
	color: #740105;
	text-align: left;
	padding: 12px;
}
#prefooter {
	background-image: url(yellowdotsbg.jpg);
	background-repeat: repeat;
}
#footer {
	font-size: 95%;
	line-height: 1.2em;
	text-transform: lowercase;
	color: #FFFFCC;
	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;
	border-right-color: #333333;
	border-left-color: #333333;	
}


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

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

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

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
.title {
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
.dropcap {
	font-size: 200%;
	font-weight: bold;
}
