body {
font-family: Verdana, Arial, sans-serif;
padding: 5px 15px;
font-size: small;
}


h1, h2, h3	{
	color: #780000;
	}

p, h3 {
margin-left: 25px;
}

	

dfn, cite	{
	color: red;
	font-weight: bold;
	}


/* These styles control the header and the navigation bar that appears below it. */
#header {
   height: 90px;
   background-color: #404040;
   color: #F0F0F0;
   padding-left: 5px;
   padding-right: 5px;
   }

#header-top     {
	padding-top: 5px;
	}

#siteName      {
	font-size: xx-large;
	font-family: Times, Times New Roman, serif;
	font-weight: bold;
	float: left;
	}

	
#siteSearch     {
	text-align: right;
	padding 0;
	margin-top: 5px;
	}


#header-bottom {
	margin-bottom: 5px;
	font-family: Times, Times New Roman, serif;
	clear: both;
	}
       
#header-bottom ul       {
	text-align: right;
	}
	
#header-bottom  li      {
	display: inline;
	}
	
#header-bottom a {
color:#F0F0F0;
	} 
	
#header-bottom  a:link, #header-bottom: a:visited       {
	text-decoration: none;
	} 

#header-bottom	a:hover	{
color: blue;
}


#tagline {
	font-weight: bold;
	width: 350px;
	float: left;
	}


#navbar {
	clear: both;
	font-size: 90%;
	border-bottom: 1px solid #580000;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	}

#localSection	{
	color: red;
	float: left;
	}

#pages {
	font-size: 90%;
	text-align: right;
	}

#pages a:link, #types a:visited        {
	padding: 0.1em 0.3em 0.1em 0.3em;
	text decoration: none;
}

#pages a:hover {
color: blue;
text-decoration: underline;
font-weight: bold;
}

/* End of header styles */


.company {color: #404040; font-weight: bold;}


/* These elements format the "sections" div that appears at the bottom of every page. */
		#sections	{
		clear: both;
		padding-top: 1em;
		padding-bottom: 1em;
		border-top: 1px solid #780000;
		border-bottom: 1px solid #780000;
		text-align: center;
		}
		
		#sections ul	{
		list-style: none;
		}
		
		#sections li {
		display: inline;
		}
		
		#sections a:link, #sections a:visited	{
		padding: 0.4em 0.6em 0.4em 0.6em;
		text decoration: none;
		}
		
		#pagesBottom	{
		clear: both;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-bottom: 1em;
		text-align: center;
		}
		
/* End of sections formatting */

	
#footer	{
	clear: both;
	padding: 5px;
	}

.indent {
padding-left: 60px;
margin-left:20px;
}

.column	{
	float: left;
	width: 30%;
	}


/* These classes relate to image positioning. They let me float an image either to the left or right of a page.*/

.alignRight { 
	float: right; 
	margin: 0 0 15px 15px;
	}

	
.highlight	{
	margin-left: 10%;
	margin-right: 10%;
	border: 2px solid #780000;
	}

.highlightTight	{
	margin-left: 5%;
	margin-right: 50%;
	padding: 10px;
	border: 2px solid #780000;
	}



