
/* start - links now standard color sitewide */
/*
a:link {
	color: #999933;
	text-decoration: none;
}
a:visited {
	color: #999933;
	text-decoration: none;
}
a:hover {
	color: #484818;
	text-decoration: none;
}
a:active {
	color: #484818;
	text-decoration: none;
}

*/
/* alt gold - stands out a bit more */
/*
a:link {
	color: #999900;
	text-decoration: none;
}
a:visited {
	color: #999900;
	text-decoration: none;
}
a:hover {
	color:#747400;
	text-decoration: none;
}
a:active {
	color: #999900;
	text-decoration: none;
}
*/
/* end - links now standard color sitewide */

/* start - use sitewide nav */
/*
a.nav:link {
	color: #333333;
}
a.nav:visited {
	color: #333333;
}
a.nav:hover {
	color: #999933;
}
a.nav:active {
	color: #999933;
}
a.nav2:link {
	color: #333333;
}
a.nav2:visited {
	color: #333333;
}
a.nav2:hover {
	color: #999933;
}
a.nav2:active {
	color: #999933;
}
*/
/* start - use sitewide nav */


#header4 {
	margin: 0px;
	padding: 0px;
	width: 767px;
	height: 189px;
}
#leftcolumn {
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 135px;
	float: left;
}
#midcolumn {
	width: 467px;
	float: left;
}
#rightcolumn {
	width: 165px;
	float: left;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 16px;
	color: #999933;
}
/* use sitewide
h3 {
	font-size: 13px;
	color: #999900;
}
*/
h5 {
	color: #999933;
	font-size: 13px;
}
blockquote {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #999900;
	font-style: italic;
}
#leftcolumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#leftcolumn li {
	padding: 5px 0px;
}
.bio {
	color: #FFFFFF;
	background-color: #666600;
	font-size: 10px;
	text-align: right;
	margin: 20px 0px 0px 5px;
	padding: 0px;
	width: 130px;
}
.bio p {
	padding: 5px;
}
#leftcolumn ol {
	font-size: 11px;
	padding-left: 20px;
	list-style-type: none;
}
