@charset "UTF-8";
/* CSS Document */

body  {
	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: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(media/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
} 
.twoColFixLtHdr #header {
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	position: relative;
	margin-top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	height: 83px;
	width: 391px;
	top: 23px;
	background-image: url(media/oblatelogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-indent: -9999px;
	left: 23px;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 20px;
	margin-top: 0px;
	color: #666;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #006;
	line-height: normal;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 25px;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 155%;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent h4 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent h5 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	margin-top: 0px;
	padding: 0;
	margin-left: 1px;
}
.twoColFixLtHdr #sidebar1 p  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	line-height: 18px;
}
.twoColFixLtHdr #sidebar1 ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(media/buttons.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.twoColFixLtHdr #sidebar1 ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	line-height: 30px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	width: 220px;
	padding-left: 10px;
	background-image: url(media/buttons.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #48546B;
}
.twoColFixLtHdr #sidebar1 ul a:hover {
	background-position: -230px 0px;
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 ul a.current {
	color: #FFF;
	background-position: right top;
	cursor: default;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
body,td,th {
	color: #333;
}
