﻿
h3  { 
      margin:0px;
}

h4  { margin:5px;	
}

body {
	margin: 0px;
	background: #000000;
	color: #333333;
	text-align: center;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Book Antiqua", arial;

}

#outer {
 text-align:left;
 border:1px solid gray;
 width:750px;
 margin:auto;
 }

#hdr {
 width: 750px;
 height: 125px;
 background:#DAD9CB;
 color: #333333; 
 text-align:center
 }

#bar {
 border-left:0 solid #000000;
 border-right:0 solid #000000;
 border-top:1px solid #000000;
 border-bottom:1px solid #000000;
 padding-bottom:3px;
 height:25px;
 background:#A9A687;
 color: #333333;
 
 }

#bodyblock {
	position:relative;
	background:#F4F1D0;
	color: #333333;
	width:750px;
	height:760px;
	padding:0;
	font-family: "Book Antiqua", arial;

 }

#cont {
	width: 730px;
	height: 100%;
	background: #ffffff;
	color: #000000;
	border: solid #000000;
	border-width: 0 0 0 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-family: "Book Antiqua", arial;
	}
	
#cont a:link {
	color: #000000
}
#cont a:visited {
	color: #808080
}


#ftr {
	height:25px;
	background:#A9A687;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	font-family: "Book Antiqua", arial;
	font-size:13px;
	padding-top:5px;

 }
 

h1 {
	font-size:16px;
	text-align:center;
	color:black;
}

.subHeader{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:black;
}