/*------------------------*/
/*MAIN STYLE SHEET*/
/*------------
These are the main colors:
#990000
#D59B4D
#800000
#292929
------------*/
body 
{
 text-align: center;
 /*
background-image: url(graphics/background3.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top;
*/
 background-color: #000000;
 font-size: 12pt;
 padding: .3em;
 font-family: Arial, Verdana, Helvetica, sans-serif;
}

hr 
{
 text-align: center;
 width: 90%;
 color: #800000;
 margin-top: .5em;
}

p 
{
 line-height: 1.1em;
 text-align: left;
 font-size: .9em;
 color: #000000;
 font-weight: 500;
 padding-left: 1em;
 padding-right: 1em;
}

/*------------------------*/
/*HEADINGS*/
/*------------------------*/
h1 
{
 text-decoration: none;
 text-align: center;
 letter-spacing: 2px;
 font-size: 1.2em;
 margin-top: .5em;
}

h2 
{
 text-decoration: none;
 text-align: center;
 letter-spacing: 1px;
 font-size: 1.1em;
 margin-top: .5em;
 margin-bottom: .5em;
}

h3 
{
 padding-left: 1.5em;
 padding-right: 1.5em;
 text-align: center;
 font-style: normal;
 letter-spacing: 2px;
 font-size: 1.1em;
 font-weight: bolder;
 margin-top: 1em;
 margin-bottom: -.5em;
}

h4 
{
 text-align: center;
 font-style: normal;
 letter-spacing: 1px;
 font-size: 1.1em;
 font-weight: bolder;
 margin-top: 1em;
}

h5 
{
 text-align: center;
 font-style: normal;
 font-size: 1em;
 font-weight: bold;
 margin-bottom: -.3em;
}

/*------------------------*/
/*LINKS*/
/*------------------------*/
a:link 
{
 color: #C0660C;
 text-decoration: underline;
 font-weight: bold;
}

a:visited 
{
 color: blue;
 text-decoration: none;
 font-weight: normal;
}

a:active 
{
 color: red;
 text-decoration: none;
 font-weight: normal;
}

a:hover 
{
 color: White;
 text-decoration: underline;
 background-image: none;
 font-weight: normal;
}

a.textlink:link 
{
 color: #800000;
 text-decoration: underline;
 font-weight: normal;
}

a.textlink:visited 
{
 color: #800000;
 text-decoration: none;
 font-weight: normal;
}

a.textlink:active 
{
 color: white;
 text-decoration: none;
}

a.textlink:hover 
{
 color: red;
 text-decoration: underline;
 background-image: none;
 font-weight: normal;
}

/*------------------------*/
/*NAVIGATION SIDEBAR*/
/*------------------------*/
#navlink 
{
 width: auto;
 text-align: left;
 margin-bottom: 2em;
 margin-right: auto;
 margin-left: -2.5em;
 font-size: 1em;
}

a.navlink:link, a.navlink:visited, a.navlink:active, a.navlink:hover 
{
display: block;
 font-family: Papyrus;
 font-weight: bold;
 margin-bottom: 1em;
 padding: .3em 0 .3em .8em;
}

a.navlink:link 
{
 border: 1pt solid  #990000;
 background-color: #990000;
 color: #D59B4D;
 text-decoration: underline;
}

a.navlink:visited 
{
 border: 1pt solid  #990000;
 background-color: #990000;
 color: #292929;
 text-decoration: none;
}

a.navlink:active 
{
 border: 1pt solid  #990000;
 color: red;
 text-decoration: underline;
}

a.navlink:hover 
{
 border: 1pt solid  red;
 background-color: #CC0000;
 color: #ffffff;
 text-decoration: underline;
}

td.navbar 
{
 width: 140px;
 border-style: none;
 vertical-align: top;
 text-align: left;
 overflow: visible;
}

td.navbar ul 
{
 margin-top: 2.4em;
}

td.navbar ul li 
{
 list-style-type: none;
}

/*------------------------*/
/*LAYOUT*/
/*------------------------*/
table.layout 
{
 border-color: #B90000;
 border-width: 1pt;
 border-style: solid;
 width: 960px;
 background-color: #990000;
 margin-right: auto;
 margin-left: auto;
}

td.header 
{
 text-align: center;
 vertical-align: top;
}

.header img 
{
 width: 98%;
 margin-top: .6em;
 margin-bottom: -2.4em;
 position: relative;
 z-index: 5;
}

td.leadtext 
{
 background-color: #D59B4D;
 text-align: center;
 vertical-align: top;
 position: relative;
  z-index: 6;
}

.leadtext h1 
{
 padding-left: .7em;
 padding-right: .7em;
 padding-top: .7em;
 padding-bottom: .4em;
 margin-top: -.1em;
 margin-bottom: .3em;
 position: relative;
 z-index: 7;
 background-color: #d59b4d;
}

.leadtext img 
{
 width: 550px;
 border-width: 1pt;
 border-color: black;
 border-style: solid;
 margin-bottom: .3em;
 margin-top: 1em;
}

td.maintext 
{
 background-color: #D59B4D;
 vertical-align: top;
 padding-top: .7em;
 padding-left: .4em;
 padding-right: .4em;
 text-align: center;
  position: relative;
  z-index: 6;
}

td.maintext ul li 
{
 list-style-type: circle;
 padding-left: .4em;
 padding-right: .4em;
 text-align: left;
 font-size: .9em;
 line-height: 1.3em;
}

.maintext img 
{
 border-width: 1pt;
 border-color: black;
 border-style: solid;
 margin-left: .7em;
 margin-right: .7em;
 margin-top: .7em;
 margin-bottom: .5em;
}

td.maintext p 
{
 margin-top: .6em;
 margin-bottom: .4em;
}

td.photocolumn 
{
 background-color: #D59B4D;
}

/*------------------------*/
/*DIVS*/
/*------------------------*/
#highlights 
{
 border-color: #800000;
 border-width: 1pt;
 border-style: solid;
 font-size: .9em;
 padding-bottom: 1em;
 background-color: #DEB169;
 width: 93%;
 margin-top: 1.3em;
 margin-right: auto;
 margin-left: auto;
}

#highlights p 
{
 text-align: center;
}

#end 
{
 border-top-color: #800000;
 border-top-width: 1pt;
 border-top-style: solid;
 padding-left: 5em;
 padding-right: 5em;
}

/*------------------------*/
/*CLASSES*/
/*------------------------*/
p.extra 
{
 text-align: left;
 font-weight: normal;
 font-size: .6em;
 color: white;
}

p.name 
{
 letter-spacing: .05em;
 text-align: center;
 font-family: "Bookman Old Style", "Times New Roman", Times, serif;
 font-weight: bold;
 font-size: 1.6em;
 margin-bottom: -.5em;
}

p.address 
{
 text-align: center;
 font-size: 1em;
 font-weight: bold;
 margin-bottom: -.5em;
}

p.email 
{
 text-align: center;
 font-size: .9em;
 margin-bottom: .5em;
}

p.phone 
{
 text-align: center;
 font-size: 1em;
 font-weight: bold;
 text-decoration: none;
 margin-bottom: 1em;
}

.contact 
{
 text-align: center;
 font-size: 1em;
 font-weight: bold;
 margin-bottom: 1em;
}

p.close 
{
 text-align: center;
 font-style: normal;
 font-weight: normal;
 margin-bottom: 1em;
}

h3.close 
{
 text-align: center;
 letter-spacing: 2px;
 font-style: normal;
 color: #800000;
 margin-bottom: 1em;
}

.footer 
{
 text-align: center;
 font-size: .6em;
 text-decoration: none;
 font-weight: 400;
 margin-bottom: 0px;
 margin-top: 2em;
}

