@charset "utf-8";
.sidebarphoto {
	position: absolute;
	left: 0px;
	top: 0px;
}
body {
	background-color: #9d9380;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(imgs/A003.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#navbar {
	position:absolute;
	left:51px;
	top:324px;
	width:160px;
	height:245px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
}
.mainlinks {
	text-transform: uppercase;
}
.mainlinks a:link {
	color: #000000;
	text-decoration: none;
}
.mainlinks a:visited{
	color: #000000;
	text-decoration: none;
}
.mainlinks a:active {
	color: #FFF9F0;
	text-decoration: none;
}
.mainlinks a:hover {
	text-decoration: none;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #F2837E;
	padding-right: 5px;
}
.halesocial {
	font-size: 10px;
	text-transform: lowercase;
	line-height: 6px;
	overflow: visible;
}
.halesocial a:link {
	color: #000000;
	text-decoration: none;
}
.halesocial a:visited{
	color: #000000;
	text-decoration: none;
}
.halesocial a:active {
	color: #FFF9F0;
	text-decoration: none;
}
.halesocial a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F2837E;
}
.check {
	font-size: 9px;
	font-style: italic;
	line-height: 28px;
}

