body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: black;
	background-color: #666666;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited  { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;;
	text-decoration: none;  }
a:hover { color: #0000CC 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: #333;}
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;
}
.logo{
padding-left: 5px;
	height: 60px;
	vertical-align: top;
}
.nav{
	font-weight: bold;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: White;
	height: 30px;

}
.nav a:link, .nav a:visited{
	font-weight: bold;
	color: White;
}
.nav a:hover{
		text-decoration: underline;
}
.rnav{
	 background-color: #f9f9f9;
	font-weight: bold;
	color: #0BA5F5;
}
.content{
padding: 10px;
	text-align: justify;
	}
	.content a:link, .content a:visited{
	color: blue;
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}
.footer{
	font-weight: bold;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: White;
	height: 30px;
}
.footer a:link, .footer a:visited{
	font-weight: bold;
	color: White;
}
.footer a:hover{
		text-decoration: underline;
}
.footerlink{
	font-size: 10px;
}
.footerlink a:link, .footerlink a:visited{
	font-size: 10px;
	color: #118E92;
}
.footerlink a:hover{
		text-decoration: underline;
}


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