/* This style sheet was inherited. I have used quite a few of the rules,
   and some I have edited. I have also added a list of sections where rules
   are used.  John Anderson  1/4/2008
*/

/* LIST OF RULES USED AND WHERE USED
   centercolumn: contains header and middleboxed
   headerboxed: header (center needed for box on page and also inside box)
   navbox: navigation menu, LHS (nested tables)
   right: setting pictures with links down RHS
   middleboxed: setting chunks of text down middle
   (widths of 'navbox', 'right', and 'middleboxed' tight across page)
   clear: presumably "clears" at end of page (inherited from previous code)
   footer: footer
*/

* {
    padding: 0;
    margin: 0;
} 

body {
	/* background: #fff url('hedr33.jpg');
	background-repeat: repeat-x; */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        font-size: .9em;
}

ul {
	font-size: 1em;
	margin:0;
	padding:0;
	color: #3B6EBF;
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin: 4px;
	border: 0;
}
/* 
#header 
{
    height: 120px;
    width: 60%;
    margin-bottom: 5px;
}
*/
#headerboxed
{
    /* width: 60%; */
    margin-bottom: 8px;
    background-color: #ECECFF;
    border-style: solid;
	text-align: center;
}
#headerboxed h1 {
	color: #844020;
}
.address {
	color: #B00000
}
/*
.middle {
	float: left;
	width: 58%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}
*/
/*
.middleunj {
	float: left;
	width: 58%;
	margin: 0 10px;
	padding: 1% 1%;
}
*/
#centercolumn {
	position: absolute;
	left: 220px;
	right: 190px;
	top: 8px;
}
.middleboxed {
	/* float: left;
	width: 58%;
	margin: 0 10px; */
	padding: 1% 1%;
	text-align: justify;
	background-color: #ECECEC;
	border-style: solid;
}
h1, h2, h3, h4 {
	text-align: center;
}
/*
.sideways {
	float: left;
	width: 55%;
	margin: 0 10px;
	padding: 1% 1%;
}
*/

.right {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 170px;
	border-style: solid;
	background-color: #ECECFF;
	text-align: center;
}

.navbox {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 200px;
	/* float: left;
	width: 17%;
	margin-left: 8px;
	padding: 1% 1%; */
	background-color: #ECECFF;
	border-style: solid;
}

.navbox h2 {color: #844020;}
.navbox h3 {
	color: #B00000;
	margin-top: 0.7em;
}
.hilitebox {
	float: right;
	width: 17%;
	margin: 0 4px;
	padding: 1% 1%;
}

.right ul {
	padding: 20px 0 15px 30px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    margin: 20px auto 0 auto;
	text-align: center;
	border-top: dotted 1px #ccc;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
	bottom: 8px;
}






