body, HTML {
	margin: 0px;
	height: 100%;
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: .9em;
	line-height: 16px;
}
#frame {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	min-height: 100%;
	
	}
	
	
#contentheader {
	height: 26px;
	background-image: url(images/background_header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#header {
	height: 140px;
}

#footer {
	background-color:#faab44;
	height: 20px;
	
}
#footerleft {
	float: left;
	font-size: .9em;
	color:#ffffff;
	padding:4px 0px 0px 20px;
}
#footerright {
	float: right;
	font-size: .9em;
	color:#ffffff;
	padding:4px 20px 0px 0px;

}
.footernav {
	display:inline;
	margin-left:5px;
}
.footernav a {
	text-decoration:none;
	color:#FFFFFF;
}

#contentcenter {
	margin: 0px;
	text-align: left;
	background-image: url(images/background_main.png);
	background-repeat: repeat-y;
	background-position: top;
	padding:8px 8px 0px 8px;
	}


#contentfooter {
	height: 26px;
	background-image: url(images/background_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	}
#maincontent {
	padding: 20px;
	min-height: 300px;
	
}
p {
	margin-top:10px;
	margin-bottom: 8px;

}
H1 {
	font-size: 1.4em;
	color: #f37230;
	line-height: 18px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	margin: 0px 0px 12px 0px;
	font-weight: normal;	
}
H2 {
	font-size: 1.1em;
	color: #333333;
	line-height: 14px;
	padding-bottom: 5px;
	text-align: left;
	margin: 3px 0px 3px 0px;
	font-weight: normal;	
}
H3 {
	font-size: 1em;
	color: #f37230;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	font-weight: normal;	
}
a, .orange {
	color: #f37230;
}

#logo {
	float: left;
	padding: 5px 0px 0px 20px;
}
#headerflash {
	float: right;
	margin: 10px 20px 0px 0px;
}
#nav {
	background-image: url(images/background_nav.jpg);
	background-repeat: repeat-x;
	height:22px;
	font-size:.9em;
	line-height:normal;
}
.navitem {
	float:left;
	display:block;
	margin:0px 6px 0px 6px;
	height:16px;
	padding: 3px;
}
.navitem a {
	background-image: url(images/background_nav.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	padding: 3px 10px 3px 10px;
}
.navitem a:hover {
	background-image: url(images/background_nav_hover.jpg);
	background-repeat: repeat-x;

}
li {
	list-style-position: outside;
	list-style-image: url(images/image_bullet.gif);
	line-height: 18px;
	margin-top:10px;
	margin-left: 0px;
}
ul {
	margin-left:10px;
	padding-left: 10px;
}