@charset "utf-8";
/* CSS Document */
/* All Layout, Design and content is COPYRIGHT JERRY HARPER 2009 */
/* Site designed by Jerry Harper / NoteGraphics 2009 */

/* Clear all browser presets */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
html {font-size: 100%;}

a img{border:0;}

.clear{clear:both;}

.inline1{
	text-decoration: underline;
	color: #333333;
}
a:hover.inline1 {
	color: #FF0000;
}


h1{
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	letter-spacing : 0.1em;
}
h2{
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin:0 0 10px 0;
}
p{
	margin:0 0 10px 0;
	color: #333333;
	font-size: 0.9em;
	line-height: 110%;
	font-weight: bold;
}


body{
	background-color:#FFF;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #000000;
	text-align:left;
}
#centerwrapper{
	height:auto;
	width:850px;
	margin:20px auto 0px auto;
	overflow: hidden;
	border:solid 1px #BBB;
	padding:0 0 0 0;
	background-color: #FFFFFF;
}
#header{
	height:115px;
	width:850px;
}

#logo{
	float:left;
}
#navholder{
	margin:95px 0 0 20px;
	float:left;
	width:500px;
}
#navigation{
	list-style-type: none;
}
#navigation ul{
	margin:0;
	padding:0;
}
#navigation li{
	float: left;
	margin:0 18px 0 0;
}
#navigation li a{
	height:auto;
	width:auto;
	display:block;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	color: #333333;
}
#navigation li a:hover{
	color:#FF0000;
}

.pagetitle{
	height:30px;
	width:800px;
	float: right;
	margin:20px 0 10px;
	padding:0 10px 0 0;
	text-align: right;
}





#footer{
	height:30px;
	width:850px;
	margin:0;
	padding:0;
	background-color: #CCCCCC;
}
#sitemap{
	height:20px;
	width:850px;
	margin:0 auto;
	padding:0;
	text-align: center;
		padding:5px 0 0 0;
}
#sitemap a{
	font-size: 0.6em;
	color: #999999;
	text-decoration: none;

}
#sitemap a:hover{
	color: #FF0000;	
}
