body{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size:10px;
	margin: 0px;
	color: #ccc;
	background-color: #000000;
}
a:link, a:visited{
	font-weight: bold;
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration: underline;
}
a:focus, a:active{
	outline: none;
}

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 */
}
h1, h2, h3, h4, h5, h6 { text-align: left; background: transparent; margin: 0px;}
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color:maroon;}
h1 {font-size: 16px;   }
h2 {font-size:14px;  }
h3 {font-size: 12px;  }
h4 {font-size: 10px;  }
h5 { font-style: italic !important; color:maroon; }
h6 { font-variant: small-caps;color:maroon; }
.topnav{
	background-color: #000;
	padding: 0px;
}
.topnav a:link img,.topnav a:visited img{
	margin:0px 10px 5px 0px;
}
.main{
	background-image: url(images/bg_gra.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin-top:15px;
}
.top{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
div.logo{
	color: Red;
	width: 250px;
	float: left;
	margin: 20px;
}
div.logo a:link, div.logo a:visited{
font-size: 25px;
font-family: Georgia, verdana,Arial,sans-serif;
text-decoration: none;
}
div.logo a:hover{
		color:maroon;
}
.header{
	background-color:#BAB8B9;
	margin:5px 0px;
}
.header h1{
	font-size:20px;
	padding:12px 6px 24px 6px;
}
.nav{
	width: 200px;
	background-image: url(images/nav_gra.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px;
}
.right{
	width:600px;
	background-image: url(images/con_gra.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0px;
}
.ads{
	width: 168px;
	float: right;
	margin-right: 4px;
}
.leftnav{
margin:5px 0px 0px 20px;
font-size: 10px;
}
.leftnav ul{
	list-style: none;
	margin:0px;
	padding: 0px;
}
.leftnav li{
	margin: 2px 0px 2px 0px;
	width: 150px;
	padding: 4px;
/*	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-color: transparent;*/
}

.leftnav a:link,.leftnav a:visited{
	text-decoration: none;
	color:maroon;
}
.leftnav a:hover{
	text-decoration: underline;
}
.leftnav h3{
text-align: center;
	margin: 0px 0px 2px 0px;
	width: 150px;
	padding: 3px 4px 4px 4px;
	background-image: url(images/h3-bg.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.content{
width:425px;
float: left;
color: #333;
background-color: White;
}
.content p{
	font-size: 12px;
	text-align: justify;
	margin: 6px 6px 6px 0px;
	line-height: 18px;
}
.content ul{
	list-style: disc;
	margin:0px;
	padding: 0px;
}
content li{
	font-size: 10px;
}
.content a:link,.content a:visited{
	text-decoration: none;
	color:maroon;
	font-size: 10px !important;
}
.content a:hover{
	text-decoration: underline;
}
.footer{
 background-color: #BAB8B9;
 text-align: center;
 color: #333;
 font-size: 10px;
}
.footer a:link,.footer a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #333;
 font-size: 10px;
}
.footer a:hover{
	text-decoration: none;
	color:#fff;
}
.fix{
	padding: 0px;
}
.bottom{
padding: 0px;
	background-color:#BAB8B9;
	margin-bottom: 16px;
}
.conl{
padding:0px;
margin-bottom:6px;
background-image: url(images/nav_gra.jpg);
background-position: top left;
background-color:#fff; 
background-repeat: repeat-y;
}
.conr{
padding:0px;
margin-bottom:6px;
background-image: url(images/con_gra.jpg);
background-position: top right;
background-color:#fff; 
background-repeat: repeat-y;
}
