body {

	font-family: arial, helvetica, sans-serif;
 	margin: 0;
 	padding: 0;
	font-size: 14px;
}
h1 {
	font-size: 200%;
	color: #1982E1;;
}

h2 {
	font-family: sans-serif;
	font-size: 150%;
	margin-left: 0%;
	color: #1982E1;
}
h3 {
	font-family: sans-serif;
	font-size: 120%;
	margin-left: 0%;

}
#logo {
 	height:90px;
	padding-top: 20px;
	padding-left: 25px;
 	border: none;
 }
#logo img {
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 155px; 
 	text-align:center;
 	font-size: 2em;
	margin-top: 20px;
	height: 90px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("../images/ssc_compound3.jpg");
}

#header h1 {
	margin: 20px 0 0 305px;
	font-size: 120%;
}
#nav {
	position: absolute;
	top: 120px;
	left: 0;
	width: 12em;
	margin-top: 1em;
	padding-top: 1em;
}
#nav ul {
	list-style: none;
	padding-left: 2px;
	margin-left: 2px;
}

#nav li {
	list-style: none;
	background-image: url("../images/backgroundimage.png");
	background-position: 0px 0px;
    border:1px solid blue;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
	margin: 0.3em;
	text-align: center;
    font-size: 95%;
	text-decoration: none;
	line-height: 1.2em;
}
#nav li:hover {
	background-image: url('../images/hovebackgroundimage.png');
}
#nav a {
	color: black;
	text-decoration: none;
}
#nav a:hover {
	color: blue;
}
#content {
	position: absolute;
	top: 120px;
	left: 14em;
	right: 1em;
	margin: 2em 1em 0 0;
    padding: 0;
}
div#clock {
	float: right;
	color: #1982E1;
	font-size: .8em;
	margin: 2em 1em 0 0;
}
td.bold {
	font-weight: bold;
}	
	
      