﻿body 
{
    width:auto;
    height:auto;
	margin: 0px;
	text-align:center;
	font-size:10pt;
	background-color:White;
	font-family: Times, Times New Roman, serif;		
	display:block;
}

a:link {color: Blue; text-decoration: underline;}


#container
{
    width:auto;
    height:auto;
	font-size: 14px;
	/*width: 1024px;*/
	/*height: 768px;*/
	background-color:White;
	margin: 0px;
	display:inline-block;
}

#headerRow
{
    display:inherit;
    width:100%;
    /*width: 1024px;*/
	height: 104px;
	border-bottom:2px solid Black;
	background-color: #ffffff;
}

#headerRowLeft

{
    display:inherit;
    width:100%;
	/*width: 749px;*/
	height: 104px;
	float: left;
	background-color: #ffffff;
}

#topNav

{ 
  display:none;
 }
 
#topNav a:link {color: #395175; text-decoration: none; display:none}
#topNav a:visited {color: #395175; text-decoration: none; display:none}
#topNav a:hover {color: #395175; text-decoration: underline; display:none}

 #siteSearch

{ 
display:none;
 }
 
  #searchBtn

{ 
  display:none;
 }


#headerRowRight

{
   display:none;	
}

#memberLogin

{ 
 display:none;
 }

#navMenu
{
  display:none; 
}

#contentRow
{
    overflow: visible;
    width:auto;
    height:auto;
    /*width: 1024px;*/
	/*height: 568px;*/
	background-color: White;
	text-align:left;
}

#contentRowLeft
{

    overflow: visible;
    width: 800px;
    height:inherit;
    /*width: 749px;*/
	/*height: 568px;*/
	padding: 0px 0 0 10px;
	float: left;
	background-color: #ffffff;
}

#contentRowLeftHeader
{
    display:none;
    visibility:hidden;
    overflow: visible;
    width:100%;
    /*width: 747px;*/
    height: 40px;
	/*height: 568px;*/
	font-size: 20px;
	font-weight: bold;
	color: Black;
	background-color: White;
	border: solid 2px #395175; 
	padding: 10px;
}

#contentRowLeftInternal

{
    padding: 0px 5px 5px 5px;
}

#chairPhoto
{
    border:solid 2px Black;
    margin: 0px 0px 0px 10px;
    display:inline-block;
}

#contentRowRight

{
    display:inherit;
    overflow: visible;
    width:200px;
    height:auto;
    /*width: 272px; /*differential accounts for border width*/
    padding: 0px 5px 0 5px;
	/*height: 568px;*/
	float: right;
	font-size:12px;
	border-left:2px solid Black; /*"solid" needs to be defined as border-style for Mozilla*/
	background-color: White;
}


#contentRowRightHeader

{
    display:none;
    overflow: visible;
    width:200px;
    /*width: 272px; /*differential accounts for border width*/
	height: 60px;
	font-size:15px;
	color: Black;
	background-color: White;
	border: 2px Black;
	border-left:0px; 
}

#contentRowRightInternal

{
   padding: 0px;
}


#contentRowRight h1
{
    font-size: 14pt;
    font-weight:bold;
    text-align:justify;
    color:Black;
    }
    
  #contentRowLeft h1
{
    font-size: 14pt;
    font-weight:bold;
    text-align:center;
    color:Black;
    }
    
#contentRowLeft h2
{
    font-size: 12pt;
    font-weight:bold;
    text-align:left;
    color:Black;
    }

#footer
{   
    clear: both;
    width: 1024px;
	height: auto;
	display:run-in;
	color: Black;
	font-size:10px;
	background-color: White;
	border-top:2px solid Black;	/*"solid" needs to be defined as border-style for Mozilla*/
}
#footer img
{
    visibility:hidden;
}
