@charset "utf-8";
body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	background: #CCFFCC;
	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: 960px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid  #336666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-image:url(../images/youth_title.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtrHdr #footer { 
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #339966;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FFC573;
} 
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Paragraph1 { 
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #99CC00;
	font-weight: bold;
	text-align: center;
}
.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: #808000;
	font-style:italic; 
	font-weight:bold;
}
.Heading1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #99FF33; 
	font-weight:bold;
	text-align:center;
}
.Heading2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00; 
	font-weight:bold;
	text-decoration:blink;
	text-align:center;
}
.Heading3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight:bold;
	text-align:center;
}
.Heading4 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #339933; 
	font-weight:bold;
}
.Heading5 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900; 
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #33FF99;
}
a:link {
	color: #99CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}

