@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px;
	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;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dddddd url(Images/sideBar_background.png) repeat-y left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
} 
.twoColFixLtHdr #header {
	background: #fff;  /* 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. */
	height: 130px;
	margin: 0px;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: medium solid #006;
	border-left: none #000000;
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixLtHdr #container #header img {
	float: right;
	position: relative;
	top: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.twoColFixLtHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	border: 0.5px none #000000;
	height: 60px;
	font-style: oblique;
	color: #CC3300;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	border-right-style: none;
	border-bottom-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: 100%;
}
.twoColFixLtHdr #container #mainContent divSYD {
	height: 250px;
	width: 200px;
	position: relative;
	z-index: 10;
	top: 160px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 16px;
}
.twoColFixLtHdr #container #sidebar1 a {
	text-decoration: none;
	color: #00f;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #ffffff;
	
}
.twoColFixLtHdr #container #sidebar1 hr {
	margin-right: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 30 0 0 130px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFCC66;
	border-left-style: none;
	border-left-color: #000066;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	position: relative;
	top: 0px;
	right: 0px;
} 
.twoColFixLtHdr #container #mainContent img {
	background-color: #CC0000;
	width: 700px;
	float: right;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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: 10px;
	text-align: center;
}
.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;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	color: #000;
	margin-bottom: 6px;
}
.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;
}
.style1 {
	color: #000066
}
.HomesteadImage {
	display: inline;
	float: left;
	margin-right: 15px;
	position: relative;
	margin-bottom: 10px;
	left: 105;
	top: 140;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
