body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #DDE2E6;
	padding-top: 5px;
}

a:link, a:visited  { color:#003366; background: transparent;text-decoration: none;  font-weight: bold;}
a:active { color: #05386b; background: transparent; }

a:hover { color: #1e90ff; background: transparent; text-decoration:  underline; }

a:link img, a:visited img { 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 */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #036; }
h1 { font: 150% sans-serif; }
h2 { font: bold 125% sans-serif; }
h3 { font: 110% sans-serif;  }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }
.fix{
	clear: both;
}
.topnav{
background-image: url(../images/topnav.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #C4C5DA;
	padding: 2px 0px 2px 0px  ;
}
#navcontainer ul
{
background-image: url(../images/topnav.jpg);
background-position: top;
background-repeat: repeat-x;
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #C4C5DA;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: right;
}

li { display: inline; }

#topnav li a:link, #topnav li a:visited
{
background-image: url(../images/topnav.jpg);
background-position: top;
background-repeat: repeat-x;
text-decoration: none;
color:  White;
background-color: #C4C5DA;
padding:.2em 1em;
border-right: 1px solid #fff;
}

#topnav li a:hover
{
text-decoration: underline;
color: white;
}
.header{
 padding-left: 5px;
	background-color: #fff;

}
.callus{

background-color:  #21476E;
	text-align: center;
	vertical-align: bottom;
	color: White;
	font-weight: bold;
}
.hdrimg{
	background-color: #21476E;
}

.contenttbl{
	background-color: White;
}
.content{
	color: #333;
	padding: 7px;
	text-align: justify;
}
.content a:link, .content a:visited{
	text-decoration: none;
	color: Blue;
}
.content a:hover{
	text-decoration: underline;
}
.footer{
background-image: url(../images/footer.jpg);
background-position: top;
background-repeat: repeat-x;
	font-size: 12px;
   text-align: center;
	padding: 5px;
	border-bottom: 1px solid gray;
}
.footer a{
	color: white;
}
.localcenter{
float: right;
}
.footerlinks, .footerlinks a{
	color: #94A0B9;
}


.blogtext{
color: #333;
text-align: center;
margin: 3px;
padding: 5px;
border: 1px solid #EA8729;
}
.blogtext strong{
font-size:120%;
}
.blogtext p{
text-align: justify;
font-size:100%
}
.blogtext a{
color: #EA8729;
font-size:100%
}