

body {
	margin: 0;
	padding: 0;
	background: #ffffe9;
	min-width: 738px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	}

.white {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.nav { font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #FFFFFF ; line-height: 30px; text-decoration: none}

.navlinks { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
	line-height: 30px;
}

.navlinks a:link,  .navlinks a:visited, .navlinks a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
}

.navlinks  ul { 
	font-size: 13px; 
	font-weight: normal;
	list-style-type:none;
	padding: 0;
	margin: 4px 0px 10px 14px;
}

.title { font-family: "Times New Roman", Times, serif; font-size: 28px; font-weight: bold; color: #000000}
p {  font-family: "Times New Roman", Times, serif; font-size: 14px; color: #000000}
.callout { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF ; font-style: italic; line-height: 24px}
.calloutSmall { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF ; font-style: normal; line-height: 30px}
.footer {  font-family: "Times New Roman", Times, serif; font-size: 12px; color: #330099}
.text { font-family: "Times New Roman", Times, serif; font-size: 14px; color: #000000 }
.credits { font-family: "Times New Roman", Times, serif; font-size: 9px; color: #000000}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #000099;
	}
	
.white a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.red {
	color: #FF0000;
	font-weight: bold;
}
	
.darkred, .darkred a, .darkred a:visited {
	color: #880000;
	text-decoration: underline;
	}
	
.feedburnerFeedBlock {
	border: 1px solid #000;
	background-color: #ffffff;
	margin: 2em;
	width: 15em;
	padding: 5px;
}
	
.feedburnerFeedBlock p {
	margin: 0px;
	padding: 0px;
	
}

.feedburnerFeedBlock ul{
	list-style-type:none;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

.feedburnerFeedBlock li
{
background-image: url(images/circle.png);
background-repeat: no-repeat;
background-position: .2em .2em;
padding: 0 0 .3em 1.2em;
}

p.feedTitle {
	font-weight: bold;
	color:#000000;
	font-style: italic;
	font-size: 110%;
	}
	
p.date {
	font: 11px arial;
	}
	
.feedTitle a:link {
	color:#000000;
	text-decoration:none;
	}
	
#creditfooter {
	display: none;
	}
	
/* _____POPUP PAGE______*/

.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: double 10px #D0B465;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
