/* remove default link styles */
:link,:visited { text-decoration:none; }

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img { border:none; }




/* a:link {
	color: #475475
}
/*a:visited {
	color: #475475;
}
/*a:hover {
	color: #FFFFFF;
}
/*a:active {
	color: #FFFFFF;*/
}
.eleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 475475;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000000;
	font-weight: bold;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #475475;
	background-color: #d2ddee;
	padding: 0px;
	border: 1px solid #475475;
	margin: 2px;

}
.formdisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 475475;
}
.imageBorder {
	border: 1px solid #475475;
	margin: 5px;

}
.hand {
	cursor: hand;
}
.backToTop {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#nav { background:url("../images/new_nav.gif") no-repeat; width:523px; height:40px; position:relative; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:40px; display:block; }
#nav span { display:none; }

#nav-01 { width: 61px; left:0; }
#nav-02 { width: 92px; left: 61px; }
#nav-03 { width: 59px; left: 152px; }
#nav-04 { width: 79px; left: 210px; }
#nav-05 { width: 69px; left: 288px; }
#nav-06 { width: 94px; left: 356px; }
#nav-07 { width: 75px; left: 449px; }

#nav-01 a:hover { background: transparent url("../images/new_nav.gif") -0 -40px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/new_nav.gif") -61px -40px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/new_nav.gif") -152px -40px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/new_nav.gif") -210px -40px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/new_nav.gif") -288px -40px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/new_nav.gif") -356px -40px no-repeat; }
#nav-07 a:hover { background: transparent url("../images/new_nav.gif") -449px -40px no-repeat; }



