@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: #FFFFFF;
	background-color: #00124F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a  {
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 820px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
	font-size: .9em;
	border-bottom-width: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contentRpt.png);
	padding: 0px;
}
.quoteText {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	margin-right: 8%;
	margin-left: 8%;
}

.oneColFixCtrHdr #header {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 100px;
	padding-right: 110px;
	padding-bottom: 0px;
	padding-left: 110px;
	background-image: url(images/header.png);
	height: 85px;
	background-repeat: no-repeat;
}
#header li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header li a {
	color: #FFF;
	text-decoration: none;
}
#header ul {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.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 */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/contentRpt.png);
	padding-top: 0;
	padding-right: 95px;
	padding-bottom: 0;
	padding-left: 95px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.png);
	padding-top: 0;
	padding-right: 110px;
	padding-bottom: 0;
	padding-left: 110px;
	height: 127px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}#LeftPanel  a   {
	color: #F7F2BF;
	text-decoration: underline;
}
#footer  a   {
	text-decoration: none;
}
.Title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	text-align: center;
}
.Title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 2.2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
#contactForm {
	width: 300px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}
#LeftPanel {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#LeftPanel li {
	list-style-image: none;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#LeftPanel ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightPanel {
	margin-left: 260px;
}

.Title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}
#HeaderImg {
	float: left;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#HeaderImg p {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#buyPanel {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.floatRight {
	float: right;
}
