/* These are classes that can be referenced by all HTML elements by referencing the class attribute.*/
/*<h1 class="center">This heading will be center-aligned</h1> */

body
{
background-image: url(http://ponderosa9.com/pat_strip2.gif);
width: 50px;
height: 400px;
background-color: #CCCCCC;
color: #FFFFFF;
font-family: calibri, Trebuchet MS, helvetica, sans-serif;
font-size: 10px;
line-height: 20px;
margin: -3px;
text-align: left;
}
#shell	{
	width: 760px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0 0px 0px;
	}
#content	{
	float: left;
	margin: 0 !important;
	margin: -3px 0 0 0;
	padding: 0px 0px 0px 0px;
	width: 756px;
	}
/* heading graphic */
#mainhead  {
float: left;
background-image: url(http://ponderosa9.com/heading1.gif);
width: 700px;
height: 250px;
background-repeat: no-repeat;
}
/* position and text specifications for top navigation bar to right of logo*/
#topnav {
/* position: absolute; */
float: right;
margin: 35px 3 3 3;
font-family: Trebuchet MS, helvetica, sans-serif;
font-size: 11px;
color: "white";
}
/* pine branches */
#pines  {
float: left;
background-image: url(http://ponderosa9.com/pines.gif);
width: 100px;
height: 100px;
}
.float_rt { float:right;clear:right; margin:5px;}
.float_lf { float:left;clear:left; margin:5px;}
.center {text-align: "center"}
.right {text-align: "right"}
.comic {font-family: "comic sans ms"}
.large {font-size: 80pt}
.medium {font-size: 12pt}
.small {font-size: 10pt}
.exsmall {font-size: 8pt}
.whitecolor {background-color:white}

/*The following header elements are grouped together and set to a font, color and decoration.*/
h1
{
font-family: "comic sans ms"; 
color: "white";
}
h2,h3,h4,h5,h6
{
font-family: "comic sans ms"; 
color: "white";
}

p,table,address
{
font-family: "comic sans ms"; 
margin-left: 10pt;
}

li,td
{
font-family: "comic sans ms";
font-size: 100%;
background-color: white;
}
th
{
font-family: "comic sans ms";
font-size: 180%;
background-color: white;
}
p
{
font-family: "comic sans ms";
font-size: "10pt";
}

legend
{
font-family: "comic sans ms";
font-size: 110%;
}

/*The following anchor elements are grouped together and set to green, active/visited change to darkgreen.*/
/* #FFFFFF=white; #336699=dusty dark blue; #FF0000=bright red; #FFCCFF=light lavendar*/
a:link     { color:#FFFFFF }
a:visited  { color:#FFFFFF }
a:active   { color:#FF0000 }
a:hover    { color:#FF0000 }




