@charset "UTF-8";
body {
	font: 80% Verdana, sans-serif;
	margin: 0; padding: 0;
	text-align: center;
	color: #000;
	background-color: #d8e0d4; /* something like #ccd9c6; would be nice, but doesn't match the header image */
}
.oneColFixCtr #container {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	border: 0;
	text-align: left;
	padding-top: 0px;
}
.oneColFixCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 10px;
	padding-top: 10px;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3C4637;
	margin:0.25em 0 0.75em;
}
h1 {
	font-size: 24px;
	text-shadow: 1px 1px 1px #f2f2f2;
}
h2 {
	font-size: 18px;
	text-shadow: 1px 1px 1px #f2f2f2;
	text-transform: uppercase;
}
h2 span {
	text-transform: none;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 1px 1px 1px #f2f2f2;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 120%;
}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
}
h5 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
img.FloatRight{
	float: right;
	vertical-align: top;
	margin-right: 10px;
	padding-left: 10px;
}
a {
	color: #333;
}
a:link { 
	color: #333;
	}
a:hover {
	color: #996600;
	}
a:active { 
	color: #333;
	}

table.thumb_Table td img{
border: solid 1px #333300;
}

.thumb_Table td img:hover{
border: solid 1px #663300
}

#banner {
	margin: 0; padding: 0;
}
#banner a {
	display: block;
	text-indent: -999em;
	background: url("PH_images/banner.gif") no-repeat 13px 24px;
	height: 83px;
	width: 330px;
}

/*** BEGIN - Main menu ***/
.mainmenu {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0 5px 12px;
	margin: 0;
	list-style: none;
	width: 756px;
	overflow: hidden;
}
.mainmenu ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	list-style: disc;
	margin-left: 24px;
	padding: 0;
}
.mainmenu li {
	font-family: Helvetica, Arial, sans-serif;
	line-height:16px;
	margin: 0 24px 0 0;
	padding: 0;
	float: left;
}
.mainmenu .last {
	margin-right: 0;
}
.mainmenu .level0 {
	color: #3C4637;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	_font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}

.mainmenu .level1 {
	color: #fff;
	font-size: small;
	text-transform: none;
	margin: 0 26px 0 0;
	padding: 0;
}
.mainmenu .level1 a:link,
.mainmenu .level1 a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.mainmenu .level1:hover,
.mainmenu .level1 a:hover {
	color: #3C4637;
	text-decoration: none;
}
.mainmenu .misc {
	color: #3C4637;
	font-size: smaller;
	margin-left: 8px;
}


/*** END - Main menu ***/
