a {
	color: #333333;
	text-decoration: underline
}
a:hover {
	color: #336666;
}


td {
	 color: #666666;
	 font-size: 14px;
	 font-family: 'Myriad Web', Verdana, serif;
}
.content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30 px;
}

.contentTable{
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px
	;
}
.smallGray {
	 color: #666666;
	 font-size: 10px;
	 font-family: 'Myriad Web', Verdana, serif;
}

bottomNav {
	 color: #666666;
	 font-size: 10px;
	 font-family: 'Myriad Web', Verdana, serif;
}
#bottomNav a{
	 color: #666666;
	 font-size: 8px;
	 font-family: 'Myriad Web', Verdana, serif;
}
#bottomNav a:hover{
	 color: #336666;
}

#dropmenudiv{
	position: absolute;
	padding: 0px 0px 3px 12px;
	font: normal 10.8px verdana, arial, sans-serif;
	text-indent: -12px;
	line-height: 11px;
	z-index: 100;
	border-bottom: 1px solid #393e7e;
	border-left: 1px solid #393e7e;
	border-right: 1px solid #393e7e;
	text-align: center;
}

#dropmenudiv a{
	width: auto;
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	color: #393e7e;
}

#dropmenudiv a:hover{
	font-weight: bold;	
	text-decoration: underline;
}

/* NAV LINKS */

#menus {
	position: absolute;
	top: 0px;
	bottom: auto;
	left: 1px;
	right: auto;
	margin:0px;
	padding:0px;
	height: 20px;
	list-style: none;
	overflow: visible;
}

#menus li {
	margin: 0; 
	padding: 0;
	list-style: none;
	float:left;
	overflow: hidden;
}
#topnav{
	position: relative;
	margin: auto;
	height: 78px;
	text-align: center;
	background: transparent url(/art/bg_topnav.gif) repeat-x;
}