@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	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 */
	}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #d795bb;*/
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 780px;
	height: 358px;
	background: #d795bb;
	background-image:url(../images/splashbanner.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 0;  /* 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. */
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d795bb;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size:22px;
	text-align:center;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d795bb;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #footer p {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	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 */
}
.oneColFixCtrHdr #footer a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.oneColFixCtrHdr #footer a:hover {
	color: #9c0063;
	text-decoration: none;
	font-weight:bold;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:bold;
}
#warning {
	
	/*padding-left: -20px;*/
	
	}
#warning ul.first {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.5px;
	font-style: normal;
	font-weight: bold;
	color: #9c0063;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #efd3e7;
	border:inset;
	border-color:#9c0063;
	
	}

.bullets{
	line-height: 16px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 10px;
	
}
.second p{

	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9c0063;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: -3px;
	}

#warning ul.second {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.5px;
	font-style: normal;
	font-weight: bold;
	color: #9c0063;
	background-color: #efd3e7;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border:inset;
	border-color:#9c0063;

}
#warning a{

	color: #000;

	text-decoration: none;
	font-weight:bold;

}
 #warning a:hover{

	color: #9c0063;
	text-decoration: none;
	
}	

#agecheck p{

	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #000;
	
}

#agecheck a{

	color: #000;

	text-decoration: none;
	font-weight:bold;

}

	

#agecheck a:hover {

	color: #9c0063;

	text-decoration: none;

}	



