@charset "UTF-8";

/* Sometimes I feel like the CSS Mastah! */

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: #333333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background.png);
}
.oneColFixCtrHdr #header {
	padding: 0 20px;  /* 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. */
}
.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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	width: 940px;
	float: left;
}
.oneColFixCtrHdr #footer {
	padding-top: 40px;
	padding-bottom: 30px;
	float: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	float: none;
	color: #636363;
}
.fullwidth {
	width: 940px;
	float: left;
	padding-bottom: 25px;
}
.cheatspacer {
	width: 940px;
	float: left;
	padding-bottom: 60px;
}
.fourwide {
	width: 220px;
	padding-left: 12px;
	padding-top: 12px;
	float: left;
}
.fourwideright {
	width: 220px;
	padding-left: 12px;
	padding-top: 12px;
	float: left;
	padding-right: 12px;
}
.fourwidesub {
	width: 208px;
	padding-left: 12px;
	float: left;
	background-repeat: repeat-x;
	background-image: url(images/mainbuttonsubgrad.gif);
	margin-left: 12px;
}
.fourwiderightsub {
	width: 196px;
	padding-left: 12px;
	float: left;
	padding-right: 12px;
	background-repeat: repeat-x;
	background-image: url(images/mainbuttonsubgrad.gif);
	margin-left: 12px;
	margin-right: 12px;
}
.threewide {
	width: 280px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	float: left;
}
.chartersub {
	width: 270px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	float: left;
}
.twothirdswide {
	width: 600px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	float: right;
	text-align: left;
}
.threewideright {
	width: 300px;
	float: left;
	padding-left: 10px;
	padding-top: 12px;
	padding-right: 10px;
}
.halfwide {
	width: 440px;
	float: left;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
.halfquarter {
	width: 220px;
	float: left;
	
}
img.fleet {
	float: ;eft;
	padding-right: 15px;
	padding-bottom: 10px;
