@charset "utf-8";
/* CSS Document */

th {
	background-color:#CCCCFF;
	text-align:center;
}

td {
	text-align:left;
}

.hiliteYellow {background-color:#FFFFCC;
}

.hiliteGreen {background-color:#CCFFCC;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#EEE;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

p.dark	{
	text-align: center;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color:#D84519;
	margin: 10px 0 20px 0;
	
}	

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	margin: 25px;
	text-align:left;
	}
	
h2		{
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 25px;
}		
	
h3		{
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:20px;
}		
	
h4		{
	text-align: center;
	font-weight:bold;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin: 25px;
	text-align:left;
	color:#CC3333;
	}
	
h6		{
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
}
	
p {
	font-size:85%;
	margin:0 0 20px 0;
	}
	
.breakhere {
page-break-after:always;
}
	
	
	
.centered		{
	text-align: center;
	margin:10px 0 20px 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
	
.left		{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.left14		{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom:25px;
}	

.left18		{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 16px;
	text-align: left;
	margin: 10px;
}
	
form {
	width:600px;
	margin:15px auto 10px 20px;
	}
	
label {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
	text-align: left;
	font-weight:bold;
	}
	
.labelgreen {
	font-family: Arial, Helvetica, sans-serif;
	color:#336600;
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	}	
/*
textarea {
	width:600px;
	height:150px;
	}
 Add this style for warning messages */	
	


	
textarea.johnjohn {
	width:250px;
	height:100px;
	color:#FF0000;
	
	}
	
	textarea.small {
	width:400px;
	height:100px;
	
	}			
	
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning1 {
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	}
.warning2 {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}	
	
#margin25 {
margin-left:25px;
}

