


/*header and tabs div are only on home, site, and about pages, other pages in tables with no top bars. Home page is all layers and uses only this stylesheet not main css sheet, 
colors are
99b5c6 blue
d14d4d red
d9d74d green
*/

#tabs {
top : 10px;
width : 900px;
left : 52px; 
position : absolute;
height : 34px;
margin : 0;
}



#header {
top : 44px; 
height : 18px; 
width : 900px;
left : 52px;
border-bottom : 1px solid #ccc; 
background-color : #d14d4d;    
position : absolute;   
}
#header p  {
line-height : 1.3em; 
}



#links {
top : 90px;
left : 70px; 
position : absolute; 
Width : 170px;
}

#links p {
line-height : 1.2em;
font-size : 10pt;
margin : 18px 0 0 0 ;
padding : 0 0 3px 5px;
background-color : #f0f3f6;
background-image : url(gradientlinkv.gif);
}


#content {
top : 80px;
left : 300px;
width : 306px;
position : absolute;
}
#content p {
line-height : 1.6em;
font-size : 12pt;
color : #666;
}

#menu {
top : 140px;
left : 640px;
position : absolute; 
Width : 300px;
padding : 8px;
}



#footer {
top : 630px;
left : 70px;
position : absolute;
width : 840px;
border-top : 1px solid #c3c3c3;
}


BODY {
margin : 0;
background-color : #e5d9a6;
background-image : url(bkgray900gold.gif);
background-repeat : repeat-y;
margin-right : auto;
margin-left : auto;
background-position : 33px 0;
}

a {
color : #369; 
text-decoration: none; 
} 
a:active {
color : #369;  
}
a:hover {
background-color : #ff9; 
color : #000; 
}
a:visited {
color : #369; 
}


p {
margin : 0;
font-family : Verdana, Georgia, Arial, serif; 
font-size : 11pt;
}



H2 {
font-size : 13pt; 
font-family : Verdana, Arial, Sans serif;
font-weight : normal;
margin : 15px 0;
padding : 0;  
color : #369;
} 

H5 {
font-size : 10pt;
font-family : Verdana, Arial, sans serif;
font-weight: normal;
}

H6 {
font-size : 8pt;
font-family : Verdana, Arial, sans serif;
font-weight: normal;
}


img {
border : 0 
}



.border {
border : 1px solid #999;
}



.navbarhome { 
font-family : verdana, Arial, Sans serif;
font-size : 10pt;
padding : 0px 5px 2px 5px;
color : white;
}
.navbarhome a:link {
color:#fff; 
text-decoration: none;
}
.navbarhome a:visited {
color:#fff; 
text-decoration: none;
}
.navbarhome a:active {
color:#fff; 
text-decoration : none;
}
.navbarhome a:hover {
background-color : #fff; 
color : #000; 
text-decoration : none;
}






