body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #6c7c8b;
	background-image: url(imbin/background.png);
	background-repeat: repeat-x;
}

.nav a:link { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
font-style: normal;
font-weight: bold; 
text-decoration: none;
color: #ffffff;
}

.nav a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none; 
color: #ffffff;
}

.nav a:hover { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none; 
color: #333322;
}

.nav a:active { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none; 
color: #ffffff;
}

.style2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: x-small;
color: #ffdd11;
}

.topichead {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: medium;
color: #8351A4;
}

.content {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: smaller;
}

.content2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: smaller;
color: white;
}

.quote {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: smaller;
font-style: italic;
}

.nav2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px; 
font-style: normal;
font-weight: bold; 
text-decoration: none;
color: #ffff22;
}

.nav2 a:link { 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px; 
font-style: normal;
font-weight: bold; 
text-decoration: none;
color: #ffff22;
}

.nav2 a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none; 
color: #ffffff;
}

.nav2 a:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none; 
color: #FFFFFF;
}

.nav2 a:active { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none; 
color: #ffffff;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 150px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #666 url(imbin/selector.gif) center right no-repeat;
}
#nav ul ul li a {
	float:left;	
	color: #ccc;
	text-indent: 0px;
}
#nav ul ul li a:hover {
	float:left;
	background-image: url(imbin/selector_sub.gif);
}
#column1 {
	width: 125px;
}
#column1 img {
	border: 1px solid #666;
	margin: 0px 0px;
	padding: 0px 0px;
}

#listen {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	}
