body {
background-color:#fff;
color:#000;
font-family:times, serif;
}

/* outside div encasing everything on the page so it will be centered
   automatically within the browser. The background image is declared
   here and does not repeat. */


div.main {position:relative; top:0px; width:100%; padding:0px !important;
       background-image:none; text-align:left; margin:0px !important; }     

h1 {display:inline !important; color:#000; font-size:18px;}



/* div with all the text and page content to left of the nav menu. */

div.content {width:100%; text-align:left; border-style:none;}
div.content a {color:green; font-weight:bold;}
div.content a:hover {color:#99CC33;}


/* styles for title of main content box */

div.title {position:relative; top:0px; left:0px; text-align:left; font-weight:bold; font-size:18px;	color:#000; padding:0px !important; margin:0px !important;
	background-color:#E8FFBB;}


table {width:100% !important; background-color:#fff !important;}

th {background-color:#E8FFBB;}
td {display:inline; border-style:none !important; width:auto !important; height:auto !important; padding-right:5px;}

/* for floating images */

div.right {display:none;}

div.left {display:none}



/* styles for navigation bar on right */

div.nav {display:none;}

/* for section titles within the navbar */
div.nav img {display:none;}
