@charset "utf-8";
body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #f9fbff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #3A2500;
}

.oneColElsCtrHdr #container {
	width: 100%;
	min-width: 630px;
	max-width: 1500px;
	margin: 0 auto; 
	text-align: left;
}

.oneColElsCtrHdr #header { 
	background: #FFFFFF; 
	height: 90px;
	padding: 10px 0;
} 

.oneColElsCtrHdr #buttonlink { 
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
} 

.oneColElsCtrHdr #buttonlink:hover { 
	color: #F00;
} 

.oneColElsCtrHdr #sub-bg { 
	background:url(images/subheader-bg.jpg);
	background-repeat: repeat-x;
	height:200px;
	color:#FFFFFF;
	padding:20px;
	text-shadow: 0px 0px 7px #000;
	-webkit-text-shadow: 0px 0px 7px #000;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	box-shadow: 0px 0px 7px #000000;
	-webkit-box-shadow: 0px 0px 7px #000000; /* Safari */
}

.oneColElsCtrHdr #sub-bg h2 { 
	margin-top:0px;
	font-size:22px;
	padding-top:0px;
	text-align:center;
	font-weight:bold;
}

.oneColElsCtrHdr #mainContent {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #d2ebef;
	background-position: top;
	background-size: 100%;
	margin-left:5%;
	padding: 20px;
	margin-right:5%;
	margin-top:10px;
	margin-bottom:10px;
}

.oneColElsCtrHdr #mainContent2 {
	background-size: cover;
	margin-left:3%;
	margin-right:5%;
	margin-top:10px;
	margin-bottom:10px;
}

.oneColElsCtrHdr #mainContent3 {
	background-image: url(images/inside-bg2.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	line-height: 20px;
	background-position: top;
	padding: 0px;
	font-size:12px;
	margin-left:30px;
	border:5px solid #FFFFFF;

}

h1 {
	font-size:24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	line-height:30px;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#099;
}
.oneColElsCtrHdr #footer { 
	font-size: 10px;
	color:#666;
	line-height:16px;
	height:20px;
} 

a { 
	color:#35768b;
	text-decoration: underline;
} 