body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
}
.button {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #000033;
	background-image:url(imgs/button.jpg);
}
.blue {
	color: #000033;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: lighter;
	color: #000033;
}
li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: lighter;
	color: #000033;
}
.button2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
}
td#secondlink a:link {color: #666666;}
td#secondlink a:visited {color: #666666;}
td#secondlink a:hover {color: #666666;}
td#secondlink a:active {color: #666666;}

/* start johns navigation section */

#maintab {
	background-image: url(imgs/bg.jpg)
}

#leftone {
	background-image: url(imgs/left.jpg)
}

#rightone {
	background-image: url(imgs/right.jpg)
}

#subnavbar {
	vertical-align: top;
	text-align: center;
}

#subnavbar ul, #subnavbar li ul {
	margin: 0px;
	padding: 0px;
}

#subnavbar li {
	margin: 0px;
	padding: 0px;
	list-style: none
}

#subnavbar a:link, #subnavbar a:visited {
	display: block;
	width: 176px;
	height: 24px;
	background-image:url(imgs/button.jpg);
	font-size: 13px;
	padding-top: 6px;
	text-decoration: none;
}

#subnavbar a:hover {
	text-decoration: underline;
}

#subnavbar li li a:link, #subnavbar li li a:visited {
    display: block;
	background-image: url(imgs/button2.jpg);
	color: #666666;
}

#subnavbar li li a:hover {
	text-decoration: underline;
}

/* end johns navigation section */