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: #000000;
	font-family: arial;
	font-size: 10pt;
	background-image: url(../images/gfx/bg/fade_vert.jpg);
	background-repeat: repeat-x;
	bottom: auto;
	float: inherit;
}





.oneColFixCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	height: 145px;
	margin-right: auto;
	
	
}
.oneColFixCtrHdr #header {
	height: 50px;
	width: 980px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #333366;
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #777777;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	color: #202020;
	float:left;
	width: 980px;
}

.oneColFixCtrHdr #mainContentfront {
	background: #FFFFFF;
	color: #202020;
	float:right;
	width: 1040px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60;
}


/* start the navigation bar */
.navbar {
	height: 30px;
	width: 980px;
	margin: 0px;
	float:left;
	background-image: url(../images/gfx/bg/navbak.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}


.navbox {
	height: 23px;
	width: 196px;
	margin: 0px;
	float:left;
	background-image: url(../images/gfx/bg/navbak.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
}

.navbox:hover {
	height: 23px;
	width: 210px;
	margin: 0px;
	float:left;
	background-image: url(../images/gfx/bg/navbak1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
}


.navbox a {
	color: #FFFFFF;
	text-decoration: none;
}

.navbox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navbox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}



.oneColFixCtrHdr #mainphoto {
	padding: 0;
	margin: 0px;
	height: 350px;
	width: 980px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	
}
.oneColFixCtrHdr #mainphotofront {
	padding: 0;
	margin: 0px;
	height: 182px;
	width: 1040px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	float: right;
	background-color: #FFFFFF;
	
}

/* start the 3 col on index page */

.oneColFixCtrHdr #index1_3 {
	background-color: #D5D5D5;
	width: 280px;
	padding: 17px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	
}



.oneColFixCtrHdr #index2_3 {
	background-color: #D5D5D5;
	width: 280px;
	padding: 17px;
	float:left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}


.oneColFixCtrHdr #index3_3 {
	background-color: #D5D5D5;
	width: 280px;
	padding: 17px;
	float:right;
	margin-top: 20px;
	margin-bottom: 20px;
	;
}


/* end the 3 col on index page */


/* start the 3 col on fleet page */

.index1_3 {
	background-color: #D5D5D5;
	width: 280px;
	padding: 17px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	
}



.index2_3 {
	background-color: #D5D5D5;
	width: 280px;
	padding: 17px;
	float:left;
	
	margin-top: 20px;
	margin-right: 19px;
	margin-bottom: 20px;
	margin-left: 19px;
}


.index3_3 {
	background-color: #D5D5D5;
	width: 280px;
	padding: 17px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	;
}


/* end the 3 col on fleet page */

.oneColFixCtrHdr #right_col {
	background-color: #ffffff;
	width: 646px;
	margin-right: 0px;
	margin-left:20px;
	margin-bottom: 0px;
	margin-top: 20px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #424242;
	font-weight: normal;
}


.oneColFixCtrHdr #footer {
	width: 980px;
	background-color: #FFFFFF;
	float:none;
	height: auto;
	position: relative;
	top: 500px;
}


.oneColFixCtrHdr #footer_left {
	width: 330px;
	background-color: #FFFFFF;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.oneColFixCtrHdr #footer_right {
	width: 1000px;
	background-color: #ffffff;
	float:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 300px;
	font-size: 8pt;
	color: #424242;
}

.oneColFixCtrHdr #footer_right a {
	color: #424242;
	text-decoration: none;
}







a {
	color: #000099;
	text-decoration: none;
}



a:hover {
	color: #000;
	text-decoration: none;
}
.right_col_img {
	padding: 10px;
	float: right;
	border: 1px solid #575757;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
.bookbold {
	font-weight: bold;
}
iframe {
	font-size: 9px;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	white-space: normal;
	float: left;
	width: 340px;
	height: 580px;
	margin-top: 18px;
	overflow: visible;
	padding: 17px;
}
