/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:visited 
{
  color: #999999;
  text-decoration: line-through;
}

a:hover 
{
 color: #FF0000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.75em;
 font-weight: normal;
 padding: 7px 0px 7px 20px;
}

h2{
 font-size: 1.15em;
 color: #000000;
 font-weight:bold;
}

h3{
 font-size: 1em;
 color: #663366;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
}
#titlehead{
	margin: 0;
	width: 100%;
}

#contentWrapper {
 display:block;
	width: 100%;
	margin: 0;
}

#content {
	font-size: 1em;
	color: #000000;
}

#footer{
 display:none;
}
#footer a, a:visited {
 display:none;
}

#johnherr {
 display:none;
}
#johnherr a, a:visited {
 display:none;
}


#navBar{

}

#textSize {
 display:none;
 }
	
a.textSizeControl, a.textSizeControl:visited {
 display:none;
}
a.textSizeControl:hover {
 display:none;
}

/***********************************************/
/*Component Divs                               */

/*************** #pageName styles **************/

#pageName img {
  padding-bottom: 10px;
}

#pageName h2
{
  display:block;
}

/************** .story styles *****************/

#content p {
	padding: 0px 0px 0px 0px;
	font-size: .68em;
}

#story h3
{
  font-size: .68em;
  padding: 0px 0px 0px 0px;
}

#story 
{
  font-size: 1em;
}

#story li
{font-size: .68em;}

/*************** optionals ******************/

table {
  color: #000000;
  font-size: .7em;
}
#story table p { 
  font-size: 1em;
}
td {
  vertical-align: top;
  border: solid 1px #999999;
  padding: 4px;
}

td.cell
{
  background-color: #eeeeee;
}

#story td li  { font-size: 1em; }


/*************** optionals ******************/

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar hr
{
  display: none;
}

#photos img 
{
  display:block;
}

#photos 
{
		font-size: 1em;
}

#photos p
{
		font-family: Verdana, sans-serif;
		font-size: .7em;
		color: #000000;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
  display: none;
}

#sectionLinks li{
  display: none;
}

#sectionLinks a 
{
  display: none;
}

#sectionLinks a:link {
  display: none;
}

#sectionLinks a:visited{
  display: none;
}

#sectionLinks a:hover{
  display: none;
}


