/* -------------------------------------------------------------- */

  body { margin: 0pt;
    padding: 0pt;
    font-family: Verdana, Lucida, Arial, sans-serif;
    font-size: small;
    }

  h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 200%;
	color: #996633;	
        }

  h2 { font-family: Times, "Times New Roman", serif;
        font-size: 175%;
        }

  h3 { font-family: Times, "Times New Roman", serif;
        font-size: 150%;
		color: #009900;
		}
		
  img { margin-right: 3px;}		

/* -------------------------------------------------------------- */
/* ----- Navigation Bar, Top ------------------------------ */

#nav {
	float: left;
	width: 90%;
	list-style: none;
	margin-top: -15px;
	margin-bottom: 5px;
    }

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	margin-right: 15px;
	background-image: url(images/home/gradtan.jpg);
	border: 1px solid green;
        }

#nav li a {
	float: left;
	list-style: none;
	display:block;
	padding: 4px 8px;
	text-decoration: none;
	}

#nav a:hover {
	color: #006600;
	text-decoration: underline;
	background-image: url(images/home/gradblue2.jpg);		
              }

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
 #content {
	margin: 5px;
	padding: 10px;
	position: absolute;
	top: 74px;
	left: 14px;
	}
 
#grid {
	padding: 4px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #999999;
}

#grid td {
	width: 325px;
	padding: 4px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #999999;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */