@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #6E6E8A;
	height: 100%;
	background-image: url(../images/background%20-%20blue%20gradient.jpg);
	background-repeat: repeat-x;
} 
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #EBEBEB;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 20px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #container {
	width: 1100px;
	text-align: left;
	background-color: #FFF;
	border: thin solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 300px;
	margin: 0px;
	padding-top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin-top: 0px;
	padding-top: 0px;

}
.twoColFixLtHdr #mainContent {
	margin-right: 17px;
	margin-bottom: 30px;
	margin-left: 250px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	background-color: #FFF;
	margin-top: 0px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #963;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #963;
} 

.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;
}

.twoColFixLtHdr #footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #Fc9;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(../images/footer%20background%20-%20orange%20gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
} 

.twoColFixLtHdr #footer p {

}
.twoColFixLtHdr #mainContentMainPage {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	margin-top: -15px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #963;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #963;
}
