﻿ 

html { 
	overflow: -moz-scrollbars-vertical !important; /*mozilla hack to force a scrollbar and avoid the page shift bug*/
	} 

body
	{
	background-color: #fff;
	text-align: center; /*ie centering hack*/
	min-width: 780px; /*mozilla width*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
	}

#page {
	postition: relative; /*lets elements inside this div be positioned absolutely*/
	width: 780px; /*ie width*/
	min-height: 590px; /*mozilla height*/
	_height: 590px; /*ie height */
	/*what follows is a mac ie hack*/

	 /*\*//*/
  	height: 590px;
	/**/

	background-color: #fff;
	margin: 0 auto; /* mozilla centering */
	text-align: left; /* remove ie centering hack*/
	}
 
#header { 
 	height: 101px; 
 	width: 780px; 
 	background: #fff url('images/header.jpg') no-repeat; 
	color: #fff;
	margin: 0;
	padding-bottom: 2px;
 	} 

#columns {
	width: 780px;
	height: 480px;
	background-color: #fff;
	display: table;
	}

#leftcol {
	width: 165px;
	height: 100%;
	_height: 480px;
	float: left;
	display: table-cell;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	}

#maincol {
	margin: 20px 0 0 40px;
	width: 585px;
	height: 100%;
	float: left;
	background-color: #fff;
}

#footer {
	position: absolute;
	bottom: 20px;
	_bottom: 28px; /* ie hack */
	width: 595px;
	background-color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	}

#leftcol ul {
	margin-top: 25px;
	margin-left: -20px;
	margin-right: 15px;
	_margin-top; 25px; /* ie hack */
	_margin-left: 10px; /* ie hack */
	_margin-right: 15px; /* ie hack */
	}


#leftcol ul li {
	list-style-type: none;
	padding-bottom: 1.5em;
	margin: 0;
	padding-left: 1.5em;
	}

#leftcol ul li a {
	font-weight: bold;
	font-size: 1em;
	}

a {
	text-decoration: none;
	color: #933;
	}

a:hover {
	color: #366;
	}

a:visited {
	color: #c66;
	}

a:visited:hover {
	color: #366;
	}
	
h1 {
	font-size: 1.4em;
	color: #366;
	}

h1.mainpageheading {
	font: italic 2.5em serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.1em;
	color: #366;
	}

img {
	border: 0.3em double #366;
	margin: 0.5em;
	}

img.right {
	float: right;
	margin-left: 22px;
	}

.contact {
	font-size: 0.75em;
	margin: 0.5em;
	}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}
.leftSidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-left: 6px;
	line-height: 14px;
}

