body {
    background-color: #6699cc;
	color: #003399;
}

a {
	color:#ffffff; text-decoration:none;
}

a:hover {
	color:#990000; text-decoration:none;
}

#container {
    margin: auto;
    width: 980px;
}

#head {
    background: url("images/headbg.jpg") no-repeat;
    height: 218px;
}

#menu {
border: solid 0px black;
	margin: 0; 
    padding: 0.3em 0 0 0; 
    background: url("images/menubg.jpg") no-repeat top;
    text-align: center;
    min-height: 50px;
}
* html #menu {
    height: 50px;
}

#menu td {
border: solid red 0px;
     background: url("images/logo_nav1.gif") left center no-repeat;
     padding-left: 1.2em;
     padding-right: 0.4em;
	 height: 40px;
	 
}

#menu td a {
	padding: 0 0.6em;
	color: #990000;
	text-decoration:underline;
	
}

#menu td a:hover {
	color: #ffffff;
	text-decoration:none;
	
}

#content {
    padding: 10px;
}

#infobox {
	background-color: lightblue;
	padding: 10px;
}

#foot {
    background: url("images/footbg.jpg") no-repeat bottom;
    height: 100px;
	text-align:center;
    line-height: 3.6em;
}
#foot p {
    margin: 0;
}

h2 {
	color: white;
	font-family: times;
	font-size: 20px;
	border-bottom: solid 2px #990000;
	padding-right: 3px;
	display: inline;
}

h4 {
	color: white;
	font-family: times;
	font-size: 16px;
	border-bottom: solid 1px #990000;
	padding-right: 3px;
	display: inline;
}

