body {
	font-family:  Trebuchet MS, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #666666;
	background-image: url(../images/pgbg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: justify;
}

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

a:hover { color: #28496A; 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;  font-weight: bold !important;}
/* 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; }

.header-bg{
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
}
div.topnav{
	color:#28496A;
	font-weight: bold;
	margin-top: 60px;
	margin-left: 5px;
	width: 390px;
	float: left;	
}
div.tab{
	background-image: url(../images/tab-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 37px;
	width: 224px;
	float: left;
	display: inline;
	margin-top: 45px;	
	padding-top: 12px;
	color: White;
	font-weight: bold;
}
div.tab a:link, div.tab a:visited{
	color: White;
	font-style: italic;
}

.content p{
	text-align: justify !important;
}
.content{
	color: #333;
	padding-right: 5px;
}
.content a:link, .content a:visited{
	color: blue;
	text-decoration: underline;
}
.footer{
	text-align: center;
	height: 30px; 
	color: White;
	font-weight: bold;
	background-color: #28496a;
}
.footer a:link, .footer a:visited, .footer a:hover{
	color: White;
	font-weight: bold;
}
.blogtext{
color: #333;
text-align: center;
padding: 5px;
border: 1px solid #348632;
}
.blogtext strong{
font-size:120%;
}
.blogtext p{
text-align: justify;
font-size:100%
}
.blogtext a{
color: #348632;
font-size:100%
}