/*
#navprimary a {
	color: #7C6240;
	border-bottom: 1px dotted #7C6240;
}
*/
/************ END nested menus **********/
.fltrt {
	float: left;
	margin-right: 8px;
}
.noprint {
	display: none;
}
.printonly {
	display: inline;
}

/* Rules for all browsers
----------------------------------------------- */

body {
	text-align: center; /* IE hack to center page contents */
	background-image: none; /* this is the background shadow */
	margin: 0;
	width: 6.5in;
	w\idth: 6.5in;
}
	
body, table, td, p, a, span, ul, li, input, legend, fieldset { /* redundant selectors to help NN4+ not forget */
	font-family: verdana, geneva, tahoma, arial, sans-serif;

}

p { text-align: left;}

hr { border: 0; /* for Mozilla */
	height: 1px;
	color: #ababa8; /* for IE */
	background-color: #ababa8; /* for everyone else */
}

/* ---- ids & classes ----------------------------------------- */
#frame { /* this centers the page */
	margin:0in;
	width: 6.5in;
	w\idth: 6.5in;
	border: none;
	}

#sidebarleft {
	display: none;
}
/* main content area for all pages */
#maincontent {
	margin: 0px 10px 20px 10px;
	padding: 0;
	}
#maincontent p {
	font-size: 70%;
	padding: 0;
	margin: 8px 0 10px 0;
	}
#maincontent td {
	font-size: 65%;
	}
#maincontent span.biggerfont { /* for resolution titles in table on list.php page */
	font-size: 110%;
	}
#maincontent p.header1 {
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #603000;
	padding: 0;
	margin-top: 0;
}

#maincontent p.header2 {
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #303030;
	padding: 0;
}

#maincontent p.header3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    font-weight: bold;
    color: #303030;
    padding: 0;
}

#maincontent h1{
	text-align: left;
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #603000;
	padding: 0;
	margin-top: 0;
	background-color:#FFFFFF;
	border-bottom:none;
	}
#maincontent h2{
	text-align: left;
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #303030;
	padding: 0;
	}

#maincontent h3{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    font-weight: bold;
    color: #303030;
    padding: 0;
}
	
#maincontent .center { text-align: center; }

#maincontent hr {
	width: 6.5in;
}
#maincontent .right { text-align: right; }

#footer {
	margin: 12px 20px 30px 12px;
	width: 6.5in;
	color: #909090;
	font-size: 65%;
}
#footer p { text-align: right; }
#footer a { color: #909090; }

/* ---- forms ----------------------------------------- */
form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-size: 90%;
	color: #606060;
}
	
.button { color: #303030; }

.tagline {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.tinytext {
	font-size: 8px;
	font-family: Arial, sans-serif;
}

a:link { color: #306090; text-decoration: underline; }
a:visited { color: #306090; text-decoration: underline; }
a:hover { color: #306090; text-decoration: underline; }
a:active { color: #306090; }
a { display: inline; }
