UNKNOWN {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Georgia, Times New Roman, Serif;
}
P {
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Georgia, Times New Roman, Serif;
	text-align: left;
}
A {
	FONT-SIZE: 14px; COLOR: #669900; TEXT-DECORATION: none;
}
A:hover {
	FONT-SIZE: 14px; COLOR: #99CC00; TEXT-DECORATION: none;
}
H1 {
	FONT-SIZE: 36px; COLOR: #000000;
	FONT-FAMILY: geneva, arial, helvetica;
	TEXT-DECORATION: bold;
    line-height: 12pt;
}
H2 {
	FONT-SIZE: 18px; COLOR: #000000;
	FONT-FAMILY: arial, helvetica;
	TEXT-DECORATION: bold;
    line-height: 12pt;
}
H3 {
	FONT-SIZE: 16px; COLOR: #336600;
	FONT-FAMILY: arial, helvetica;
	TEXT-DECORATION: bold;
    line-height: 12pt;
}

BODY {
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #666666;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000000;
	background-image: url(images/HLbg.jpg);
	background-repeat: repeat-x;
	background-color: #336600;
	text-align: center;
}

 // background-attachment: fixed;
 // background-position: top right

#page-wrap {
	width: 500px;
	background: white;
	padding: 20px 40px 20px 40px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}
.large {
	color: #BCBCBC;
	font-size: 1.2em;
	text-align: center;
}
.largesmall {
	color: #CCC;
}
.largesmall {
	color: #EAEAEE;
	font-size: 36px;
}
.pAlignLeft {
	text-align: center;
}
