body {
	font-family: Georgia, serif;
	padding: 0;
	margin: 0;
	background: #f99f3e; /*bgcolor of whole site body, solid, no gradient*/
}

td {
	font-family: Georgia, serif;
	font-size: 12px;
	
	
}

p { padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	
}



/*img.center { /*content image sans caption, left
  padding-top: 5px;8
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
 

}*/


/*controls content images with optional captions*/
.picture { 
	background-color: #F9F9F9;
	border: 0px solid #CCCCCC; 
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
}

.picture img { 
	border: 0px solid #CCCCCC;
	vertical-align:top; 
	margin-bottom: 3px; 
}

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.0em 0.8em 0.5em 0.5em; float:left; } 
/* //controls content images with optional captions*/

h1 {
  	font-size: 28px;
	padding: 5px;
}

h3 {
  	font-family: Tahoma, arial, sans-serif;
	font-size: 9px;
	padding: 10px;
	text-align: center;	
}

/*controls topnav*/
.blocktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
}

.blocktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 10px Georgia;
list-style-type: none;
}

.blocktabs li{
display: inline;
margin: 0;
}

.blocktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #faa03f; /*background of tabs (default state)*/
}

.blocktabs li a:visited{
color: white;
}

.blocktabs li a:hover, .blocktabs li.selected a{
background: #fcc256; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* //controls topnav*/

/*controls bulleted lists*/
.list
{
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 5px;
	margin-right: 10px;
}

li { margin-bottom: .5em; }
/* //controls bulleted lists*/


/*controls footer nav*/
.footernav a:link {color: #000000; text-decoration: none; }
.footernav a:visited {color: #000000; text-decoration: none; }
.footernav a:hover {color: #000000; text-decoration: underline; }
.footernav a:active {color: #000000; text-decoration: none; } 
/* //controls footer nav*/

/*controls designed byline*/
.byline a:link, .byline a:visited { 
font-size: 10px;
font-style: italic;
color: #f89939;
margin-left: auto;
margin-right: auto;
width: 160px;

}
/*//controls designed byline*/