@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	background:#FFFFFF;
	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: #008080;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background-image:url("Images - DFK/Arpeewallpaperemb.JPG");
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #008080;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.Paragraph1 { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#008080;
	font-weight:bold;
}
.Paragraph2 { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #339933;
	font-weight:bold;
	font-style:italic;
}
.Paragraph3 { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#330099;
}
.Paragraph4 { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #993399;
	font-style:italic; 
	font-weight:bold;
}
.Heading1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #993399; 
	font-weight:bold;
	text-decoration:blink;
}
.Heading2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#330099; 
	font-weight:bold;
}
.Heading3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FF00FF; 
	font-weight:bold;
}
.Heading4 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #339933; 
	font-weight:bold;
}
.Heading5 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900; 
	font-weight:bold;
}
.Heading6 { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#008080;
	font-weight:bold; 
	text-decoration:underline;
}
input, selection {
	background-color: #DCDAE7;
}
.fieldSet {
	background-color: #F2F1F6;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
