.quote {
background-color:#C6ECFF;
background-image:url('Images/quotes_left.jpg');
background-position:5% 5%;
background-repeat:no-repeat;
font-family:Verdana;
font-size:90%;
margin:0;
padding:30px 20px 0;
}

H1 {
font-family: Verdana;
font-size: 110%;
font-weight:bold;
color: #000080;
margin-left:5px;
margin-top:10px;
}

H2 {
font-family: Verdana;
font-size: 100%;
font-weight:bold;
color: #000080;
margin-left:5px;
margin-top:20px;
}

H3 {
font-family: Verdana;
font-size: 80%;
font-weight:bold;
color: #000080;
margin-left:5px;
margin-top:10px;
}

H4 {
font-family: Verdana;
font-size: 80%;
font-weight:bold;
color: #000080;
margin-left:5px;
margin-top:15px;
margin-bottom:4px;
}



H5 {
font-family: Verdana;
height: 50%;
color: white;
margin-left:5px;
}


Body {
font-family: Verdana;
}

.body {
font-family:Verdana;
font-size:10pt;
color: #4A4A4A;
Margin-top: -5px;
Margin-left: 5px;
Margin-right: 5px;
}


.menu {
font-family:Verdana;
font-size:10pt;
color:#FFFFFF;
Margin-left: 10px;
}


.indentmenu{
font: 13px verdana;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
/*border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: #808080 url(images/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid white; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.jpg) center center repeat-x;
}


div.img
{
  margin: 10px;
  /*border: 1px solid #0000ff;*/
  background: white;
  height: 210px;
  width: 180px;
  float: left;
  text-align: center;
}
	

div.img img
{
  display: inline;
  border: 1px solid #ffffff;
}

div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  font-family:Verdana;
  font-size:12px;
  color: navy;
  text-align: center;
  float:center;
  font-weight: light;
  width:180px;
}
	

.commentbox{
background-color: #D5EBFC;
font-family: Tahoma;
font-size:70%;
width: 100%;
margin-left:10px;
margin-right:10px;
padding: 10px;
color:Navy;
}

.commentfooter{
background: url(images/arrow.jpg) 10px 0 no-repeat;
padding-left: 50px;
padding-top: 1px;
margin-bottom: 2em;
font-family: Tahoma;
font-size: 60%;
font-weight: bold;
margin-left:10px;
margin-right:10px;
color: Navy;
height: 34px;
width: 100%;
}


A:link 
{
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}
A:visited 
{
	COLOR: White; 
	TEXT-DECORATION: none;
}
A:hover 
{
	COLOR: #D5EBFC; 
	TEXT-DECORATION: underline;
	}
