@charset "utf-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	margin: 50px 0 0 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;
	background-image: url(images/bg.gif);
	background-position: center 50px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 853px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #container #nav {
	background-color: #000000;
	background-repeat: repeat-y;
	padding: 0 60px;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	background-image: url(images/header.gif);
	height: 125px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 70px 10px 15px 60px;
	font-size: 0.8em;
}
.twoColFixLtHdr  #sidebar1  a  {
	text-decoration: none;
	color: #333333;
}
.twoColFixLtHdr   #sidebar1   a:hover  {
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 85%;
} 
.twoColFixLtHdr   #mainContent   h1  {
	font-size: 110%;
}
.twoColFixLtHdr    #mainContent    h2  {
	font-size: 90%;
}
.twoColFixLtHdr #homeContent {
	margin: 0;
	background-image: url(images/home_content_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	font-size: 85%;
}
.twoColFixLtHdr #homeContent p {
	margin: 0 0 0 450px;
	color: #FFFFFF;
}
.twoColFixLtHdr  #homeContent  p a {
	color: #6699CC;
	text-decoration: none;
}
.twoColFixLtHdr  #homeContent #homeTable {
	height: 250px;

}
.twoColFixLtHdr #homeContent #homeTable a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr  #homeContent  #homeTable  a:hover {
	color: #660000;
}
.twoColFixLtHdr #homeContent #homeTable #picZones {
	background-color: #d5d5d5;
	padding: 10px 0;
}
.twoColFixLtHdr #homeContent #homeTable #zone1 h1 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 5px 0;
}

.twoColFixLtHdr #homeContent #homeTable #zone1 {
	background-color: #000000;
	color: #999999;
	text-align: justify;
	padding: 10px;
	font-size: 10px;
}
.twoColFixLtHdr #homeContent #homeTable #zone2 {
	background-color: #333333;
	text-align: right;
	color: #FFFFFF;
	padding: 10px;
}
.twoColFixLtHdr #homeContent #homeTable #zone2 h2 {
	font-size: 15px;
	margin: 5px 0;
}





.twoColFixLtHdr #vr {
	background-image: url(images/vr.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.twoColFixLtHdr   #homeContent   p  a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	height: 35px;
	background-color: #000000;
	color: #FFFFFF;
} 
.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 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 10px;
}
.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. */
	margin-left: 8px;
	float: right;
}
.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;
}
.twoColFixLtHdr     #homeContent     #homeTable     #zone3    {
	background-color: #000000;
	text-align: right;
	padding: 5px;
}
.twoColFixLtHdr    #homeContent    #homeTable    #zone3   a {
	color: #993300;
	font-size: 16px;
	font-weight: bold;
}
.twoColFixLtHdr   #homeContent   #homeTable   #zone3  a:hover {
	color: #666666;
	text-decoration: none;
}

