@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background_irisblue.gif);
	background-repeat: repeat-x;
	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;
}
.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background:  #4F3193;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333366;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-image: url(../images/officers.gif);
	background-repeat: no-repeat; 
	background-position:center;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #4F3193;
} 
.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 */
}
.Heading1 {
	font-size: 24px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: justify;
	}
.Heading2 {
	font-size: 18px;
	font-weight:bold;
	color: #CCCCCC;
	text-align: center;
	}
.Heading3 {
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
	}
.Heading4 {
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	text-align: left;
	}
.Heading5 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	}
.MainParagraphs {
	font-size:14px;
	text-align:left;
	color:#000000;
	font-style: normal;
	font-weight: normal;
	}
.Paragraph1 {
	font-size: 16px;
	color: #000066;
	font-style:italic;
	}
.Paragraph2 {
	font-size:14px;
	color: #FF99FF;
	}
.fieldSet {
	background-color: #9E9ECF;
	border: thin double #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	}
.input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #660033;
	background-color: #CCCCCC;
}
.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:smaller;
	color: #660033;
	background-color: #CCCCCC;
	}
