/* Body frame style layout for content of site */


a:link
{
/*text-decoration: underline, none;*/
text-decoration: none;
color: #D9BB73;
}

a:visited
{
/*text-decoration: underline, none;*/
text-decoration: none;
color: #D9BB73;
} 

a:hover
{
/*text-decoration: underline, none;*/
text-decoration: none;
color: #ffffff;   /*5997D1  0053a0*/
}

a:active
{
text-decoration: none;
color: #ffffff;
} 




/*
A:hover
{text-decoration:bold; color:ffffff;}

A:link
{text-decoration: underline; color: D9BB73;}

A:link, A:visited
{text-decoration: none;}
*/



Body
{
/* background-image: url(../media/bg-content-cropped.jpg); */ /* ../media/bg-content-cropped.jpg */
background-repeat: repeat-y;
background-position:0 0;
/* background-attachment: fixed; */
background-color: #000000;     
/*margin: 5 10;*/    /* first number is topmargin,  second is leftmargin  margins=10 10*/
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;

font-family: tahoma,verdana,book antiqua, verdana,tahoma,times new roman,sans-serif,arial,monotype corsiva;
font-size: 9pt;
text-size: 9pt;
color: #D9BB73;    /* specifies FONT color org=bdbdbd new=BBA86C new2=b29411 new3=dbbb06 new4=caaa06 org=baa100 */

scrollbar-arrow-color: 991220;
scrollbar-track-color: 000000;
scrollbar-face-color: D9BB73;
scrollbar-highlight-color: 777777;
scrollbar-3dlight-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
}


Table
{
font-family: ,tahoma,verdana,book antiqua, arial,tahoma,times new roman,sans-serif,arial,monotype corsiva;
font-size: 9pt;
}


h1
{
font-size: 14pt;
/*font-variant: small-caps; */ 
margin-top: -1pt;
margin-bottom: 0pt;

/*line-height: 18pt;*/
/*padding: height-21;   USELESS */
/*color: 000000;*/
/*font-style: italic;*/
}


h2
{
font-variant: small-caps;
line-height: 16pt;
/*color: 000000; */
}

h3
{
line-height: 16pt;
/*color: 000000; */
}


h4
{
font-variant: small-caps;
line-height: 13pt;
}



p
{
margin-top: 2pt;
margin-bottom: 2pt;
}



hr
{
/*width: 0;*/
/*line-height: 4px;*/
/*padding: height-1px;*/

}

form
{
margin-top: 0;
margin-bottom: 0;
}


input
{
font-size: 14px;
color= D9BB73;
background-color: 222222;
border: 1px solid #D9BB73;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}


select
{
font-size: 14px;
color= d9bb73;
background-color: 222222;
border: 1px solid #991220;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}


textarea
{
font-size: 14px;
color= d9bb73;
background-color: 222222;
border: 1px solid #D9BB73;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}






h1.heading
{
font-size: 18pt;
font-variant: small-caps;
margin-top: -4pt;
margin-bottom: 0pt;

/*line-height: 18pt;*/
/*padding: height-21;   USELESS */
/*color: 000000;*/
/*font-style: italic;*/
}


/* Site menu and Top pane */
.top
{
background-repeat: repeat-x;
background-position:0 0;
/*background-attachment: fixed;*/
}

.left
{
background-repeat: repeat-y;
background-position:0 0;
background-attachment: fixed;
}

.links
{
line-height: 20px;
}




input.alt
{
font-size: 9pt;
color= 222222;
background-color: D9BB73;
border: 1px solid #000000;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

input.submit
{
font-size: 12px;
color= 222222;
background-color: D9BB73;
border: 1px solid #000000;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}


.header
{
font-variant: small-caps;
font-size: 12pt;
font-weight: bold;

filter: dropshadow(color=#aaaaaa offx=2 offy=2 positive=2);
}

.header_b
{
font-variant: small-caps;
font-size: 12pt;
font-weight: bold;
background-repeat: no-repeat;
background-position: center center;  /*  first name is horz align second name is vert align - 40 - 110 */
}


.invert   /* for invert text color for titles  */
{
background-color: bdbdbd;
color: 1e2047;
}


.justification   /* variable for text alignment - use div tag to enable/disable  */
{
text-align: justify;
}


.enhanced
{
background-repeat: no-repeat;
background-position:0 0;
background-attachment: fixed;
}










/* colors
gold D9BB73
gold BBA86C
red 991220
*/





