body {
    margin-top: 0px;
    text-align: center;    
}
body, p, li, table {
  	font-family: 'Times';
  	font-size: 14px;
}
h1,h2,h3 {
  	font-family: 'Book Antiqua', 'Times';
}
p {
    text-align: justify;
}
a {
    text-decoration: underline;
    color: black;
}
a:hover {
    text-decoration: underline;
    color: red
}

/* LAY-OUT */
#container {
    text-align: left;
    margin: 0px auto 0px auto;
    width: 800px;
}
#header {
    height: 100px;
    background-image: url(header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#nav {
  	position: absolute;
  	margin: 130px 0px 0px 50px;
  	*margin-left: 10px
}
#content {
  	min-height: 600px;
  	*height: 600px;
  	margin: 0px;
    padding: 50px 75px 10px 250px;
    background-image: url(content.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
#footer {
    background-image: url(footer.jpg);
    background-position: left center;
    height: 40px;
}
#print {
    font-style: italic;
    font-size: 14px;
    float: right;
} 
#afb{
    position: absolute;
    margin-left: -168px;
    margin-top: -30px;
}


/* MENU */
.menu {
    list-style: none;
    padding: 10 10 10 10
}
.submenu {
    list-style: square;
    padding: 0 0 0 18
}
.menu li {
  	font-family: 'Book Antiqua', 'Times';
    font-size: 16px;
    padding-top: 10px;
    color: white
}
.submenu li {
  	*margin-left: -40px;
    font-family: arial;
    letter-spacing: 0.0em;
    font-size: 12px;
    padding-top: 5px;
}
.menu a {
    text-decoration: none
}
.menu a:hover {
    color: black;
}
.current, .submenu li:hover{
    list-style: square
}
