/* thlp css by russell martin 2007 */

BODY {
	padding: 0px;
	margin: 0px;
	background-color: #808083;
	font-family: "TheSans 5", TheSans, Helvetica, "Helvetica Neue", Arial, "Arial Narrow", sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #808083;
	background-image: url(../images/skinny-horiz.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#wrapper {
	width: 890px;
	position: relative;
	margin: 0px auto;
	background-color: #FBFBFB;
}

#header {
	position: relative;
}

#logos {
	position: relative;
	float: left;
	width: 100px;
	left: 50px;
	top: 35px;
}

#menu {
	position: relative;
	float: left;
	left: 100px;
	top: 35px;
	width: 190px;
	font-size: 16px;
	line-height: 12px;
	font-weight: 400;
}

#menu A:link {
	color: #808083;
	text-decoration: none;
}

#menu A:visited {
	color: #808083;
	text-decoration: none;
}

#menu A:hover {
	color: #515158;
	text-decoration: none;
}

#content {
	position: relative;
	top: 35px;
	width: 380px;
	margin-left: 410px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#content A:link {
	color: #515158;
	text-decoration: underline;
}

#content A:visited {
	color: #515158;
	text-decoration: underline;
}

#content A:hover {
	color: #515158;
	text-decoration: none;
}

.submenu {
	marker-top: 5px;
	font-size: 15px;
	line-height: 11px;
}

.firstlineheader {
	color: #515158;
	font-size: 20px;
	line-height: 24px;
	padding-top: 0px;
}

.assoc {
	color: #515158;
	text-decoration: none;
}

blockquote {
	margin-left: 20px;
}