.skipMenu {
	display: none;
}
#nav {
	display:none;
	}
#rightSide {
display:none;
}
#PageStart {
display:none;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.75em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	background-color: transparent;
	font-size: 1.46em;
	font-weight: normal;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #333;
	background-color: transparent;
	font-size: 1.46em;
	font-weight: normal;
}
h3 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: normal;
}
h4 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #333;
	background-color: transparent;
	font-size: 1.46em;
	font-weight: normal;
}
h5 {
	color: #333;
	background-color: transparent;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.1em;
	margin-left: 0px;
}
h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 150%;
}
h6 a {
	color: #D96B11;
	background-color: transparent;
	text-decoration: underline;
}
h6 span {
	color: #666;
	background-color: transparent;
}
h6 span a, h6 span a:link, h6 span a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}
h6 span a:hover, h6 span a:active {
	color: #000;
	background-color: #FFFFCC;
	text-decoration: underline;
}
p {
	padding: 0px;
	line-height: 150%;
	margin-top: 1.05em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	line-height: 140%;
}
a:link, a:visited {
	color: #D96B11;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	background-color: #FFFFCC;
	text-decoration: none;
}
a.offsite {
	background-image: url(../images/icon-link-offsite.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#centerContainer {
	width: 60%;}
#header {
display:none;
}

#columnContainer li {
	padding-top:3px;
	background-image: url(../images/icon-arrow.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	list-style-image: none;
	list-style-type: none;
	background-position: 0px 7px;
	line-height: 150%;
	margin-left: 12px;
}
#leftSide {
	width: 100%;
	color: #333;
}


#PageEnd {
	width: 100%;
	height: 30px;
}
#footer {
	text-align:center;
	height: 18px;
	color: #101010;
	line-height: 14px;
}

/* misc */
.clear {
	clear: both;
	line-height: 0px; 
	display: block;
}
