@charset "utf-8";

.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColLiqCtrHdr #footer {
	background-color: #FFFFFF;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-top-color: #73AB4A;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 


.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	float: left;
	width: 800px;
}

.oneColLiqCtrHdr #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 */
}

.oneColLiqCtrHdr #header {
	background-image: url(../graphics/pages/header.jpg);
	height: 90px;
	padding-top: 155px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #container {
	width: 845px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

body {
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../graphics/pages/back.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav_wrapper {
	background-color: #CCCCCC;
	height: 30px;
	margin-left: 136px;
	margin-bottom: 10px;
}
#header_box {
	height: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 90%;
	clear: both;
	padding-top: 3px;
	padding-right: 3px;
}


.burg {
	color: #990000;
}

.green {
	color: #006633;
}
.grey {
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
	color: #990000;
}
h6 {
	font-size: 14px;
	color: #006633;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #993366;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #2250A0;
}
.a14 {
	font-size: 14px;
}
