@charset "utf-8";
@import url("webfonts/LucindaSans/LucindaSans.css");
@import url("webfonts/ArialNarrow/ArialNarrow.css");
@import url("webfonts/Helvetica/Helvetica.css");
@import url("webfonts/JacksFont/JacksFont.css");

body {
     background-color: #003300;
     background: url(backings/WeedLeaf.jpg) center no-repeat fixed;
     background-size: cover;
}
body,td,th {
	font-family: "LucindaSans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #003300;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000;
}


.hdr-text {
	font-family: font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 36px;
    color: #003300;
	text-shadow: 1px 1px #000;
}
h1 {
	font-family: "LucindaSans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #003300;
	font-weight: bold;} 
h2 {
	font-family: "LucindaSans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #003300;
	font-weight: bold;
	font-style:italic;
	text-shadow: 1px 1px #000;
	} 
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc9933;
}
.nav-hd{
	width: 100%;
	height: 155px;
	background-color: #003300;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 70px;
}

a:link {
	font-family: JacksFont;
	font-size: 15px;
	color: #cc9933;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a:visited {
	font-family: JacksFont;
	font-size: 15px;
	color: #cc9933;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a:hover {
	font-family: JacksFont;
	font-size: 15px;
	color: #FFFFFF;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a:active {
	font-family: JacksFont;
	font-size: 15px;
	color: #cc9933;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a.four:link {
	font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 36px;
    color: #003300;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a.four:visited {
	font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 36px;
    color: #003300;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a.four:hover {
	font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 36px;
	text-shadow: 1px 1px #000;
    color: #336600;
	text-decoration: none;
}
a.four:active {
	font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 36px;
    color: #003300;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}