body {
    margin: 0;
    padding: 0;
    background-image: url('images/graybackground.jpg');
}

h1, h2, h3, h4 {
    font-family: arial, helvetica, sans-serif;
}

td.verticalspacer {
    background: white;
}

td.horizontalspacer {
    background: white;
    width: 6px;
}

td.header {
    background: #e6e6e6; /* #eeeeee lighter gray, #e6e6e6 darker gray */
}

td.menu {
    background: white;
}

td.content {
    width: 788px;
    background: white;
    color: black;
    font-size: 13px;
    font-family: verdana, arial, helvetica, sans-serif;
}

td.tablefont {
    color: black;
    font-size: 13px;
    font-family: verdana, arial, helvetica, sans-serif;
}

td.tablefontbold {
    color: black;
    font-size: 13px;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
}

td.footer {
    background: #999999;
    height: 30px;
    color: #eeeeee;
    font-size: 13px;
    text-align: center;
    word-spacing: 5px;
    font-weight: bold;
}

a.navfooter:link {
    color: #eeeeee;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;       
    font-family: arial, helvetica, sans-serif;
}

a.navfooter:visited {
    color: #eeeeee;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;       
    font-family: arial, helvetica, sans-serif;
}

a.navfooter:hover {
    color: #eeeeee;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;    
    font-family: arial, helvetica, sans-serif;
}

#navmenu {
	margin: 0px;
	padding: 0px;
}

#navmenu li {
	padding-left: 0px;
      margin: 0px;
	float: left;
	display: inline;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
	text-indent: 15px;
	list-style-type: none;
}

#navmenu a {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #cc3300;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cc3300;
	display: block;
	float: right;
	background: #ff9933 url('images/menubullet.png') no-repeat 2px 1px;
	color: white;
	text-decoration: none;
	padding-right: 10px;
}

#navmenu a {
	float: none;
}

#navmenu a:hover {
	background: #ff6600 url('images/menubullet.png') no-repeat 2px 1px;
}

a:link, a:visited {
    color: #333399; /* #245c6d; turquoise */
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
}
