/*   http://www.totalnetnh.net/oldotherstyle.css   */
a {
	color : #000099;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
}

a:visited {
	color : #3333FF;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
}

a:hover {
	background-color : Silver;
	color : #000080;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

a:active {
	background-color : inherit;
	color : #FF0000;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
}

.box{
	float : left;
	width : 90px;
	height : 100px;
}

#boxContent{
	border : none;
	background : #EEEEEE;
	position : relative;
	left : -4px;
	top : -4px;
}

#boxContainer{
	position : relative;
	background-color : #CC3333;
	margin : 4px;
}

.container{
	position : relative;
	left : 1px;
	top: 1px;
	color : #CC3333;
}

.text{
	position : absolute;
	left : -1px;
	top : -1px;
	color : #003399;
}

#navcontainer
{
background: #eeeeee;
padding: 0 0 0 0px;
font-family: georgia, serif;
font-size: 13px;
text-transform: none;
font-weight : bold;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0 0;
margin: 0 auto 0;
width: 100%;
 margin-left : 0px;
 padding-left : 0px;
}

ul#navlist li
{
display: block;
width: 100%;
border-width: 1px;
border-color: #fff #ccc #ccc #fff;
border-style: solid;
color: #eeeeee;
background: Navy;
font-weight : bold;
float: left;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.2em 0 0.2em 0.5em;
border-width: 1px;
border-color: #fff #ccc #ccc #fff;
border-style: solid;
color: Navy;
text-decoration: none;
background: #eeeeee;
 font-weight : bold;
 margin-left : 0px;
}

#navcontainer>ul#navlist li a { width: auto;   }

ul#navlist li#active a
{
background: #eeeeee;
color: Navy;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #eeeeee;
background: transparent;
border-color: #99CCFF #3399FF #3399FF #99CCFF;
}