/* CSS Document */
body{
margin:10px; 
padding:0; 
font-family:verdana; 
/* font-size:100%; */
font-size:81%;
color:#000; 
background-color:#fff;
}
h1,h2,h3,h4,h5,h6{color:#333; font-family:verdana, serif; font-weight:bold; font-size:100%;}
h1{font-size:161%;}
h2{font-size:131%;}
h3{font-size:111%;}
fieldset{border:0; width:200px;}
table{font-size:100%;}
hr{height:1px; border:0; line-height:1px; clear:both; color:#333; background-color:#333;}

/* FROM text-normal.css */
.textsize a#smallers{color:#000;}
.textsize a#smallers:hover{color:#000;}

/* FROM simple.css on SE */
#topNav ul, #topNav ul li, #baseNav ul, #breadcrumbsStrip ul, #pageFooter ul {
	list-style-type:none;
}

.communicator{
/* 	background: #fff url('../images/features/communicator.fade.jpg') no-repeat top right; */
	font-size: 12px;
	padding: 0px;
}

/*** TOPNAV ***/
/* hide from IE5Mac \*/
#topNav {
	height:auto !important;
}
/* end hide */
#topNav {
	display:block;
	font-size:100%;
	height:3em;
	background:#888 url(/images/nav/nw-all-topnavBG.gif) repeat-x;
	border: 1px solid #888;
	border-top:1px solid #999;
	margin-top:86px;
	width:100%;
}
/* hide from IE5Mac \*/
#topNav {
	margin-top:0;
}
/* end hide */

#topNav ul li {
	display:block;
	float:left;
	border-right:1px solid #999;
	font-weight:bold;

}

#topNav a {
	padding:1em 1em;
	line-height:3em;
	border:0 none;
	text-decoration:none;
	background:#888 url(/images/nav/nw-all-topnavBG.gif) repeat-x;
}

#topNav a:link, #topNav a:visited {
	color:#fff;
}

#topNav a:hover, #topNav a:focus, #topNav a:active {
	color:#fff;
	background:#0368c6;
}

/* home.css */
#mainNavT1 a:link, #mainNavT1 a:visited {
	background-color:#0368c6;
	background-image:none;
}

#mainNavT1 a:hover, #mainNavT1 a:active, #mainNavT1 a:focus {
	color:#fff;
	background:#0368c6;
}

#mainNavT8 a:link, #mainNavT8 a:visited {
	background-color: #3399FF;
	background-image:none;
}

#mainNavT8 a:hover, #mainNavT8 a:active, #mainNavT8 a:focus {
	color:#fff;
	background:#0368c6;
}
