/* Replacement for margins on bodytag*/
html,body {
  margin: 0;
  padding: 0;
}

/* custom top navigation */
#topnav 
{
	float: center;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
	font-weight: bold;
}

#topnav UL {
	padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}

#topnav LI {
	padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}

#topnav A {
	FONT-SIZE: 11px;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	float: left;
	border-bottom: 3px solid #E5E5E5;
	text-decoration: none;
	color: #000;
	margin-top:25px;
	margin-rigth:20px;
	margin-bottom:4px;
	margin-left:20px;
}

#topnav A:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid #be000d;
	margin-top:25px;
	margin-rigth:20px;
	margin-bottom:4px;
	margin-left:20px;
}

#topnav A:active {
	FONT-SIZE:11px;
	COLOR: #000000;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 3px solid #be000d;
	margin-top:25px;
	margin-rigth:20px;
	margin-bottom:4px;
	margin-left:20px;

}

#topnav A.selected {
	FONT-SIZE:11px;
	COLOR: #000000;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 3px solid #be000d;
	margin-top:25px;
	margin-rigth:20px;
	margin-bottom:4px;
	margin-left:20px;
}

/* custom Footer navigation */
.staticnav 
{
	text-align: left;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
}

.staticnav A, A.hover, A.active
{
	text-align: left;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
}

.staticnav A.visited
{
	text-align: left;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
}


.staticnav A.selected
{
	text-align: left;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	FONT-FAMILY: arial, Verdana, geneva, charcoal, helvetica, sans-serif;
}

