#pagewidth { 
 width:770px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 margin-top: 0px;
 background-color: #fff;
}
#pagewrapper {
	margin: 0px;
	width: 770px;
	background-color: #FFF;
}
#header {
 background-color: #5C6473;
 color: #fff;
 width:100%;
 padding: 0px;
 border-bottom: 1px solid #A0A4B4;
}
#leftcol {
 width: 150px;
 float:left;
 position:relative;
 background-color:#fff;
 }
#lowerLeftCol {
	width: 150px;
	float: left;
	position: relative;
	background-color: #fff;
	height: 100%;
}
.leftcolContent {
	margin-left: 1px;
	margin-right: 1px;
}
#maincol {
 background-color: #e5e5e5;  
 float: right; 
 display:inline;
 height: 100%;
 /* position: relative; */
 width: 620px; 
}
#maincol #breadCrumb {
  margin: 3px 0 3px 6px;
}
#maincol .maincolContent {
  border: solid 1px #5C6473;
	margin: 0px 6px 10px 6px;
	padding: 8px;
}
#maincolWide {
	width: 770px;
	background-color: #fff;
}
#maincolWide .maincolContent {
  margin: 5px 10px;
}
.maincolContent {
   background-color: #fff;
	min-height: 400px;
}
#footer {
 clear:both;
 margin-top: 2px;
 border-top: 1px solid #5C6473;
 background-color: #5C6473;
 color: #fff;
}
/* Reeds On The Web Footer */
#reedsOnWebFooter {
	padding: 4px 0 0 0;
	background-color: #d9dce2;
	border-top: 1px solid #5C6473;
	witdh: 770px;
	height: 20px;
}
#reedsOnWebFooter a:link, #reedsOnWebFooter a:visited {
	text-decoration: none;
}
#reedsOnWebFooter a:hover {
	text-decoration: underline;
	color: #666666;
}
.reedsOnWebFooterLink {
	width: 255px;
	text-align: center;
	float: left;
	color: #2F374D;
}
/* Reeds On The Web Footer End */
#printablePage {
	width: 640px;
	background-color: #fff;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	border: 1px solid #405578;
}
#printableWrapper {
	margin: 10px;
	width: 620px;
}
#printableHeader a {
	float:right;
	margin:8px;
}
#printableHeader #companyLogo {
	float: left;
}
#printableContent #pageTitle {
	text-align: center;
}
#printableCopyright {
	font-size: 10px;
	border: 1px solid #333;
	padding: 5px;
	text-align: left;
}
#popUpPage {
	width: 99%;
	background-color: #fff;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #405578;
}
#popUpWrapper {
	margin: 5px;
}
#popUpHeader a {
	float:right;
	margin:8px;
}
#popUpHeader #companyLogo {
	float: left;
}
#popUpContent {
	margin: 8px;
	padding: 8px;
	border: 1px solid #ccc;
}
#popUpContent #pageTitle {
	text-align: center;
}
#popUpCopyright {
	font-size: 10px;
	margin: 5px 0;
	text-align: left;
}

#wrapper {
	background-color: #fff;
	color: #000;
	min-height: 400px;
}

forceHeight {
	min-height: 600px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


