/* main styles */

body {
	margin: 0px;
	background-image: url('images/torn-tile.jpg');
	background-repeat: repeat-x;
	background-color: #eaeaea;
	color: #3f494d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
}

h1 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: lighter;	
	line-height: 20px;
	text-align: left;
}

h2 {
	color: #565f63;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	text-align: left;	
}

h3 {
	color: #7db119;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;	
	line-height: 22px;
	text-align: left;
}

.dasheddivide {
border-top: 1px dotted #129020;
	
}


/* additional text styles */

.main-serif {
	color: #3f494d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
}

.item-descrip {
	color: #1680c3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;	
}

.bold-sans {
	color: #575757;
	font-family: Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}

.reg-sans {
	color: #565f63;
	font-family: Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
}

.giant-word {
	color: #7db119;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: lighter;	
	line-height: 22px;
	text-transform: uppercase;	
	text-align: left;
}

.forms {
	color: #494949;
	font-family: Arial, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	text-align: left;
}

.tabheaders {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;	
	line-height: 20px;
	text-align: left;
}



/* links */

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;

}

a:hover {
	color: #7db119;
	text-decoration: none;
	background-color: #000000;
}

a:active {
	text-decoration: underline;
}


