@charset "UTF-8";
body {
	background: #ffffff;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(images/containter_bg_02.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #nav {
	text-align: right;
	padding-top: 20px;
	padding-right: 90px;
	font-size: 18px;
}
.oneColFixCtrHdr #nav a {
	padding-right: 10px;
	padding-left: 10px;
	color: #A00D28;
	text-decoration: none;
}
.oneColFixCtrHdr #nav a:hover {
	color: #40697E;
	text-decoration: none;
}
.oneColFixCtrHdr #nav a:active {
	color: #40697E;
	text-decoration: none;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40;
	padding-left: 0;
}
.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 {
	padding: 0px 20px 0px 20px;
	
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	font-size: 12px;
	padding-left: 20px;
	color: #971023;
	margin: 0;
}
.style1 {color: #4D7486}
h1 {
	color: #A00D28;
}
h2 {
	font-style: normal;
	color: #4D7486;
}
h3 {
	color: #557388;
}
img.content {
	padding: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #972622;
}
