/* Screen stylesheet */

/* This first section is the main style for setting up the pages, including headers and footers */

#printhead {display:none;}

html {background:#fff; font-size:.9em; font-family:Verdana, Arial, Helvetica, sans-serif;}
/* with margin:0 in body, makes everything close to edge not sure what this did border:0; */

body {margin:0;}

/* height was 30 until made double menu*/
#foot {margin:0; right:18px; display:block; width:100%; height:60px; background:#fff; color:#000; z-index:4; border-top:1px solid #000;}
/* removed from foot position:absolute, and it went all across and text displayed below, not just above*/

/*#content p {padding:5px;} */
#content {text-align: center; margin-left: 60px; margin-right: 60px;} 
#maincontent {
        /* text-align is inherited; reset it */
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

/* HEADER AND FOOTER NAVIGATIONS */

/*adjusts height of menu at bottom, was height:30px, then 20 for single menu, 50 for double menu */
#footmenu {position:relative; background:#000; height:50px;}
/*if put image in footer #footmenu img {float:right;}*/

/*top navigation styles*/

/* padding:10px; in a tag below, good for top heading, not good for text links */
a {text-decoration:none; }
/* so no underline for link */

/*footer styles*/
/* #footer {background:#574228; clear:both; width: 100%;}*/

/*none at the moment, put back in */
#footer ul#upperfooter {
	margin:0;
	padding:5px 0 5px 0;
}


#footer ul#lowerfooter {
	margin:0;
	padding:0 0 10px 0;
}

#footer li {
	display:inline;
	padding:0 1em;
}
/*not fffae8 */
#footer a:link{color:#FFFFFF;}
#footer a:visited{color:#FFFFFF;}
#footer a:hover{color:#aaaaaa;}

#upperfooter {text-align:center;}

#lowerfooter {text-align:center;}

/* not sure what the rest of this css does */

/* removed #content so that this applies to all images */
img { border:0 0 0 0;}
p {	padding: 0em 0 0 0;
/*margin controls line spacing*/
	margin: 0em 0 0.6em 0;}

/* did say border: 3px */
table {border: 0px solid black; empty-cells: show; }
/* did say border: 1px */
TD             { border: 0px solid black; }
/* padding: 1em; */

li {padding-top: 0.5em;}

/* Form ... to hide borders */
fieldset {border:0;}


/* End of mainstylescreen.css */
/* to use inline: <style type="text/css" media="screen"></style> */
/* to use inline, inside tags ... */
