/**July for header color**/
/*padding - top right bottom left**/


body {
	background-color: white;
	margin-top: 20px;
	margin-left: 35px; 
	margin-right: 35px; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: black; 
	}


#header {
	width: 100%;
	height: 120px;
	background-color: #7783BB;   
	}

h1 { 
	font-family: Arial, Verdana, sans-serif;  
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px black;
	color: white; 
	} 

#header_2 {
	width: 100%;
	height: 100px;
	background-color: #7783BB;
	}


#linkbar {
	background-color: white;
	height: 34px;
	}


#leftcolumn {
	float: left; 
	margin-top: 20px;
	padding: 5px 0px 0px 0px;
	width: 150px;
	background-color:  white;
	font-size: 12px;
	}



ul.navbar li {
  margin: 0.5em 0;
  padding: 0.3em;
   }

ul.navbar a {
  text-decoration: none }

a:link {
  color: blue }

a:visited {
  color: maroon }


#content {	
	margin-top: 0px;
	margin-left: 160px;  
	margin-right: 50px;
	padding: 5px 25px 5px 25px; /*top right bottom left**/
	background-color: white;
	}



#content_2 {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px 25px 5px 25px; /*top right bottom left**/
	background-color: white;
	}



h1 { 
	font-family: Arial, Verdana, sans-serif;  
	font-size: 24px;
	font-weight: bold;
	color: white; 
	} 


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold; 
	color: black;
	} 

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	}

h4 {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 16px;  
	font-weight: bold; 
	color: black;
	}


h5 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: black;

table {
	font-size: 10pt;
	}



p.outset {			
	border-style: outset;
	padding: 0.5em;
	}

p.em {
	font-style: italic;
	}

.em {
	font-style: italic;
	}


.bold {
	font-weight: bold;
	}
	

span.navy {
	font-style: italic;
	color: navy;
	}

blockquote {
	width: 80%;
	margin-top: 1em;
	margin-right: 5em;
	margin-bottom: 1em;
	margin-left: 5em;
	padding: 1px, 1px, 1px, 1px;  /**padding - top right bottom left**/
	}


div.img  
{
  
	margin: 5px;
 	 border: 1px solid gray;
	background-color:  #F5F5DC; /**beige-sage**/
 	 height: auto;
  
 	 width: auto;
  
 	text-align: center;

	}	

div.desc{
  
	text-align: center;
 	 font-weight: normal;
 
	font-style: italic;
	width: auto;
	 margin: 2px;

	}	

.photo {
	float: right;
	position: relative;
	padding: 10px 1px 10px 2px;	
	}


.footer links {
	font-size: x-small;
	text-align: center;
	margin-bottom: 3em;
	}
