html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 30px;
}

#pageWrapper,
#pageFooter {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 994px;	
}
#pageFooter {
	border: none;
	margin-bottom: 100px;
}
#pageFooter p {
	font-size: 11px;
	line-height: 14px;
	color: #A9A9A9;
	margin-top: 8px;
}
#pageFooter img {
	 margin-top: 5px; 
	 margin-left: 0px;
}
#pageFooter a:link,
#pageFooter a:hover,
#pageFooter a:visited,
#pageFooter a:active {
	color: #A9A9A9;
	text-decoration: none;
}
#pageFooter a:hover {
	color: #666666;	
	text-decoration: underline;	
}

#siteHeader {
	border-bottom: 4px solid #CCCCCC;
	height: 120px;
	font-size: 8px; /* Required for spacing on IE 6 & 7 */
}
#siteHeadImg01 {
	margin-top: 20px;
	margin-left: 18px;
}

#siteMenuH {
	clear: both;
	background-color: #eeeeee;
	height: 22px;
}
#siteMenuH ul {
	list-style-type: none;
	color: #FFFFFF;
	clear: both;
	font-size: 12px;
	margin-top: 0px; /* Required for spacing on IE 6 & 7 */
	line-height : 22px;
}
#siteMenuH li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#siteMenuH a:link,
#siteMenuH a:hover,
#siteMenuH a:visited,
#siteMenuH a:active,
#siteMenuH .siteMenuH_Active {
	color: #FFFFFF;
	background-color: #A1BF2F;
	text-decoration: none;
	display: block;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
#siteMenuH a:hover {
	background-color: #FF9900;
}

#content {
	clear: both;
	float: left;
	width: 100%;
	background-image: url(../images/space09.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#featureBox {
	float: right;
	width: 195px;
	padding-top: 25px;
	padding-bottom: 25px;	
	background-color: #FAFAFA;
}
#featureBox p,
#featureBox ul,
#featureBox ol,
#featureBox table {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#featureBox p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#featureBox img {
	margin-left: 20px;
}

#pageContent {
	float: left;
	width: 735px;
	padding-top: 25px;
	padding-bottom: 25px;	
	padding-left: 20px;
	padding-right: 30px;
}

#pageContent h1,
#pageContent h2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size : 24px;
	font-weight : normal;
	font-style: normal;
	color: #3C5830;
	text-align: left;
	letter-spacing : normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pageContent h2 {
	font-size : 14px;
	font-weight: bold;
	margin-top: 15px;	
	margin-bottom: 5px;	
}
#pageContent p,
#pageContent ul,
#pageContent ol,
#pageContent table {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#pageContent p {
	margin-left: 5px;
	margin-bottom: 10px;
}
#pageContent ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#pageContent li {
	margin-bottom: 4px;
}
#pageContent a:link,
#pageContent a:hover,
#pageContent a:visited,
#pageContent a:active {
	color: #0066FF;
	text-decoration: none;
}
#pageContent a:hover {
	color: #C26C54;
}

p.hideText {
	clear: left;
	font-size : 10px;
	font-weight : normal;
	line-height: 12px;
	color: #ffffff;
	padding-top: 50px;
	text-align: center;
}

p.portPic {
	text-align:center;
	margin-top: 20px;
}

/*** [ Comments Form CSS ] ************************/

#contactForm01 {
	margin-left: 5px;
	width: 465px;
	margin-top: 10px;
}

#contactForm01 tr.headRow {
	background-color: #E8EDF7;
}
#contactForm01 tr {
	background-color: #F5F5F5;
}
#contactForm01 tr.buttonRow {
	text-align: center;
}
#contactForm01 tr.errorRow {
	background-color: #C12817;
}

#contactForm01 tr p,
#contactForm01 tr.headRow p,
#contactForm01 tr.errorRow p {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	color: #2C4A71;
	margin-left: 5px;
	margin-right: 10px;
}
#contactForm01 tr.headRow p {
	font-size : 11px;
	font-weight : bold;
}
#contactForm01 tr.errorRow p {
	font-weight: bold;
	color: #ffffff;
}

#contactForm01 input,
#contactForm01 textarea,
#contactForm01 select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#contactForm01 input[type=text]:focus,
#contactForm01 textarea:focus,
#contactForm01 select:focus {
	background-color: #FFFFE3;
	border: 1px solid #AAAAAA;
}
#contactForm01 input[type=radio] {
	border: none;
	background-color: #EDECF2;
}
#contactForm01 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/*************** OLD Stuff Below **********************

.MenuItem01 a:visited {
	color: #ececec;
	text-decoration : none;
}
.MenuItem01 a:hover {
	color: #ececec;
	text-decoration : none;
}
.MenuItem01 a:link {
	color: #ececec;
	text-decoration : none;
}
.MenuItem01 a:active {
	color: #ececec;
	text-decoration : none;
}

.Copyright a:visited {
	color: #A9A9A9;
	text-decoration : none;
}
P.Copyright a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}
.Copyright a:link {
	color: #A9A9A9;
	text-decoration : none;
}
.Copyright a:active {
	color: #A9A9A9;
	text-decoration : none;
}


P.MenuItem01 {
	font-size : 13px;
	font-weight : normal;
	text-align: center;
	letter-spacing : 1px;
}

P.PType01, P.PType02, P.PType03, P.PType04, P.PType05 {
	font-size : 15px;
	font-weight : normal;
	text-align: left;
	color : #4e4e4e;
	line-height : 22px;
	letter-spacing : normal;
}
P.PType01 {
   margin-top : 20px;
   margin-left : 20px;
   margin-right : 20px;
}
P.PType02 {
   margin-top : -5px;
   margin-left : 20px;
   margin-right : 20px;
}
P.PType03 {
   margin-left : 20px;
   margin-right : 20px;
   margin-top : 10px;
   margin-bottom : 20px;   
}
P.PType04 {
   margin-top : 20px;
	text-align: center;
}
P.PType05 {
}

P.Copyright {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	line-height: 14px;
	color: #A9A9A9;
	margin-top: 0px;
	margin-right: 10px;
}

.credit_cards {
	 margin-top: 0px; 
	 margin-left: 10px;
}

P.HeadType01 { 
	color: #000033;
	text-align: left;
	font-weight : bold;
	font-size : 14px;
	letter-spacing : normal;
}
P.HeadType01 {
   margin-top : 10px;
   margin-left : 10px;
   margin-right : 20px;
}

*******************************************/