html, body {
	font-size: 12px;
	font: 100% Arial, Helvetica, sans-serif;
	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;
	height: 100%;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container x% of the browser width */
	height: 100%;
	background: #ffe800;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px solid #ffffff;
	border-right: 0px solid #f1de1a;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:10%;
	background-image: url(_images/back1.gif); 
	background-repeat: repeat-x;}

.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
		
.oneColLiqCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 90%;
}

p { margin: 0px 0px 0px 0px;
    padding-bottom: 5px;
	}
	
a:link, a:visited {
	color: #000;
    text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

.main {
	background-image: url(_images/back2.gif); 
	background-repeat: none;}

form {
	background-color: #FFFFFF;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.nav a, .nav a:link, .nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffe800;
}

.nav a:hover {
	color: #000000;
	background-color: #ffffff;
}

.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	border: 2px solid #ffe800;
	padding: 0px;
	letter-spacing: 0.2px;
	background-color: #fff;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	border-right: 1px dotted #f1de1a;
	padding: 0px 20px 0px 20px;
	letter-spacing: 0.2px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	letter-spacing: 0.2px;
}

.copy a, .copy a:link, .copy a:visited {
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background-color: #ffe800;
}

.copy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.4px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-right: 1px dotted #f1de1a;
	line-height: 17px;
	padding: 0px 20px 0px 20px;
	letter-spacing: 0.2px;
}

.headline a, .headline a:link, .headline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #ffe800;
}

.headline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}


ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 17px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    text-indent: 0px;
    list-style-position: outer;
    list-style-type: disc;
    margin: 5px;
    padding: 0px 0px 0px 10px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0.2px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;
	letter-spacing: 0.2px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 17px;
	letter-spacing: 0.2px;
}

.top {
	background-color: #fff;
	}


.jumpMenu {
	color: #ffffff;
}
