body {
background-image: url(back.jpg);
background-position: top;
background-repeat:repeat-x;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
font-family: georgia, times, serif;
font-size: 12pt;
color: #11224D;
letter-spacing: 1px;
}



input, textarea {
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;	
	color:#000000; 
	padding: 2px;
	margin: 2px;
	border: 1px solid #11224D;
}




a:link { color:#11224D; text-decoration: underline;  font-weight: bold; letter-spacing: 2px; }
a:visited { color:#11224D; text-decoration: underline;  font-weight: bold; letter-spacing: 2px;}
a:hover { color:#FC0A17; text-decoration: underline;  font-weight: bold; letter-spacing: 2px;}


a.nav:link { color: #11224D; text-decoration: none; font-weight: normal; font-style: italic; font-family: georgia, times, serif; font-size: 18pt; line-height: 35px; letter-spacing: 1px;}
a.nav:visited { color: #11224D; text-decoration: none; font-weight: normal;  font-style: italic; font-family: georgia, times, serif; font-size: 18pt; line-height: 35px; letter-spacing: 1px;}
a.nav:hover { color: #FC0A17; text-decoration: none; text-transform: lowercase; font-weight: normal; font-style: italic; font-family: georgia, times, serif; font-size: 18pt; line-height: 35px; letter-spacing: 1px;}

h1 {
color: #11224D;
border-bottom: 1px solid #FC0A17;
font-weight: normal;
font-family: georgia, times, serif;
font-size: 18pt;
font-style: italic;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
margin-top: 0px;
}


.quotes {
  padding: 10px;
  margin: 5px;
  margin-left: 100px;
  margin-right: 100px;
  line-height: 20px;
  letter-spacing: 2px;
  background-image: url(openquote.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  color: #11224D;
  font-weight: normal;
  font-family: georgia, times, serif;
  font-size: 12pt;
   }

blockquote { color: #11224D;
	padding: 10px;
	margin-left: 100px;
	margin-right: 100px;   
	background-color:#E5EAF0;
	border-left: 10px solid #11224D;
	line-height: 18px;}

p, ul, li {line-height: 25px;
text-align: justify;
padding-left: 5px;}