html, body, form { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, p { margin: 0 0 0.5em 0; padding: 0; }
body { 
  font-family: "Verdana",geneva,Tahoma,sans-serif !important;
  font-weight: normal;   
  background-color: #275DAE;
  background-image: url('images/background3.jpg');
}


hr {border: 1px solid black;}


/* default link styles */
a 		{ color: #275DAE; text-decoration: none; font-weight: bold;} 
a:link		{ color: color: #275DAE; text-decoration: none; } 
a:visited	{ color: #275DAE; text-decoration: none; font-weight: normal;} 
a:active	{ background-color: #B5C6DF; color: #275DAE; text-decoration:underline #435C7F; font-weight: bold; } 
a:hover		{ background-color: #B5C6DF; color: #275DAE; text-decoration:underline #435C7F; font-weight: bold; } 

/* main style */
.widthcontrol {
  background-color: #FFF !important;
  margin-left: 10%;
  margin-right: 10%;
  padding-right: 10px;
  padding-left: 10px;
}

.widthcontrol li { 
/*     margin: 2em 0 2em 2em; */
     line-height: 1.4em !important; 
}

/* header styles */
h1 
{
font-family: Verdana, Arial, sans-serif !important;
text-align:center;
line-height: 150%; 
color: #FFFFFF; 
padding: 10px;
margin-right: 10%;
margin-left: 10%; 
}

}
h2 { 
    font-family: "Trebuchet MS", Arial, sans-serif !important;
    text-align:center;
    font-size: 125%; 
    padding: 3px 10px; 
    border: 1px solid #275DAE;
}
h3 { 
   font-family: "Trebuchet MS", Arial, sans-serif !important;
   font-size: 125%; 
}
h4 { 
  font: bold 1.0em "Trebuchet MS", Arial, sans-serif !important; 
  padding: 0.5em 0 0 0 !important; margin: 0.2em 0 !important; 
}
h5 { font-size: 100%; }


/* p styles */

p
{
font-family: Trebuchet, Arial, sans-serif !important;
font-size: smaller;
}

p.divider
{
text-align: center;
height: 15px;
background-image: url('images/bluebar.jpg');
background-position: center;
background-repeat: no-repeat;
}

p.note
{
font-family: Trebuchet, Arial, sans-serif !important;
font-size: small;
text-align: center; 
margin-right: 15%; 
margin-left: 15%;
padding: 5px;
line-height: 150%;
}

p.rechome
{
text-align: center;
font-family: Trebuchet, Arial, sans-serif !important;
font-size: smaller;
font-weight: bold;
color: #275DAE;
margin-top: 25px;
margin-right: 10%;
margin-left: 10%;
padding-top: 8px;
border-top: medium solid #275DAE;
}

p.recnav
{
text-align: center;
font-family: Trebuchet, Arial, sans-serif !important;
font-size: smaller;
color: #275DAE;
margin-right: 10%;
margin-bottom: 8px;
margin-left: 10%;
line-height: 150%;
}

p.mainhome
{
text-align: center;
font-family: Trebuchet, Arial, sans-serif !important;
font-size: smaller;
font-weight: bold;
color: #275DAE;
margin-top: 15px;
margin-left: 15%;
margin-right: 15%;
padding-top: 8px;
border-top: thin solid #275DAE;
}

p.mainnav
{
text-align: center;
font-family: Trebuchet, Arial, sans-serif !important;
font-size: smaller;
color: #275DAE;
margin-right: 20%;
margin-left: 20%;
padding-bottom: 8px;
border-bottom: thin solid #275DAE;
}




/* style for the posts ordered list */
.posts { list-style-type: none; padding: 0 0.3em 0 0.7em !important; }
.posts li { margin: 5px 0 !important; background-color: transparent !important; }
ol.posts li.post h4 a:before { content: ""; font-size: 60%; }
body.fp ol.posts li.post h4 a:before { content: ""; }

/* style for the individual posts */
.post { padding: 0 0 0 0; line-height: 1.3em !important; color: #333 !important; }
.post h4 a { font-weight:bold !important; color: #275DAE !important;}
.post a:link  {
    color: #275DAE !important;
    text-decoration: none; 
}
.post a:hover {  
    background-image: none; 
    background-color: #B5C6DF !important; 
    color: #275DAE !important;
    text-decoration: none !important; 
}
.post h4 a:visited { color: #435C7F; !important; font-weight: normal !important; }
.post h4 a:visited:after { content: ""; }

/* style for the tags */
.post .meta { font-weight: normal; color: #9F9F9F; font-size: 90%; }
.post .meta a { font-weight: normal; color: #9F9F9F !important; font-size: 90%; }
.post .meta a:visited { font-weight: normal; color: #8F8F8F !important; font-size: 90%; }
.post .meta .date { }

/* for the descriptive text */
.post .extended { font-size: 100% !important; line-height: 1.5em !important; padding: 0 0 0 0 !important;  color: #333 !important; }

.post .meta .extended { font-size: 100% !important; color: #000 !important; }

/* the appearance of the form */
.formitem { 
          font-weight: bold !important; 
          color: #000; 
          font-size: 0.8em; 
          line-height: 1.5em !important; 
}
select { border: 1px solid black; padding: 0;}
input { border: 1px solid black; font-family: "Trebuchet MS", Arial, sans-serif !important; }

