body  {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFFS;
	margin: 0;
	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;
}
.header {
	padding-bottom: 8px;
}
.printEmail {
	padding-right: 70px;
	text-align: right;
	font-size: .7em;
}
.printEmail a:link {color:#007dc3;} 
.printEmail a:visited {color:#007dc3;}  /* visited link */
.printEmail a:hover {color:#007dc3;}  /* mouse over link */
.printEmail a:active {color:#007dc3;}  /* selected link */

.container { 
	width: 100%;
	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. */
}
a:link {color:#007dc3;}      /* unvisited link */
a:visited {color:#5d9732;}  /* visited link */
a:hover {color:#007dc3;}  /* mouse over link */
a:active {color:#007dc3;}  /* selected link */

.leftNav {
	width: 202px;
	padding-right: 31px;
	padding-left: 100px;
}
.leftNav a {
	font-weight:bold;
	text-decoration: none;
	font-size: 1em;
}
.navOn {
	padding-bottom: 10px;

}
.navOn a:link {color:#007dc3;}      /* unvisited link */
.navOn a:visited {color:#007dc3; text-decoration:none;}  /* visited link */
.navOn a:hover {color:#007dc3;}  /* mouse over link */
.navOn a:active {color:#007dc3;}  /* selected link */

.navOff {
	margin-bottom: 10px;
	
}
.navOff a:link {color:#5d9732;}      /* unvisited link */
.navOff a:visited {color:#5d9732; text-decoration:none;}  /* visited link */
.navOff a:hover {color:#007dc3;}  /* mouse over link */
.navOff a:active {color:#007dc3;}  /* selected link */

.navLine {
	margin-bottom: 10px;
		
	}
.mainContent {
	width: 706px;
	padding-right: 77px;
	padding-left: 0px;
}
.mainContentHeader {
	font-size: 1.75em;
	color: #5d9732;
}
.mainContentSubHeader {
	font-size: 1.15em;
	color: #007dc3;
	font-weight:bold;
}

.mainContentSubHeaderNew {
	font-size: 1.15em;
	color: #007dc3;
	
}

.mainContent p {
	padding-bottom:5px;
	padding-top:3px;
	font-size: .75em;
}
.mainContent ul {
	margin-top: -5px;
	font-size: .75em;
}
.mainContent ul li {
	/*padding-left: 0px;*/
	margin-left: -25px;
}
.footer 
{
	padding-left: 80px;
	padding-right: 31px;
	color: #6587b4;
	font-size: .7em;
}
.footerCopy {
	color: #6587b4;
	font-size: 1.3em;
	padding-left:101px
}
.footer a:link {color:#6587b4;}      /* unvisited link */
.footer a:visited {color:#6587b4;}  /* visited link */
.footer a:hover {color:#007dc3;}  /* mouse over link */
.footer a:active {color:#007dc3;}  /* selected link */

/* home page elements */
#assistanceProgram {
	background-image:url(../images/callout_homePage_AssistanceProgram.jpg);
	width:615px;
	height:198px;
	font-size: .75em;
	/*border:#000000 thin solid;*/
}
.assistanceProgramLeft {
	float: left;
	display: inline;
	width: 365px;
	padding-left: 25px;
	padding-top: 70px;
	padding-right: 20px;
	/*border:#333333 thin solid;*/
}
.assistanceProgramRight {
	float: right;
	display: inline;
	width: 135px;
	text-align: left;
	padding-left: 10px;
	padding-top: 55px;
	font-weight: bold;
	padding-right:25px;
	margin-right:10px;
	/*border:#999999 thin solid;*/
}
.listLeftArt {
	float: left;
	display: inline;
	width: 165px;
	text-align: center;
	}
.listLeftDescription 
{
	float:left;
	display: inline;
	width: 450px;
	text-align: left;
	font-size: 1em;
	padding-left:25px;
}
.listTitle {
	font-size: 1.2em;
	color: #007dc3;
	font-weight:bold;	
}
#homePageFlash {
	float: left;
	display: inline;
	width: 431px;
	/*border:#333333 thin solid;*/
}
#quickPoll {
	float:right;
	display:inline;
	background-image:url(../images/homePage_PollBackground.jpg);
	width:154px;
	height:149px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: .75em;
}
.pollResponse {
	font-size: .9em;
	font-weight:bold;
	color:#007dc3;
}
table {
	border-collapse:collapse;
}
table .programsTableFormat  td{
	padding: 10px;
	font-size: .75em;
}
table tr .programBlueLight {
	background-color:#f2f8fd;
}
table tr .programBlueDark {
	background-color:#e2effa;
}
table tr .programGreenLight {
	background-color:#f0f6ed;
}
table tr .programGreenDark {
	background-color:#e2ecda;
}