/*header and tabs div are only on home page, 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; 
background-color : #99b5c6;  
position : absolute;
border-bottom : 1px solid #ccc; 
}
#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 : 160px;
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 : #c99c33;  
} 
a:hover {
background-color : #ff9; 
color : black;  
} 
a:visited {
color : #369; 
}

p {
margin : 0;
font-family : Verdana, Georgia, Arial, serif; 
font-size : 11pt; 
/*font-weight : normal;
line-height : 1.8em;*/ 
}



H2 {
font-size : 13pt; 
font-family : Verdana, Arial, Sans serif;
font-weight : normal;
margin : 15px 0 0 0 ;
padding : 0;  
color : #369; 
} 


H5 {
font-size : 10pt;
font-family : Verdana, Arial;
font-weight : normal;
}
/*H5 a:hover {
background-color : #ff9;
text-decoration : underline overline
}*/

H6 {
font-family : Verdana, Arial, sans serif;
font-weight : normal;
font-size : 8pt;
/*margin : 0 0 10px 0 ; 
padding : 0;*/
}

img {
border : 0 
}


.border {
border : 1px solid #999;
}


.navbarhome { 
padding : 0 5px 2px 5px;
font-family: verdana, Arial, Sans serif;
font-size : 10pt;
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;
}
