body {
	font-family:      georgia, new times roman, serif;
	font-size:        12px;
	margin:           0px 0px 0px 0px;
	padding:          0px;
	background-color: #ffffff;
	color:            #000000;
	line-height:      17px;
	max-height:       100%;
}

h1 {
	font-family:      verdana, arial, sans-serif;
	font-size:        20px;
	margin:           0px 0px 3px 0px;
}

h2 {
	font-family:      verdana, arial, sans-serif;
	font-size:        12px;
	margin:           0px 0px 3px 0px;
}

.menubox {
	position:         absolute;
	line-height:      14px;
	background-color: white;
	color:            #000077;
	padding:          5px 10px 5px 10px;
	margin:           0px 0px 0px 0px;
	border:           1px solid #000077;
}
.menubox A {
	background-color: white;
	color:            #000077;
	text-decoration:  none;
}
.menubox A:hover {
	background-color: white;
	color:            #000077;
	text-decoration:  underline;
}

.titlebox {
	position:         absolute;
	line-height:      14px;
	background-color: #000077;
	padding:          5px 10px 5px 10px;
	margin:           0px 0px 0px 0px;
	color:            white;
	border-bottom:    1px solid black;
	border-right:     1px solid black;
}

.titlebox A {
	color:            white;
	background:       #000077;
	text-decoration:  none;
}
.titlebox A:hover {
	color:            white;
	background:       #000077;
	text-decoration:  underline;
}

.mainbox {
	position:         absolute;
	left:             50px;
	top:              90px;
	width:            350px;
	padding:          5px 15px 0px 0px;
	border-right:     1px solid #0000ff;
}

.mainbox A {
	color:            #000077;
	background:       white;
	text-decoration:  none;
}
.mainbox A:hover {
	color:            #000077;
	background:       white;
	text-decoration:  underline;
}

.gravybox {
	position:         absolute;
	top:              90px;
	left:             450px;
	color:            white;
	background:       #000077;
	margin:           0px;
	padding:          5px 5px 5px 5px;
	border:           1px solid black 
}

.gravybox A {
	color:            white;
	background:       #000077;
}

.gravybox A:hover {
	color:            white;
    background:       #000077;
	text-decoration:  underline;
}

.titlebox {
  left:50px; 
  top:15px;
  width:590px;
  text-align: center;
}

.menubox {
  left:50px; 
  top: 65px;
  width: 590px;
  text-align: center;
}

.mainbox {
  left:50px;
  top:100px; 
  width: 340px;
  text-align: justify;
}

.gravybox {
  left:420px; 
  top:100px; 
  width:230px;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
