body {
	margin: 0;
	background-color: #333;
	color: #000;
	padding: 0 5% 0 5%;
	}
	
#pageFrame{
	background-color: #fffaf0;
	color: #000000;
	width: 800px;
	margin:auto;
	top: 50px;
	bottom: 75px;
	height: 750px;
	position:relative;
	}

#masthead {
	height:160px;
	color:#F8D183;
	background-color:#fffaf0;
	width: 800px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	}


#leftColumn{
position:relative;
	float: left;
	width: 145px;
		}

#contentColumn{
	width: 600px;
	padding-left: 15px;
	padding-right: 20px;
	height:550px;
	float:right;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style:groove;
	border-bottom-color:#F2F2F2;
	}

#masthead, #footer{
	z-index: 10;
	}

.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height:20px;
	color:#000000;
	text-align:left;
	}
.italics {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:20px;
	color:#000000;
	font-style:italic;
	text-align:left;
	}

.italicssmall{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height:20px;
	color:#000000;
	font-style:italic;
	text-align:left;
	}

.normalbold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height:20px;
	color:#000000;
	text-align:left;
	}
	
.stylegrand {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height:20px;
	color: #000000;
	text-align:left;
	}
	
.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height:18px;
	}
	
.email {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height:20px;
	color: #8000FF;
	}
	
.smaller {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
	color:#000000;
	}
	
.larger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:20px;
	color:#000000;
	}
	
.smallerbold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	color:#000000;
	text-align:left;
	}

.footer, footer  a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:20px;
	color:#000000;
	text-align:center;
	}
.vnav ul, .vnav ul li{
	margin: 0;
	padding:6px;
	list-style-type: none;
	display: block;
	}

.vnav ul li a{
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #fffaf0;
	width: 102px;
	height: 22px;
	padding-left:18px;
	padding-top:3px;
	background-color: transparent;
	background-image:url(../images/backoff.png);	 
	}

.vnav ul li a:hover{
	background-color: transparent;
	color: #fff;
	background-image:url(../images/backon.png);
	}

.vnav{
	padding-top:15px;
	margin-bottom: 10px;
	width: 145px;
	}
	
.OSMdir {	background-color: #dddddd;
	padding: 0.2em 0 0.2em .5em;
	font-weight: bold;
}
.OSMfile {	margin-left: 3em;
	background: #eee;
	padding: 0 0 0 .5em;