/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/background.gif);
}
.twoColHybLtHdr #container { 
	width: 90%;
	background-image: url(images/background.gif);
	margin: 0 auto;
	text-align: left;
} 
.twoColHybLtHdr #menuBar {
	float: left;
	width: 225px;
	text-align: center;
}
.twoColHybLtHdr #mainContent { 
	margin: 0px 0px 0 230px;
} 
.twoColHybLtHdr #footer {
	margin: 0px 0px 0 230px;
	font-size: 12px;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.borderLeftGold {
	background-image: url(images/gold_vert_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.borderLeftWhite {
	background-image: url(images/white_vert_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.borderRightWhite {
	background-image: url(images/white_vert_right.gif);
	background-repeat: repeat-y;
}
.sidenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #666;
	line-height: 13px;
}
.mainstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.homePageNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/home_newsPanel.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.homePageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 75px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-image: url(images/home_background.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #D0991D;
	vertical-align: top;
}
