@charset "utf-8";
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: #003;
	background-color: #214A8F;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 1000px;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2757A7;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: none;
	height: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	padding: 0;
} 
.twoColFixLtHdr #container #sidebar1 div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #2757A7;
	text-align: center;
}

.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: 214a8f;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: auto;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	width: 190px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #F94F31;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent {
	background-image: none;
	font-weight: inherit;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 14px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #2757A7;
	height: auto;
	width: auto;
	color: #173566;
} 
.twoColFixLtHdr #footer {
	background-color: #04cafc;
	background-image: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #f53b11;
	border-right-color: #f53b11;
	border-bottom-color: #f53b11;
	border-left-color: #f53b11;
} 

.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;
}
#contactus .form {
	font-weight: normal;
	color: #006;
	display: block;
	margin-top: 15px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #006;
	padding-left: 5px;
	padding-right: 0px;
}
#logo {
	background-image: url(images/greenwichbaygif6.gif);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000040;
	border-right-color: #000040;
	border-bottom-color: #000040;
	border-left-color: #000040;
}
.twoColFixLtHdr #container #footer table tr td {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer p {
	color: #FFF;
	font-style: italic;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sideimage {
	border: medium solid #2757A7;
	font-style: italic;
	color: #2757A7;
	margin-top: 0px;
}
#featprodimage {
	color: #F94F31;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F94F31;
	border-right-color: #F94F31;
	border-bottom-color: #F94F31;
	border-left-color: #F94F31;
	padding-top: 3px;
}

.twoColFixLtHdr #container #sidebar1 #sideimage p {
	text-align: center;
	font-weight: bolder;
	color: #2757A7;
	background-color: #FFF;
	border: medium none #2757A7;
}
.twoColFixLtHdr #container #sidebar1 div h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #F94F31;
	text-align: center;
}
