@charset "utf-8";
body {
	background: #403001;
	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: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
.oneColLiqCtr #wrapper {
	background: #D1C891;
	color: #FFF;
	width: 95%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColLiqCtr #header { /* 618C03 */
	background: #BFAA41 url(/_images/header_image_background2010.jpg) no-repeat left top;
	text-align: center;
	height: 100px;
}
.oneColLiqCtr #navigation {
	padding: 0px;
	background: #060;
}
.oneColLiqCtr #mainContent {
	text-align: center;
	margin: 0px;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;
}
h1, h2, h3 {
	color:#403001;
	text-align: center;
	font-family: "ArtistampMedium", "TrebuchetMSBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h1  {
	font-size: 60px;
	margin-bottom: 4px;
	margin-top: 0px;
}
h2  {
	font-size: 50px;
	margin-bottom: -3px;
}
h3  {
	font-size: 40px;
	margin-bottom: -3px;
}
.oneColLiqCtr #mainContent p a  {
	color: #024873;
	font-style: oblique;
	font-weight: bold;
}
.oneColLiqCtr #mainContent ul li a  {
	text-decoration: none;
	color: #024873;
	list-style: none inside;
	font-style: oblique;
	font-weight: bold;
}
.oneColLiqCtr #mainContent ul  {
	list-style: none;
	color: #000;
}
.oneColLiqCtr #mainContent ol li  {
	list-style: lower-roman;
	color: #000;
	text-align: left;
	padding-bottom: 1em;
}
.oneColLiqCtr #mainContent ul li a:hover {
	color: #F00;
}
.oneColLiqCtr #mainContent p {
	color: #000;
	line-height: 1.2em;
	margin-top: -0.1em;
}
.oneColLiqCtr #mainContent form {
	color: #F00;
	margin-bottom: -0.1em;
}
.oneColLiqCtr #searchForm {
	text-align: center;
}
.oneColLiqCtr #validated  { text-align: center; }

.oneColLiqCtr #footer {
	background: #BFA450;
	color: #403001;
	padding: 0.5em;
	font-size: 0.8em;
	text-align: center;
}
.oneColLiqCtr #footer a {
	color: #403001;
	text-decoration: none;
	font-weight: bold;
}
.oneColLiqCtr #mainContent table th {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #000;
}
.oneColLiqCtr #mainContent table td {
	line-height: 1.3em;
	padding-left: 5px;
	color: #000;
}
.oneColLiqCtr #mainContent table caption {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	padding-bottom: 0.2em;
	color: #000;
}
.oneColLiqCtr #mainContent table caption a { color: #F00; }
.colorBlue {
	color: #03F;
	text-decoration: blink;
}
.leftText {
	color: #060;
	line-height: 1.2em;
	margin-top: -0.2em;
	text-align: left;
}
.left { text-align: left; }
.centered { text-align:center; }
.justify { text-align:justify; }
.widget {width:100%; margin:0 auto; padding:.5em 0;}

#HomepagePicture {
/*	border: 2px solid #403001;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;  */
	
	box-shadow: 5px 5px 25px #BFAA41;
	-moz-box-shadow: 5px 5px 25px #BFAA41;
	-webkit-box-shadow: 5px 5px 25px #BFAA41;
}