/* -- Styles for Bancroft Web Ste --*/
/*
	Our Blue = #404386
	Our Yellow = #F7D600
*/
body {
	font-family: arial, verdana;
	font-size: .8em;
	text-align: left;
	background-color: #404386;		
}

.page {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	text-align: left;
	width: 750px;
	height: 100%;
	background-color: #ffffff;	
	vertical-align: top;	
}


.columnRight { 
	padding: 5px;	
	margin-top: 10px;	
	width: 170px;
	background-color: #e5edf6;
}

.mainContent {
	padding: 10px;
	width: 550px;
	vertical-align:text-top;
}


h1 {
	font-weight:bold;
	font-size: 1.4em;
	color: #404386;
}

h2 {
	font-weight:bold;
	font-size: 1.2em;
	color: #404386;
}

h3 {
	font-weight:bold;
	font-size: 1em;
	color: #404386;
}

th {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;	
	background-color: #ebebeb;
	text-align: center;
}

.footer {
	font-size: .9em;
	padding: 5px;	
	background-color: #ebebeb;
	text-align: center;
	width: 730px;
	height: 25px;
}

.navigation {
	font-size: .9em;
	padding: 5px;	
	background-color: #f7d600;
	text-align: center;
	width: 730px;
	height: 25px;
}

a.NavButton{
	padding:5px;
	background-color:#404386;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
}


a:visited.NavButton{
}
a:hover.NavButton{
	background-color:#FFB400;
	color: #404386;
}

.left {
margin: 0px 0px 3px -25px;
padding-left: 0px;
background-position: 1px 7px;
background-repeat: no-repeat;
}

table { 

line-height: 1.5em; 
  border-collapse: collapse;
 border-color: #cccccc;
    border-width: 1;
    padding: 3;
    border: 1px;
    }
    
    
.smalltable {
	font-size: .85em;
}




