.background {
	background-color: #efefef;
	background-image: url(siteimages/template/background_filler.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
.logoPanel {
	background-image: url(siteimages/template/logo_background.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-position: bottom;
}
.menu1Panel {
	background-image: url(siteimages/template/menu1_filler.gif);
	background-position: bottom;
}
.PixBarBottom {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.PixBarTop {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.footertext {
	font-size: 10px;
	color: #CCCCCC;
}
a.pb:link, a.pb:visited, a.pb:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.contentOuter {
	padding-left: 10px;
}
.orangeBoxText {
	background-image: url(siteimages/homepage/oraneg_box_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FDC596;
	color: #333333;
	height: 60px;
}
.yellowBoxText {
	background-image: url(siteimages/homepage/yellow_box_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFE697;
	color: #333333;
	height: 60px;
}
.redBoxText {
	background-image: url(siteimages/homepage/red_box_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F8B7B2;
	color: #333333;
}
.greyBoxText {
	background-color: #ECECEC;
	padding: 10px 16px 0px;
}
.content {
	padding: 16px 10px;
}
.greenBoxText {

	background-color: #E2F1E8;
	padding: 0px 10px;
}
.padLeft {
	padding-left: 10px;
}

#latestNews h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px -6px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CFEADA;
	border-right-color: #CFEADA;
	border-bottom-color: #CFEADA;
	border-left-color: #CFEADA;
}
#latestNews {
}

a:link, a:visited, a:active {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #E76F0B;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #666666;
}
.divFloatright {
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.greenHeader {
	font-size: 12px;
	font-weight: bold;
	color: #208062;
}
.picFloatLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}
