/* Global Styles */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
.nostyle {
	text-decoration: none;
	color: #000000;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #96B11C;
}
a:active {
	text-decoration: none;
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin: 0px 0px 0px 0px;
}
/* end hiding from IE5 mac */

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px;
	padding: 0px;
}

*html body {
	font-size: medium; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}/* CSS Document */

#allnav {
	height: 20px;
}
#allnav #sites {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	height: 16px;
	margin-top: 4px;
	text-decoration: none;
}

