body {
	margin: 5px;
	border: 0;
	padding: 0;
	background: RGB(245,252,235);
	font-family: "Verdana", Times, serif;  
	font-size: 14px;
        font-variant: small-caps;
	font-weight: bold; 
}
a:link {
      	font-weight: bold;
}
a:visited  {
	font-weight: bold;
	color: maroon;
}
h1 {
	margin: 5px;
	font-size: 30px; 
	font-weight: bold;
	text-align: center;
	color: #B83232;
}
h2 {
	margin: 5px;
	font-size: 24px; 
	font-weight: bold;
	text-align: center;
	color: #B83232;
}
h3 {
	margin: 5px;
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #B83232;
}
h4 {
	margin: 5px;
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
	color: #B83232;
}
h5 {
	margin: 3px;
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	color: black;
}

a {
	color: black;
	text-decoration: underline;
	cursor : hand;
}
b {
	color: #B83232;
}
p {
	color: black;
}


#header {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	height: 87px;
	width: 800px;
}
#body {
	position: relative;
	Left: 0;
	top: 0;
	margin: 0;
	width: 800px;
}

.headleft {
	position: absolute;
	left: 0;
	top: 0;
	height: 162px;
	width: 108px;
}
.headright {
	position: relative;
	margin: 0 0 0 108px;
	padding: 5;
	height: 162px;
	width: 692px;
}

.menucol {
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px 0 0 0:
	width: 100px;
	background-color: #FBFFDF;
}
div.menucol h3 {
	margin: 10px 0 0 5px;
	border: 0;
	padding: 1px 0 1px 5px;
	width: 100px;
	color: black;
	font-size: 12px; 
	font-weight: normal;
	text-align: left;
}
div.menucol h4 {
	margin: 4px 0 1px 8px;
        color: 030;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
div.menucol p {
	margin: 0 0 0 10px;
	border: 0;
	padding: 0 5px 0 5px;
	height: 27px;
	width: 100px;
	font-size: 10px;
}

.maincol {
	text-align: center;	
        margin: 0 0 0 108px;
	padding: 10px 10px 0 10px;
	height: 364px;
	width: 692px;
}

div.maincol h3 {
	margin: 10px 0 5px 0;
	border: 0;
	padding: 1px 0 1px 0;
	color: 030;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-transform : uppercase;
}

.buttonbar {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.button {
	margin: 0 10px 0 10px;
	border: 4px outset #030;
	padding: 2px 0 2px 0;
	background: #696;
	width: 100px;
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.

