body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: white;
	background: darkred;
}

span.title {
	font-size: 32px;
	font-weight: bold;
	color: white;
}

span.sub-title {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 10px;
}

span.header {
	font-weight: bold;
	color: white;
}

img {
	 border: thin solid black;
	 float: left;
	 margin-right: 1em;
}

img.header, img.naw {
	border: none;
	float: none;
	margin-right: 0.5em;
}

span.naw {
  font-size: 10px;
  color: white;
}

span.footer {
	font-weight: bold;
	color: white;
}

ul.links, li.menu, li.menu-current {
   list-style: none;
}

td.menu {
    top: 0px;
    left: 0px;
    width: 220px;
    height: 355px; 
	text-align: center;
	vertical-align: top;
    padding-top: 30px;
	background: no-repeat url("images/menu.gif") 0px 0px;
}

td.content {
    padding: 30px;
}

div#content {
    height: 345px;
    overflow: auto;
}

p {
    line-height: 1.5em;
}

td.footer {
	background: black;
	padding: 1em;
	text-align: right;
}

h1 {
	width: 100%;
	text-align: left;
}

h1:first-letter {
	font-size: 300%;
	font-weight: bold;
	font-style: normal;
}

a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.menu:hover {
	color: darkred;
}

a.naw {
    font-size: 10px;
    color: white;
}

li.menu, li.menu-current, a.menu, a.menu-current {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

li.menu, a.menu {	
	color: black;
}

a.menu-current {	
	color: darkred;
}

a.menu, a.naw, a.menu-current {
	text-decoration: none;
}

ul.menu {
	margin-left: 0;
	padding-left: 0;
}

li, ul {
    line-height:1.5em;
    
}

a.menu, a.menu-current, li.menu, li.menu-current {
	line-height:2em;
}