/* Alpine Advertising Website                      **** Author: Dack Phillips                           **** Date: 11/26/2K4                                 *//* Main HTML Tag Styles */HTML{    scrollbar-face-color: #035845;    scrollbar-highlight-color: #FFFFFF;    scrollbar-shadow-color: #0A3F38;    scrollbar-3dlight-color: #035845;    scrollbar-arrow-color: #FFFFFF;    scrollbar-track-color: #999999;    scrollbar-darkshadow-color: #0A3F38;    scrollbar-base-color: #035845;}/* Set Standard Padding/Margin Heights & Width */ *{    padding: 0px;    margin: 0px;}BLOCKQUOTE, FORM, LABEL, UL, OL, DL, ADDRESS{    margin: 20px 0px;}LI, DD, BLOCKQUOTE{    margin-left: 40px;}FIELDSET{	 margin:20px 0;    padding: 10px;}BODY {    background-color: #0A3F38;    background-image: url(../images/pinebkgd.gif);    background-attachment: fixed;    font-family: Times News Roman, Times, Garamond, serif;     font-size: 12pt;    color: #000000;    font-weight: normal; 	 text-decoration: none;	 margin: 0px;	 padding: 5px;}P {	font-family: Times News Roman, Times, Garamond, serif; 	font-size: 12pt; 	font-weight: normal; 	color: #000000; 	text-decoration: none;	margin: 20px 0px;}PRE {	font-family: Times News Roman, Times, Garamond, serif; 	font-size: 12pt; 	font-weight: normal; 	color: #000000; 	text-decoration: none;	margin: 20px 0px; }B {	font-family: Times News Roman, Times, Garamond, serif; 	font-size: 12pt; 	font-weight: bold; 	color: #000000; 	text-decoration: none;}H3 {    font-size : 14pt;     font-family: Times News Roman, Times, Garamond, serif;     color : #035845;    text-align: center;    margin: 20px 0px;}H2 {    font-size : 16pt;     font-family: Times News Roman, Times, Garamond, serif;     color : #035845;     text-align: center;    margin: 20px 0px;}H1 {    font-size : 18pt;     font-family: Times News Roman, Times, Garamond, serif;     color : #035845;    text-align: center;    margin: 20px 0px;} SELECT {    background-color : #237865;    color : #FFFFFF;     font-size : 12pt;     font-family: Times News Roman, Times, Garamond, serif;     scrollbar-face-color: #035845;    scrollbar-highlight-color: #FFFFFF;    scrollbar-shadow-color: #0A3F38;    scrollbar-3dlight-color: #035845;    scrollbar-arrow-color: #FFFFFF;    scrollbar-track-color: #999999;    scrollbar-darkshadow-color: #0A3F38;    scrollbar-base-color: #035845;}INPUT {    background-color : #237865;    color : #FFFFFF;     font-size : 12pt;     font-family: Times News Roman, Times, Garamond, serif; }TEXTAREA {    background-color : #237865;    color : #FFFFFF;     font-size : 12pt;     font-family: Times News Roman, Times, Garamond, serif;    scrollbar-face-color: #035845;    scrollbar-highlight-color: #FFFFFF;    scrollbar-shadow-color: #0A3F38;    scrollbar-3dlight-color: #035845;    scrollbar-arrow-color: #FFFFFF;    scrollbar-track-color: #999999;    scrollbar-darkshadow-color: #0A3F38;    scrollbar-base-color: #035845;}A:link{    color : #035845;    text-decoration: underline;}A:visited{    color : #0A3F38;    text-decoration: underline;}A:hover{    color : #666666;    text-decoration: underline;}A:active{    color : #035845;    text-decoration: underline;}/* Classes */.copy{	font-family: Times News Roman, Times, Garamond, serif; 	font-size: 10pt; 	color: #FFFFFF;	background-color: #0A3F38;	text-decoration: none;	text-align: center;}.white{	background-color : #FFFFFF;}/* IDs */#Wrapper{	margin-left: auto;	margin-right: auto;	width: 750px;}#Banner{	background-image: url(../images/topbar.gif);	background-repeat: no-repeat;	width: 750px;	height: 120px;}#Inner{		background-image: url(../images/sidebarmiddle.gif);		background-repeat: repeat-y;		background-color: #FFFFFF;}#NavBar{		width: 100px;		float: left;}#NavBar LI {	font-size: 10pt; 	background-image: url(../images/buttons.jpg); 	margin: 0px; 	width: 100px; 	line-height: 30px; 	background-repeat: no-repeat; 	font-family: Times News Roman, Times, Garamond, serif; 	list-style-type: none; 	height: 30px; 	text-align: center;}#NavBar LI A {	display: block; 	width: 100px; 	color: #FFFFFF; 	height: 30px; 	text-decoration: none;}#NavBar LI A:link {	background-position: 0px 0px; 	background-image: url(../images/buttoncomposite.gif); 	color: #FFFFFF;	font-weight: 700;}#NavBar LI A:visited {	background-position: 0px 0px; 	background-image: url(../images/buttoncomposite.gif); 	color: #FFFFFF;	font-weight: 700;}#NavBar LI A:hover {	background-position: 0px -30px; 	background-image: url(../images/buttoncomposite.gif); 	color: #000000;	font-weight: 900;}#NavBar LI A:active {	background-position: 0px -60px; 	background-image: url(../images/buttoncomposite.gif); 	color: #000000;	font-weight: 900;}#Content{		width: 650px;		float: right;		text-align: center;}#text{	width: 600px;	text-align: justify;	margin-left: auto;	margin-right: auto;	background-image: url(../images/watermark.gif);	background-repeat: none;	background-position: center center;}#NavBarBottom{		background-image: url(../images/sidebarbottom.gif);		background-repeat: no-repeat;		background-position: left top;		background-color: #FFFFFF;		height: 45px;		clear: both;}#CopyRight{		background-color: #0A3F38;		text-align: center;		width: 750px;}