﻿body 
{
	margin: 0px;
	text-align:center;
	background-color:#ffffff;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;		
}

a:link {color: #395175; text-decoration: none;}
a:visited {color: #395175; text-decoration: none;}
a:hover {color: #395175; text-decoration: underline;}


#container
{
	font-size: 13px;
	width: 1024px;
	/*height: 768px;*/
	border:solid 2px #001a7b;  /* was #395175 */
	background-color:#ffffff;
	margin:0 auto; /*center in Mozilla*/
}

#headerRow
{
    width: 1024px;
	height: 100px;
	background-color: #ffffff;
}

#headerRowLeft

{
	width: 749px;
	height: 100px;
	float: left;
	background-color: #ffffff;
}

#mainlogo
{
 margin-left:0px;
 margin-top:0px;
}

#topNav

{ 
}

#siteSearch
{ 
  position: absolute;
  top: 113px;
  margin-left: 780px; /*Mozilla*/
  *margin-left:410px; /*IE 7*/
  z-index: 200;
 }
 
  #searchBtn

{ 
  padding-bottom:30px;
 }


#headerRowRight

{
	width: 272px; /*differential accounts for border width*/
	height: 90px;
	float:right;
	/*border-left:solid 2px #395175;*/
	/*background-color: #395175;*/	
	/*background-image: url("../images/login_bg2.jpg");*/	
}

#memberLogin

{ 
  position: relative;
  top: 145px;
  background-image:url('../images/login_bg3.jpg');
  background-repeat:no-repeat;
  background-color:#0047bd;
  background-position:5px 5px;
  margin-left: 0px; /*Mozilla*/
  *margin-left: -5px; /*IE 7*/
  z-index:0;
 }

#navMenu
{
    width: 1024px;
	height: 45px;
	background-image: url("../images/nav_bg2.gif");
	background-repeat: repeat-x;
	background-color: #395175;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:left;
}

#contentRow
{
    overflow: hidden;
    width: 1024px;
	/*height: 568px;*/
	background-color: #cbcbcb;
	text-align:left;
}

#contentRowLeft
{

overflow: hidden;
    width: 719px;
	/*height: 568px;*/
	padding: 15px;
	float: left;
	background-color: #ffffff;
}

#chairPhoto
{
    border:solid 3px #395175;
    margin: 0px 0px 0px 10px;
    
}

#contentRowRight

{
    overflow: hidden;
    height: 100%;
    width: 242px; /*differential accounts for border width*/
	/*height: 568px;*/
	padding: 15px;
	float: right;
	font-size:15px;
	text-align:justify;
	border-left:solid 2px #001a7b;
	background-color: #c9cfef;
	/*padding-bottom: 50%;*/
}

#contentRowRight h1
{
    font-size: 20px;
    font-weight:bold;
    text-align:justify;
    color:#395175;
    margin-top:25px;
    }
    
#contentRowLeft h1
{
    font-size: 20px;
    font-weight:bold;
    text-align:left;
    color:#000000;
    }

#footer
{   
    clear: both;
    width: 1024px;
	height: 90px;
	color: #ffffff;
	background-color: #001a7b;
	
}

#footer a 
{
    color:White;
}
 