fv* {
	margin: 0;
	padding: 0;
}

body {
	background: #2680ba;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	font-size: 8pt;
	color: #565656;
}



#wrapper {
	margin: 0 auto;
	text-align: center;	
	width: 905px;
}

#wrapper-inner {
	background-image: url("Images/bgnd_sides.gif");
	background-repeat: repeat-y;	
	width: 905px;
	height: 100%;
	margin: 0;
	display: block;
}
.font
{
font-family:arial;
font-size:9px;

#header {	
	width: 905px;
	height: 90px;
	background-image: url("Images/header.jpg");
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	position: relative;
}

.OrngTopMenuHome {
	background-color: #ffac1b;	
	height: 22px;
	width: 874px;
	display: block;
	text-align: right;
	vertical-align: middle;
	margin: 5px 7px;
}

.OrngSepSmall {
	background-color: #ffac1b;
	height: 5px;
	width: 874px;
	display: block;
	margin: 5px 7px;
}
.OrngSepSmall2 {
	background-color: #ffac1b;
	height: 5px;
	width: 874px;
	display: block;
	margin-left:-12px;
}

#MainContainer {
	width: 874px;
	height: 100%;
	margin: 1px 5px;
	display: block;	
}

#leftcol {
	width: 9px;
	margin: 0px;
	display: block;
	position: relative;
}

#MainContent {
	width: 644px;
	margin: 13px 5px;
	display: block;
	position: relative;
}
	

#footer {
	background-image: url("Images/footer.jpg");
	background-repeat: no-repeat;
	height: 80px;
	width: 905px;
	margin: 0;
	clear: both;
	position: relative;
	top: 0px;
	padding-top: 20px;
	color: #2b2b2b;	
}


/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}