html, body { 
	background-color:#ffe28a; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin:0; 
	padding:0; 
}
h1 { 
	font-size: 32px; 
	color:#ffffff; 
	font-weight:normal; 
	margin:0; 
	padding:0; 
}
h1#headerh1 {
	width:300px;
}
h3 {
	margin:0px;padding:0;
}
.black {
	color:#000;
}
#container {
	width:700px;
	height:auto;
	margin:0 auto 10px auto;
	border: 1px solid #666666;  
}
#header {
	background-image:url(images/greenBG_700.gif);
	background-repeat:repeat-y;
	width:700px;
	height:82px;
	padding:18px 0px 0 0px;
}
#header div { 
	margin-left:32px; 
}
.floaterHL {
	float:right;
	text-transform:lowercase;
	color:#fff;
	font-size:14px;
	letter-spacing:1mm;
	margin:20px 35px 0 0;
	line-height:20px;
}
.logoFloatLeft {
	float:left;
	margin:20px 10px 5px 20px;
	padding:4px;
	background-color:#fff;
	border:2px solid #6b691a;
}
#nav {
	width:100%;
	background-color:#fff;
	border-top:3px solid #f9d358;
	text-align:center;
	padding:2px 0px 8px 0px;
	background-image:url(images/navShadow.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#navUl { 
	margin:0; 
	padding:0; 
}
#navUl li { 
	display:inline; 
	margin:5px 6px; 
}
a.navLink, a.navLink:link, a.navLink:visited {
	color:#6b691a;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:11px;
	font-weight:bold;
}
a.navLink:hover {
	color:#666666;
}
.reverse { 
	color: #000066; 
	background-color:#fbe5a1;
} 
.leftFloat {
	float:left; 
	margin:15px 25px 5px 0;
}
.rightFloat {
	float:right; 
	margin:15px 0 5px 25px;
}
.bold { 
	font-weight:bold; 
}
.boldItalic { 
	font-weight:bold; 
	font-style:italic; 
}
.italic { 
	font-style:italic; 
}
span.bigC {	
	font-size: 70px; 
} 
.text {
	font-size:12px; 
	color:#000000; 
	word-spacing:normal; 
	line-height:18px; 
	letter-spacing:1px;
} 
.textBlock ul {
	margin-left:0;
	padding-left:12px;
}
.textBlock ul li {
	margin-left:0px;
	padding-left:0;
}
.eleven {
	font-size:11px;
}
.thirteen {
	font-size:13px;
}
.boldSmaller { 
	font-weight:bold; 
	font-size:10px; 
	display:inline; 
	line-height:16px;
}
.smaller { 
	font-size:9px; 
}
.italic { 
	font-style:italic; 
}
.one_pt_box { 
	border: 1px #666666 solid; 
}
.one_pt_line { 
	border: #666666; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
} 
a:link { 
	color: #990000; 
	text-decoration: underline;
} 
a:visited { 
	color: #6a6819;
} 
a:hover { 
	color: #666600;
}
a.stayRed, a.stayRed:link, a.stayRed:visited { 
	color: #990000; 
	font-size:10px; 
	font-weight:bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
} 
a.stayRed:hover { 
	color: #666600;
}
.drop_cap { 
	font-family: Verdana, sans-serif; 
	font-size: x-large; 
	font-style: normal; 
	font-weight: bolder; 
	color: #666600;
} 
.drop_cap_home {
	font-family: Verdana, sans-serif; 
	font-size: large; 
	font-style: normal; 
	font-weight: bolder; 
	color: #666600;
} 
.cutline { 
	font-size: xx-small; 
	font-style: italic; 
	color: #000000;
} 
.hed_one {
	font-size: 15px;
	color: #5e5c35;
	font-weight: bolder;
	letter-spacing: 2px;
	margin-bottom:0px;
} 
.hed_two { 
	font-size: 12px; 
	color: #000000; 
	font-weight: bolder; 
	text-transform: none; 
	letter-spacing: 3px;
} 
.one_pt_dotted_box { 
	border: 1px #666666 dotted; 
	width:140px; 
	padding:10px; 
	margin:0 auto; 
}
.small_drop_cap {
	font-size: medium; 
	font-style: normal; 
	font-weight: bolder; 
	color: #666600; 
}
.leftQuot, .rightQuot {
	font-size:24px;
	font-weight:bold;
	font-family:Georgia,Times, serif;
	color:#5a5a02;
}
.leftQuot {
	float:left;
	margin:1px 8px 0 0;
	padding:0;
	display:inline;
	line-height:60%;
}
.rightQuot {
	float:right;
	margin:-16px 20px 0 0;
	padding:0;
	display:inline;
}
.textBlock {
	margin:0px 0px 10px 0px;
}
div.blockquote { 
	text-indent: 0.1em;
	padding-left:0px;
	width:95%;
}
#footer {
	clear:both;
	width:700px;
	background-color:#5e5c35;
	padding:7px 0px;
	color:#fff;
}
#footer p {
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
}
a.footLink, a.footLink:link, a.footLink:visited {
	color:#fff;
	text-decoration:underline;
}
a.footLink:hover {
	color:#f9d358;
}
#container .bigtext {
	line-height: 20px;
}
/* PAYPAL FORM */
.paypal_header { color:#5e5c35; font-size:15px; margin:0; padding:0; width:98%; border-bottom:1px solid #ccc; }
.paypal_header p { padding:0 0 10px 10px; }
div#paypal { margin:0em 0; width:99%; display:block; background-color:#f8efd2; padding:0 0 10px 0; border:1px solid #ccc; }
div#paypal ul { list-style-type:none; padding:0; line-height:1.9em; }
div#paypal form { padding:0 10px 0 15px; border-right:1px dotted #ccc; }
div#paypal form.last { margin:0; border:0; padding-top:6.7em; padding-right:0; }
div#paypal fieldset { margin:0; padding:0; border:0; }

div#paypal input.button { width:auto !important; overflow:visible; margin-right:10px; border:1px solid #bfbfbf; border-right-color:#908d8d; border-bottom-color:#908d8d; padding:1px .5em; background:#e1e1e1 url(images/button_default.gif) left center repeat-x; color:#000; }
div#paypal input.button:active { border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf; }
div#paypal input.button:hover { cursor:pointer; }
div#paypal input.primary { border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; background:#ffa822 url(images/button_submit.gif) left center repeat-x; }
div#paypal input.primary:active { border:1px solid #935e0d; border-right-color:#d5bd98; border-bottom-color:#d5bd98; }


