body{
 font-family: Arial, Helvetica, sans-serif;
 color: #3F3F3F;
 font-size: 11px;
 background-color: fefefe;
 margin: 0px;
 padding: 0px;
 text-align:center;
}
a:link, a:visited{
  color: #0B83B6;
  text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
	color: #0B83B6;
}

a:link img, a:visited img, a:hover 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 */
}
img{
	margin: 0px;
	outline: none;
}
th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; font-family:  Arial, Helvetica, sans-serif;}
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #92002c; background: transparent; font-weight: bold; }
h1 { font: bolder 180% sans-serif; }
h2 { font: bolder 140% sans-serif; }
h3 { font: 110% }
h4 { font: bold 100% }
h5 { font: italic 100% }
h6 { font: small-caps 100% }

.fix{
	clear: both;
}
/* Top Navigation */
.tnav{
	background-color: #1A8FFF;
}
#tnav{display:block;position:relative;height:22px;font-size:11px;font-weight:bold;margin:0;float:right;}
#tnav ul{margin:0px;padding:0;list-style-type:none;width:auto;float:left;}
#tnav ul li{display:block;float:left;margin:0 1px;}
#tnav ul li a{
	display: block;
	float: left;
	color: #CC0000;
	text-decoration: none;
	padding: 0 0 0 12px;
	height: 22px;
	line-height: 195%;
}
#tnav ul li a span{padding:0 12px 0 0;}
#tnav ul li a:hover,#tnav ul li a.current{color:#fff;background:#CC0000 url(../images/menu-left.gif) no-repeat top left;}
#tnav ul li a:hover span,#tnav ul li a.current span{display:block;width:auto;background:#CC0000 url(../images/menu-right.gif) no-repeat top right;}
/* Top Navigation End */
#header{
	width: 776px;
	margin: auto;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
#header span{
	margin-top: 20px;
	margin-right: 20px;
}
#center{
	width: 776px;
	margin: auto;
	background-image: url(../images/center-bg.jpg);
	background-repeat:  repeat-y;
}
#footer{
	width: 776px;
	margin: auto;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
	padding-bottom: 20px;
}
.bar{
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content{
	background-image: url(../images/dots.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px;
}
.content p{
	text-align: justify;
}

/* Right Column */
.rightclm{
	background-color: #fff;
}
.rightclm div{
	margin: 0px 0px 5px 10px;
	padding: 10px;
	text-align: center;
}

