<style type="text/css"> 
 

* body {margin: 0; 
	padding: 0;
	
	}

body  {
	background: #666666;
	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;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1em;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2a81c7;
	background-image: url(images/bkgd_image.png);
	background-repeat: repeat-x;
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/sidebar_image.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#siderbar1 {
	margin: 0px;
	float: left;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 198px;
background-color: #023E84;
}

#sidebar1_inner  {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 10px 10px;
	color: #FFFFFF;
	font-size: 0.8em;
background-color: #023E84;
}
#sidebar1_inner h3 {
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0px;
background-color: #023E84;
}
#sidebar1_inner p {
	margin: 0px;
	padding: 0px;
background-color: #023E84;
}

#sidebar1 inner a {
	text-decoration:none;
	color:#FFFFFF;
}

#sidebar1 inner a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
background-color: #023E84;

}
#sidebar1 li {
	margin: 0;
	padding: 0;
	display: block;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	text-indent: 30px;
	font-size: 0.9em;
}
#sidebar1 li a {
	color: #FFFFFF;
	background-color: #023E84;
	width: 196px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
#sidebar1 li a:hover {
	color: #FFCC00;
	background-color: #2A81C7;
}


#footer {
	background-color: #2a81c7;
	clear: both;
	width: 1000px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .8em;
	color: #FFFFFF;
	text-align: center;
}
#mainContent  {
	background-image: url(images/cabo_map_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 785px;
	margin-left: 2px;
} 
#mainContent1  {
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 785px;
	margin-left: 2px;
} 
#mainContent_inner   {
	padding-right: 290px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 15px;
}
#mainContent_inner1   {
	float:center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 15px;
}
#mainContent_inner p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	padding-bottom: 10px;
}
#mainContent_inner h1 {
	font-size: 1.7em;
	color: #023E84;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#mainContent_inner h2 {
	font-size: 1.3em;
	color: #023E84;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#mainContent  img   {
	display: block;
	clear: none;
}
#siderbar1 img {
	display: block;
	float: none;
	padding-top: 8px;
	padding-left: 8px;
}
.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: 0px;
	display: block;
	padding-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
}


#bottomnav {
	font-size: 0.8em;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}


#bottomnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav a:hover {
	color: #023E84;
}

#gsHeader {
	color: #ff0000;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
