/* mks - make link colors global - see main.css */
/*
a:link {
	color: #6633CC;
	text-decoration: none;
}
a:visited {
	color: #6633cc;
	text-decoration: none;
}
a:hover {
	color: #3D1E7D;
	text-decoration: none;
}
a:active {
	color: #3D1E7D;
	text-decoration: none;
}
*/


a.nav:link {
	color: #333333;
}
a.nav:visited {
	color: #333333;
}
a.nav:hover {
	color: #6633CC;
	text-decoration: none;
}
a.nav:active {
	color: #6633cc;
}
a.nav2:link {
	color: #333333;
}
a.nav2:visited {
	color: #333333;
}
a.nav2:hover {
	color: #6633CC;
	text-decoration: none;
}
a.nav2:active {
	color: #6633cc;
}


#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: 205px;
	float: left;
}
#midcolumn {
	width: 400px;
	float: left;767-
}
#rightcolumn {
	width: 162px;
	float: left;
	background-image: url(../images/seperator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 16px;
	color: #6633CC;
}
h3 {
	font-size: 13px;
	color: #6633CC;
}
h5 {
	color: #6633CC;
	font-size: 13px;
}
blockquote {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #6633CC;
	font-style: italic;
}
#leftcolumn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#leftcolumn li {
	padding: 5px 0px;
}
#leftcolumn ol {
	font-size: 11px;
	padding-left: 20px;
	list-style-type: none;
}
