html{
overflow: -moz-scrollbars-vertical;
}
body{
	background:#005084 url(images/bg.gif) repeat-y scroll top center;
	margin:0;
	text-align:center;
	font-family:arial;
	font-size:14px;
}

div#content{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:700px;
}

div#banner{
	margin-top:10px;
	border: 3px solid #000;
	border-left:0;
	border-right:0;
	width:700px;
	height:210;
}
div#nifty{
float:left;
background: #E8F8FF;
width:470px;
margin:15px;
margin-right:10px;
_margin-left:8px;
margin-bottom:10px;
}
div#siteContent{
 padding:5px;
}

div#nav{
float:left;
background: #E8F8FF;
width:190px;
margin-top:30px;
}

h1{
	margin:0px;
	padding:0px;
	font-size:20px;
}
h2{
	margin:0px;
	padding:0px;
	font-size:17px;
}
p{
margin:8px;
}
#footer{
clear:left;
width:700px;
text-align:center;
color:#fff;
font-size:11px;

}
#footerLinks{
color:#000000;
}
div#dbg{
/*background:#005084 url('img/d-bg.gif') repeat-y scroll top center;*/
background-image:url(images/d-bg.gif);
background-repeat: no-repeat;
background-position: top center;
margin:0;
padding:0;
}
.navHeading{
	font-weight:bold;
	color:#003399;
	font:Herculanum
}	
#navLinks{
	text-align:right;
	padding:5px;
	padding-right:10px;
	color:#000000;
	font-weight:bold;
}
div#nav a{
display:block;
text-align:right;
font-size:13px;
font:Herculanum;
color:#000000
}


a{
	color:#44a;
	text-decoration:none;
}
a:hover{
	color:#99f;
	text-decoration:none;
}
a:active{
	color:#00f;
}
img{
	border:0;
}