/*** The Essential Code ***/

#header {
	clear: both;
	padding-right: 0px; /* Made this 0 so it looks better (It was 15) */
	min-width: 500px;
	width:100%;
	position:relative; 
	background-repeat:repeat;
	overflow:hidden;
}

.headerLeft {
	float: left;
}

.headerMiddle {
	float: left;
	text-align: center;
	padding-top: 25px;
	padding-left: 50px;
}

.headerTopCenter {  /* Added this so we have a top center Div style if needed */
	display:none;
}

.headerRight {
	/* padding-top: 15px; */ /* Commented out as it caused visual error in banner */
	/*float: right;*/
	position:relative;
}

.headerDate {
	/*float: right;
	height: 100%;*/
	font-family: Tahoma, Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-right:15px; 
	padding-top:0px; 
	float:right; 
	position:absolute; 
	top:0; 
	right:0; 
	vertical-align:middle;
	width:auto;
}

#topNavigationContainer {
	clear: both;
	font-size: small;
	padding-top: 10px;
	height: 30px;
}

.topNavigationContainer {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	float: right;
}

.topNavigationLeft {
	padding-left: 15px;
	float: left;
}

#container {
	clear: both;
	padding-left: 10px;	/* LC fullwidth */
	padding-right: 0px;	/* RC fullwidth + CC padding */
	height:600px;
}

html > body #container {
	clear: both;
	padding-left: 10px;	/* LC fullwidth */
	padding-right: 0px;	/* RC fullwidth + CC padding */
	min-height:600px;
}

html > body #MainCenter {
	min-height:600px;
}

#container .column {
	position: relative;
	float: left;
}

html > body #container .column {
	position: absolute;
	float: left;
}

#center, #right {
	padding: 10px 10px;	/* CC padding */
	margin-left: 10px;
	margin-right: 0px;
	height:100%;
	clear: right;
	
}
/* Fire fox fix */
html > body #center, #right {
	padding: 10px 10px;	/* CC padding */
	margin-left:200px;
	margin-right:10px;
	background-color: #ffffff;
}

#left {
	position:relative;
	float:left;
	width: 180px;		/* LC width */
	padding: 10px 10px;	/* LC padding */
	height:100%;
	z-index:1;
}

#footer {
	clear: both;
	vertical-align: bottom;
	position: relative;
}
#footerRight {
	float:right;
	margin-right: 10px;
}

/*** Firefox fix ***/
html > body #footer {
	clear: both;
	vertical-align: bottom;
	position: absolute;
	margin-bottom:0px;
}

/*** IE6 Fix ***/
* html #left {
	left: 0px;           /* RC width */
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 1010px;
	margin-bottom: -1000px;
	background: #e6e6dc;         /*** Same as body background ***/
}

