@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;	
	font-family: verdana;
	background-image: url(artwork/main/background.gif);
	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 */
}


a.mainlinks:link {color: #B30838; font-size: 10pt;  text-decoration: none ;}
a.mainlinks:visited {color: #B30838; text-decoration: none ; }
a.mainlinks:hover {color: #000000; text-decoration: none ; }
a.mainlinks:active {color: #000000; text-decoration: none ;} 


a.homelinks:link {color: #B30838; font-size: 13pt;  text-decoration: none ;}
a.homelinks:visited {color: #B30838; text-decoration: none ; }
a.homelinks:hover {color: #000000; text-decoration: none ; }
a.homelinks:active {color: #000000; text-decoration: none ;} 


a.sectionlinks:link    {color: #000000; font-size: 12.5pt;  text-decoration: none ;}
a.sectionlinks:visited {color: #000000; font-size: 12.5pt; text-decoration: none ; }
a.sectionlinks:hover   {color: #B30838; font-size: 12.5pt; text-decoration: none ; }
a.sectionlinks:active  {color: #B30838; font-size: 12.5pt; text-decoration: none ;} 




a.footer:link {color: #B30838; font-size: 10pt; text-decoration: none ;   }
a.footer:visited {color: #B30838; text-decoration: none ;   }
a.footer:hover {color: #000000; text-decoration: none ; }
a.footer:active {color: #000000; text-decoration: none ;  } 


a.blue:link {color: #ffffff; font-size: 10pt; text-decoration: none ;   }
a.blue:visited {color: #ffffff; text-decoration: none ;   }
a.blue:hover {color: #B30838; text-decoration: none ; }
a.blue:active {color: #B30838; text-decoration: none ;  } 


H1 {
font-size:15px;
color:#B30838;
margin-top:0px;
margin-bottom:15px;
      }



.whitetext {
	font-size:12px;
color:#ffffff;
text-align:left;
}


.whitetextSMALL {
	font-size:09px;
color:#ffffff;
text-align:left;
}


.oneColLiqCtrHdr #container {
	width: 855px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColLiqCtrHdr #header {
 background: #0000ff;
 font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(artwork/navi/topback.gif);	
	height: 9px;
	padding: 30px 10px 20px 20px;  /* 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. */
}

.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-image: url(artwork/main/middleback.gif);
	background: #ff00ff;
}


.oneColLiqCtrHdr #footer { 
	padding: 10px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 45px;
	background-image: url(artwork/navi/footer.gif);		
	font-size: 10px;
} 
.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 */
}