/*	Site Styles	*/
body
{
	font-size: 10pt;
	margin: 0px;
	font-family: 'Lucida sans unicode' , Lucida grande,Trebuchet MS , Verdana;
}
input
{
	font-size: 8pt;
	font-family: 'Lucida Sans Unicode', Lucida grande,Trebuchet MS , Verdana;
}
select
{
	font-size: 8pt;
	font-family: 'Lucida Sans Unicode', Lucida grande,Trebuchet MS , Verdana;
}
textarea
{
	font-size: 8pt;
	font-family: 'Lucida Sans Unicode', Lucida grande,Trebuchet MS , Verdana;
}
option
{
	font-size: 8pt;
	font-family: 'Lucida Sans Unicode', Lucida grande,Trebuchet MS , Verdana;
}
table
{
	font-size: 10pt;
	font-family: 'Lucida Sans Unicode', Lucida grande,Trebuchet MS , Verdana;
}
.searchbox
{
	font-size: xx-small;
	border-color: #705a33;
	color: #4c3a1b;
	background-color: #cdc5b2;
}
.content
{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	vertical-align: top;
	background-repeat: no-repeat;
}
.pagecontent
{
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	background-position: right top;
	vertical-align: top;
}
.topnav
{
	background-image: url(../_img/bg_topnav.gif);
	background-repeat: repeat-x;
}
.leftnav
{
	border-right: white 1px solid;
	padding-left: 20px;
	background-image: url(../_img/bg_left_nav.gif);
	padding-bottom: 20px;
	vertical-align: top;
	width: 156px;
	background-repeat:repeat-y;
}
.sectiontitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #8C7C3A;
}
.callouttitle
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
}
.calloutitem
{
	padding-left: 10px;
	padding-bottom: 10px;
}
a:link
{
	font-size: 8pt;
	color: #26578F;
	border-bottom: underline #26578F 1px;
}
a:visited
{
	font-size: 8pt;
	color: #26578F;
	border-bottom: underline #26578F 1px;
}
a:active
{
	font-size: 8pt;
	border-bottom: underline #26578F 1px;
}
.selectedleftnav
{
	font-size: 8pt;
	color: white;
	border-bottom: underline #ffffff 0px;
}
#leftnav a:link
{
	font-size: 8pt;
	color: white;
	border-bottom: underline #ffffff 1px;
}
#leftnav a:visited
{
	font-size: 8pt;
	color: white;
	border-bottom: underline #ffffff 1px;
}
#leftnav a:active
{
	font-size: 8pt;
	color: white;
	border-bottom: underline #ffffff 1px;
}
#topnav a:link
{
	font-size: 10px;
	color: white;
	border-bottom: underline #ffffff 1px;
}
#topnav a:visited
{
	font-size: 10px;
	color: white;
	border-bottom: underline #ffffff 1px;
	
}
#topnav a:active
{
	font-size: 10px;
	color: white;
	border-bottom: underline #ffffff 1px;
}
.footer
{
	background-image: url(http://site.archerywashington.com/_img/bg_footer.gif);
	background-repeat:repeat-y;
	color:Black;
	text-decoration: none;
	height: 30px;
}
.footerlink a:link
{
	color:Black;
	text-decoration: none;
}
.hdotline
{
	background-position: left top;
	background-image: url(../_img/hdotline.gif);
	background-repeat: repeat-x;
}
.vdotline
{
	background-position: right top;
	background-image: url(../_img/vdotline.gif);
	background-repeat: repeat-y;
}
.whatsnewbox
{
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-bottom-color: #8C7C3A;
	border-right-color: #8C7C3A;
	border-bottom-style:solid;
	border-right-style:solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #8C7C3A;
	border-right-color: #8C7C3A;
	border-top-style:solid;
	border-left-style:solid;
	padding-right: 4px;
	
	
	
}