body{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #333;
 font-size: 11px;
  background-color: #f1f1f1;
 margin: 0px;
 padding: 0px;
 text-align:center;
}
h1, h2, h3, h4, h5, h6 { text-align: left; margin-left: 10px; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #333333; background: transparent; }
h1 {	margin: 10px; font-size: 18px; font-weight: bold;}
h2 { font-size: 14px; font-weight: bold;}
h3 { font-size: 14px;}
h4 {  font-size: 12px; }
h5 { font: italic 100%; }
h6 { font: small-caps 100%; }
a:link, a:visited{
  color: #4C86C4;
  font-weight: bold;
  text-decoration: none;
}
a:hover{
border-bottom: 2px solid #BBC9D5;
/* border-bottom: 2px solid Green; */
}
a:active, a:focus{
	 outline: none;
	 border-style: none; 
}

a:link img, a:visited img, a:hover img { border-bottom: 0px; border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
img{
	margin: 0px;
	outline: none;
}
.quote{
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position:right top;
	height: 30px;	
	width: 160px;
	font-size:12px;
	font-weight: bold;
	margin-right: 0px; 
	padding: 4px 0px 10px 0px; 
	text-align: center;
}
.quote a:link, .quote a:visited{
	color: #707070;
	text-align: right;
}
.quote a:hover{
	border-bottom: 2px solid #FB772E;
}
.container{ 
	background-color: #F9FCF7;
	text-align: left;
   background-image: url(../images/cntbg.gif);
   background-repeat: repeat-x;
	background-position: top;	
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.content p{
	margin:10px;;
	text-align: justify;
}
.about{
   float: left;
	text-align: left;
   padding: 15px;
	width: 220px;
	text-align: justify;
}
.footer{
	background-color: #F6F6F6;
	vertical-align: middle;
}
.footer a:link, .footer a:active{
	text-decoration: none;
	color: #4C86C4;
}
.footer a:hover{
border-bottom: 2px solid #4C86C4;
}
.bottom{
  background-image:  url(../images/footer1.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}
.fnav{
text-decoration: none;
text-align: center;
color: #4C86C4;	
}
.fnav a:link, .fnav a:active{
	text-decoration: none;
	color: #4C86C4;
}
.fnav a:hover{
border-bottom: 2px solid #4C86C4;
}

.copyright{
	text-align: center;
	font-size: 10px;
	color: #A7A7A7;
}
.copyright a:link, .copyright a:visited{
	color: #A7A7A7;
}
.copyright a:hover{
	border-bottom: 2px solid #A7A7A7;
}
