body  {
	margin: 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: #565656;
	background-color: #eff2f3;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container {
	width: 97%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 17px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}  
.thrColHybHdr #header {
	height: 136px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e7e8e6;
	border-right-color: #e7e8e6;
	border-left-color: #e7e8e6;
	background-image: url(images/Header_boats.jpg);
} 
.thrColHybHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15;
	position: absolute;
}
.search_box {
	height: 34px;
	width: 282px;
	float: right;
	position: absolute;
	top: 93px;
	right: 2px;
}
.search_right {
	background-image: url(images/search_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 34px;
	width: 7px;
}
.search_left {
	background-image: url(images/search_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 34px;
	width: 7px;
}
.seach_middle {
	height: 34px;
	background-image: url(images/search_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 268px;
	float: left;
}


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	width: 190px;

}
.text_box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e8e6;
	border-left-color: #e7e8e6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e8e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E6;
}

.text_box  p {
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.text_box ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.text_box li {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: 565656;
	padding-left: 15px;
}
.text_box a {
	color: #565656;
	text-decoration: none;
}
.text_box a:hover {
	text-decoration: underline;
}
.orang_main {
	width: 190px;
	height: 30px;
	
}

.thrColHybHdr #sidebar2 {
	float: right;
	width: 190px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.banner_box {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-bottom: 10px;
}
.banner_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #mainContent
{
	margin: 0px 12em 0px 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 1em 0 1em; /* padding here creates white space "inside the box." */
} 
.data_div {
background-image: url(images/gray_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #dfdfdf;
		padding-left: 15px;
	padding-right: 15px;
}
.data_div p {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

.data_div .heading {
	font-size: 17px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:underline;
}

.data_div .tableheading {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.data_div .tabledata {
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

.data_div p a {
	color: #2175b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.data_div p a:hover {
	color: #2175b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.blue_text {
	color: #2175b5;
	font-size: 18px;
}
.normal_text {
	font-size: 12px;
}
.yellow_bullet {
	background-image: url(images/yellow_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	margin-left: 15px;
}
.div_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
}


.data_div h1 {
	padding-top: 10px;
}

.data_div .divmargin {
}
.thrColHybHdr #footer {
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-position: left top;
} 
.thrColHybHdr #footer p {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Miscellaneous classes for reuse */
.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;
}
.search_text {
	font-family: Verdana,;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 12px;
	margin-right: 7px;
}
.input_box {
	width: 150px;
	float: left;
	margin-top: 8px;
}
.input_box input {
	border: 1px solid #FFFFFF;
	color: #565656;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:142px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}
#navigation {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 39px;
}

.go {
	float: right;
	height: 19px;
	width: 22px;
	margin-top: 9px;
}
.go_btn{
	background-image: url(images/go.jpg);
	height: 19px;
	width: 22px;
	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;
	cursor:pointer;
}
.main_search {
	width: 232px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 34px;
}
#navigation ul {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(images/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: block;
	line-height: 32px;
}
#navigation ul li a {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation ul li a:hover {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	color: #ff9700;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
.blue_main {
	height: 30px;
	width: 190px;
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.orang_main_left {
	width: 6px;
	background-image: url(images/orang_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	float: left;
}
.orang_main_right {
	width: 6px;
	background-image: url(images/orang_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	float: right;
}
.orang_main_middle {
	background-image: url(images/orang_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	float: left;
	width: 178px;
}
.orang_main_middle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	padding-left: 13px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 30px;
}
.blue_main_left {
	height: 30px;
	width: 6px;
	background-image: url(images/Blue_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.blue_main_right {
	height: 30px;
	width: 6px;
	background-image: url(images/Blue_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
.blue_main_middle {
	height: 30px;
	width: 178px;
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
.blue_main_middle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	padding-left: 13px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 30px;
	
}
a {
	color: #2175b5;
	font-size: 12px;
}
a:hover {
	color: #2175b5;
	font-size: 12px;
	text-decoration: underline;
}
.text_box p a {
	color: #2175b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_box p a:hover {
	color: #2175b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.red_text {
	color: #d61900;
	font-size: 16px;
}
.blue_text2 {
	color: #2175b5;
	font-size: 16px;
}
.paging {
	CLEAR: both; PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; MARGIN: 10px 0px 0px -2px; WIDTH: 700px; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.paging A {
	BORDER-RIGHT: #223802 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #223802 1px solid; PADDING-LEFT: 7px; BACKGROUND: #00baaf; PADDING-BOTTOM: 4px; MARGIN: 0px 2px; BORDER-LEFT: #223802 1px solid; COLOR: white; PADDING-TOP: 4px; BORDER-BOTTOM: #223802 1px solid; TEXT-DECORATION: none
}
.paging A:hover {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BACKGROUND: #005d57; BORDER-LEFT: #000000 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #000000 1px solid; TEXT-DECORATION: none
}