/*	Style Sheet
	URL:		http://www.johncrawford.com
	Date:		Wednesday, March 8 2006
	Version:	1.01
 */
/*Default CSS~ */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Font type*/
	font-size: 10px; /*Font Size*/
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*End Default CSS*/

/*Left Table Hovers*/
td.menuon { 
	background-color:#D8E77E; 
	background-image:		url(../siteImages/doteLine.gif);
	background-position:	center bottom;
	background-repeat:		no-repeat; }
td.menuoff {
	background-color: none; 
    background-image:		url(../siteImages/doteLine.gif);
	background-position:	center bottom;
	background-repeat:		no-repeat;
	  }
/*End Left Table Hovers*/
/*Left Navigation Links*/
.leftNav{
	float:left;
	position:relative;
	left:15px; right:0; top:0; bottom:0;
	margin:0;
	padding:0;
	
	height:30px;
	width:175px;

	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-left:0px;
	padding-left:25px;
	line-height:30px;
	color:#FFFFFF;

	background-image:url(../siteImages/leftNavIconOff.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
a.leftNav:hover {
	color:#000000;
	background-image:url(../siteImages/leftNavIconOn.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.leftNavOn{
	float:left;
	position:relative;
	left:15px; right:0; top:0; bottom:0;
	margin:0;
	padding:0;
	
	height:30px;
	width:175px;

	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-left:0px;
	padding-left:25px;
	line-height:30px;
	color:#000000;

	background-image:url(../siteImages/leftNavIconOn.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
/*END Left Navigation Links*/

#Content{
color:#51581D;
line-height:15px;
}

#Content H1{
	margin:0; padding:0;
	font-size:13px;
	color:#51581D;

}

#Content H2{
	margin:0; padding:0;
	font-size:10px;
	font-weight:bold;
	color:#51581D;

}
#Content p{
	margin:0; padding:0;
	font-size:10px;
	color:#666666;
	line-height:14px;
}
#Content a:link {
	color:#51581D;
}
#Content a:hover{
	text-decoration:none;

}
.footerLink{
	color:#999999;
	text-decoration:none;
}

.headerLinks{
	color:#333333;
	text-decoration:none;
}
/*Doted Lines*/
.lineGreen{
	background-image:url(../siteImages/lineGreen.png);
	background-repeat:repeat-x;
	background-position:bottom;

}

.lineGrey{
	background-image:url(../siteImages/lineGrey.png);
	background-repeat:repeat-x;
	background-position:bottom;

}

/*Window Coverings*/
.greyHeading{
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;

}
a.greyHeading:hover {
	text-decoration:underline;

}