body {
	margin: 1em auto; /*	width: 1000px;
	padding: 0;
	background-color: white;
	background-image: url(Images/pap2.gif);
	background-repeat: repeat;
	border: thin solid Black;
	min-height: 1050px; */
	background-color: #4682B4;
}


#wrap {
margin: 1em auto;
width: 900px;
padding: 0;
background-image: url(Images/pap2.gif);
background-repeat: repeat;
border: thin solid Black;
min-height: 1050px;
}

/* Headline Styles */ 

h1 {
	font-size: 1.8em;
	font-style: italic;
	text-align: left;
	padding: 0em 0em;
	font: serif;
	color: #B22222;
	border-top: 0px;
	border-bottom: thin groove #B22222;
}

h2 {
	font-size: 1.4em;
	text-align: left; 
	color: #B22222; 
	font: serif;
	}

h3 {
	font-size: 1.2em;
	text-align: left;
	color: #B22222;
	font: serif;
}
	
h4 {
	font-size: 1.1em;
	font: italic;
	text-align: left;
	padding-left: 0em;
	color: #B22222;
}

h6 {
	font-size: .9em;
	text-decoration: underline;
	font-weight: bold;
}

 

p {
	font-family: sans-serif;
	text-align: justify;
	color: Black;
	font-weight: normal;
	font-size: .8em;
}

/* Paragraph and Span Styles */



/* Division Id */ 

/* Top Logo Division */ 

#header {
	/* top: 0;
	left: 0; */
	height: 105px;
	color: #009;
	padding-top: 5px;
	text-align: center;
	background: transparent;
	border-bottom: thin solid #009;
	margin-bottom: 20px;
}

/* Main Content Right Side Division */ 
  
#main {
	margin-left: 16em;
	margin-bottom: 0px;
	padding: 1.0px 2em 0px;
	background: transparent;
	border: 0px;
	height: 100%;
}

/* Left Side Holding Division */ 

#nav-one {
	float: left;
	/* position: absolute; */
	/* top: 200px; */
	/* left: 0; */
	width: 14em;
	
	color: maroon;
	padding: 1px 1em 1px 1em;
	text-align: justify;
	background-repeat: repeat;
}

/* #nav-one p {padding:0.5em;} */


/* #footer {
  width:100%;
  margin: 0 auto;
  text-align:center;
  margin-top:0px;
  padding: 0em;
  color:#009;
  border-top:0px solid #708090;
} */


#testimonial  {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #000000;
}

#members {
	margin: 0 auto; /* problem with how IE calculates padding makes the vertical navigation bar wider then width of nav-one even though navcontainer is set to 100% width and embeded in nav-one.  can change width of members and testimony divisions to 13em to get a compromise between firefox and IE.  */
	width: 100%;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center;
}	

div#section25	{
	margin-left: 50px;
}

/* Vertical Navigation Bar Assocated Styles */ 

#navcontainer	{
width: 100%;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: .9em;
background-color: #90bade;
color: #333;
}

#navcontainer ul	{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li	{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a	{
display: block;
padding: 3px 3px 3px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
/* width: 100%; */
}


html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}


/* Horizontal Navigation Bar Associated Styles */ 

#navlist2 {
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: small;
/* margin-left: -2.5em; */
}

#navlist2 ul {
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

#navlist2 li  {
/* float: left; /*
/* padding-right: .2em; */
/* padding-top: .2em; */
/* padding-bottom: .2em; */
display: inline; /* this is the original setting - changed to float left below */
/* list-style-type: none; */
}

#navlist2 a {
/*	padding: 4px 10px; */
   padding: .2em 1em;
}

#navlist2 a:link, #navlist2 a:visited
{
color: #fff;
background-color: #2175bc;
text-decoration: none;
}

#navlist2 a:hover
{
color: #fff;
background-color: #2586d7;
text-decoration: none;
}

/* Dreamweaver Created Styles Exported Into the Style Sheet */
 
.set-sans-serif {
font-family: Arial, Helvetica, sans-serif;
}

.sans-serif-x-small {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}

.sans-serif-large {
font-family: Arial, Helvetica, sans-serif;
font-size: large;
}
	
.sans-serif-bold {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
	
p.main	{
	font-family: sans-serif;
	color: #009;
	text-align: justify;
	padding-left: 1em;
}

div.boxhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	background-color: #1958b7; 
	color: white; 
	text-align: center; 
	padding: 3px;
}
