@charset "utf-8";
body {
	text-align:left;
	font-size:17px;
	font-family: Arial,Helvetica, Verdana;
	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;
	background-color: #484848;
}
.oneColFixCtr #container {
	width: 700px;  /* 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 */
	padding-right:35px;
	padding-left: 35px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



#signature {

font-family: Comic Sans, Comic Sans MS, cursive;
color: blue;
font-style: italic;

}

h1 {
text-align:center;
margin-bottom:5px;
}

h2 {

text-align:center;
/*color:#5E7692; */
color: red;
font-style:bold;
font-size:17px;

}

h2.redhead {

font-style: bold;
font-style: italic;
font-size:24px;
padding-right: 205px;
}
p.underredhead {

font-style: italic;
text-align: right;
padding-right:205px;

}


h3 {

text-align:center;
font-size: 15px;
font-style: bold;
padding-top:0px;
}

h4 {

text-align:center;
font-size: 16px;
font-style: bold;
color: red;
}

p {

text-indent:25px;

}
p.noindent {
text-indent:0px;
}

small {

font-size:11px;

}

span.boxtext {

border-style:outset;
border-width:thin;
padding: 7px;

}

span.affprogramheading {

text-decoration: underline;
color:#000000;
text-align: left;

}
h2.affprogramheading {
text-align: left;
/*color:#5E7692; */
}

ul.bullet {

list-style-image: url('checkmark2.gif');

}

li {

padding-bottom:25px;

}
