/* top right bottom left */
body {
	padding: 0px;
	margin: 5px;
	font-family: arial, sans-serif, helvetica;
	background: #fff;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

P {
	font-size:12px;
}

#navtop {
	width: 100%;
	text-align: left;
	background:#000 url(/images/banner-rslice.png) top left;
	height: 99px;
}

#subnav {
	font-size: 12px;
	background:#CDD4DE;
	margin:0px 0px 0px 0px;
	font-weight:bold;
}

.d {
	color: #fff;
	font-size: 16px;
	font-weight:bold;
}

#subnav a {
	color: #666666;
}

#subnav a:hover {
	color:#fff;
	text-decoration:underline;
	font-size: 12px;
	background:#3366cc;
	margin:0px 0px 0px 0px;
	font-weight:bold;
}

#navunder {
	background:#000 url(/images/banner-under.png) center;
	height: 18px;
}

#foot {
	width: 100%;
	text-align: left;
	background:#000 url(/images/footer-bg.png) top left;
	height: 35px;
}

.ind-nav {
	font-size: 13px;
	width: 200px;
	padding: 2px 0px 5px 2px;
	font-weight:bold; 
}

.ind-nav a:link {
	color:#999; 
}

.ind-nav a:before { content:'\00BB \0020'; }

.ind-nav a:hover {
	color:#fff;
	font-size: 12px;
	text-decoration: underline;
	width:188px;
	background:#999;
	font-weight:bold;
}

.snav {
	font-size:13px;
	margin:3px 0px 3px 0px;
	padding:2px 0px 2px 10px;
	width:148px;
	height:15px;
	color:#777;
	font-weight:bold;
	background:#F1F2F6
}

.cont-other {
	border: 2px solid black;
	padding: 2px 2px 2px 2px;
	max-width:500px;
	width:500px;
}