@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: #FFFFCC;
	background-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 565px;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/container.jpg);
	background-repeat: no-repeat;
	border: 8px solid #666666;
	background-position: bottom;
}
.oneColFixCtrHdr #header {
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	height: 170px;
	width: 770px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #rightheader {
	float:right;
	height: 150px;
	width: 325px;
	padding-top: 20px;
	padding-right: 60px;
}

.oneColFixCtrHdr #leftheader {
	float:left;
	height: 150px;
	width: 385px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC66;
}


.oneColFixCtrHdr #rightheader h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trajan Pro", "Adobe Garamond Pro", "Times New Roman";
	font-size: 18px;
	font-variant: normal;
	color: #FFFFCC;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #rightheader h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	color: #FFCC66;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #leftheader h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trajan Pro", "Adobe Garamond Pro", "Times New Roman";
	font-size: 14px;
	font-variant: normal;
	color: #FFCC66;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #header a, visited {
	color: #FFFFCC;
	text-decoration: none;
	padding-left: 20px;
}

.oneColFixCtrHdr #header hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.oneColFixCtrHdr #mainContent {
	height: 330px;
	width: 520px;
	padding-top: 0;
	padding-right: 310px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #mainContent p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
	color: #FFFFCC;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent h4 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	font-style: italic;
}

.oneColFixCtrHdr #mainContent a, visited {
	color: #FFFFCC;
	text-decoration: underline;
	
}

.oneColFixCtrHdr #mainContent hover {
	color: #FFFFCC;
	text-decoration: underline;
}
