/*
stylemain.css
main webpage style sheet
revised 10-23-2005 jwb -- added generic font family (sans-serif)
revised 11-13-2005 jwb -- added blockquote workaround (p.quote)
revised 04-14-2008 jwb -- added header, content and footer
revised 11-12-2008 jwb -- added text-align: justify to paragraphs
revised 05-19-2010 jwb -- revised fonts
*/

h1 {
font-family: "times new roman";
font-size: 30px;
text-align: center
}

h2 {
font-family: "times new roman";
font-size: 20px;
text-align: center
}

body {
background: white;
color: black;
/* margin-top: 5%; */
margin-top: 5%;
margin-left: 25%;
margin-right: 25%
}

#header {
}

#content {
font-family: times,verdana, sans-serif;
font-size: 12px;
line-height: 14pt; /* spacing between lines of text */
}

p {
text-align: justify;
font-family: times,verdana, sans-serif;
font-size: 12px;
line-height: 20px
}

/* padding sequence top left bottom right */
img.border {
/* border: 1px solid #333333; */
padding: 10px 0px 10px 10px
}

P.quote {
font-style: italic;
margin-left: 10%;
margin-right: 10%
}

/* added 11-13-2005 jwb -- a blockquote workaround */
/* useage tip: < p class="quote" > */

P.center {
margin-left: 10%;
margin-right: 10%
}

UL {
font-family: verdana, sans-serif;
font-size: 12px;
line-height: 14pt;
list-style: none
}

.imageleft {
         padding:5px;
         margin-right:10px;
         float:left;
}

.imageright {
         margin-top:15px;
		 margin-bottom:2px;
		 margin-left:20px;
         float:right;
} 
A:link {
color: blue;
background-color: white
} 

A:active {
color: green;
background-color: white
}

A:visited {
color: red;
background-color: white
}

#nav_bottom {
font-family: times, verdana, sans-serif;
font-size: 12px;
line-height: 14px;
text-align: center
}
	
#footer {
font-family: times, verdana, sans-serif;
font-size: 10px;
font-style: italic;
text-align: center
}

