@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #330066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	width: 730px;
}
.twoColFixRtHdr #container {
	background: #330099;
	text-align: center;
	border-top: #330099;
	border-right: #330099;
	border-bottom: #330099;
	border-left: #330099;
	vertical-align: middle;
	text-indent: 15px;
} 
.twoColFixRtHdr #header { 
	background: #fa8ef4; 
	padding: 0 10px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #fa8ef4;
	background-image: url(work%20files/banner3.gif);
	position: relative;
	width: 800px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCCFF;
	font-size: 18px;
	font-style: italic;
}

.twoColFixRtHdr #sidebar1 {
	list-style-type: none;
	position: relative;
	float: left;
	display: inline-table;
}

.twoColFixRtHdr #mainContent {
	position: relative;
	width: 400px;
	float: right;

} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #330066;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top-color: #330066;
	border-right-color: #330066;
	border-bottom-color: #330066;
	border-left-color: #330066;
	left: 20px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #99FFFF;
	background-color: #CC66FF;
}
.twoColFixLtHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99FFFF;

}


.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 155px;
	background-color: #FF99FF;
	border: thin solid #CCCCFF;
	background-repeat: no-repeat;
	padding: 10px 2px 2px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	background-color: #66FFCC;
	color: #FFFFFF;
} 
.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9999FF;
	text-align: right;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 800px;
	background-color: #66FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 50px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 50px;
}
.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: 0px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent #h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6633;
	height: auto;
	width: auto;
}
