/*CSS style sheet Created by Dave Close for use in the Rancho Rinconada website*/
 body{
background-color:#CFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#009;
}
/*Link formatting*/
a:link{
color:#006;
}
a:hover{
color:#066;
}
a:visited{
color:#033;
}
a:avtive{
color:#906;
}

/*Main page titlling*/
h1{
font-size:36px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#036;
}
/*Alpha sub headding*/
h2{
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#069;
}
/*Beta sub heading*/
h3{
font-size:16px;
font-style:italic;
color:#0C9;
}
/*Disclamer Txt*/
h4{
font-size:16px;
font-family:"Courier New", Courier, monospace;
color:#399;
font-variant:small-caps;
font-style:italic;
margin-bottom:-15px;
}

#content_table-cell{
background-image:url("layout/rancho-water-mark.png");
background-repeat:no-repeat;
background-position:bottom;
}
#copyright_cells{
font-size:10px;
color:#000066;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#Rbanner-strip{
background-image: url("layout/side-banner-right.png");
background-repeat:repeat-y;
background-position:top, left;
}
#Lbanner-strip{
background-image: url("layout/side-banner-left.png");
background-repeat:repeat-y;
background-position:top, right;
}