
/* Layout Stylesheet */
body{
 margin: 0;
 padding:0;
 font-family:sans-serif;
 background:#808080;
 color: #000000;
  }
h1 {font-size: 1.5em; color: #000000; font-weight: 200;}
h2 {font-size: 1.5em; color: #ffffff; font-weight: 200;}
h4 {font-size: 1.75em; color: #990000; font-weight: 300;}
h5 {font-size: 1em; color: #990000; font-weight: 200;}

#lh-col{
position:absolute;
 top:53px;
 left:5px;
 width:135px;
 z-index:7;
 background:#336666;
 font-size: 12px;
 color: #ffffff;
 }
 


#rh-col{
 position:absolute;
 top:53px;
 right:5px;
 width:135px;
 z-index:6;
 background:#336666;
 font-size: 12px;
 color: #ffffff;}


#c-block {

 width:100%;
 z-index:5;
 background:#336666;
 color: #000000;
 height:75%;
}


#hdr{
 z-index:6;
 height:30%;
 border-bottom:1px solid #000000;
 width:100%;
 background:#000000;
 font-size: 2.5em;
 color: #ffffff;
}

#c-col{
 margin:-20px 145px 0 145px;
 position:relative;
 background:#99cccc;
 color: #000000;
 z-index:1;
 border: solid #000000;
 border-width:0 0 1px 0;
 }

#ftr {
 width:100%;
 height:55px;
 border: solid #000000;
 border-width:1px 0 3px 0;
 background:#000000;
 color: #ffffff;
 margin:0;
}

div.menuBar,
div.menuBar a.menuButton {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #ffffff;
}

div.menuBar {
background-color: transparent;
padding: 3px 2px 6px 3px;
text-align: center;
margin-left:20px;
}

div.menuBar a.menuButton {
background-color: transparent;
border: 1px solid;
border-color: #f0f0f0 #909090 #909090 #f0f0f0;
color: #ffffff;
cursor: pointer;
left: 0px;
margin: 1px;
padding: 2px 3px 2px 3px;
position: relative;
text-decoration: none;
top: 0px;
z-index: 100;
}

div.menuBar a.menuButton:hover {
background-color: transparent;
border-color: #909090 #f0f0f0 #f0f0f0 #909090;
color: #cccccc;
}

div.menuBar2,
div.menuBar2 a.menuButton2 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
}

div.menuBar2 {
background-color: transparent;
padding: 6px 2px 6px 2px;
text-align: center;
margin-left:20px;
}

div.menuBar2 a.menuButton2 {
background-color: transparent;
border: 1px solid;
border-color: #f0f0f0 #909090 #909090 #f0f0f0;
color: #000000;
cursor: pointer;
left: 0px;
margin: 1px;
padding: 2px 6px 2px 6px;
position: relative;
text-decoration: none;
top: 0px;
z-index: 100;
}

div.menuBar2 a.menuButton2:hover {
background-color: transparent;
border-color: #909090 #f0f0f0 #f0f0f0 #909090;
color: #990000;
}

.box2 {
  background: #669999;
  color : #000000;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  padding : 3px;
  margin: 2px;
  border-color : #000000;
  border-style : groove;
  border-width : 1px;
  z-index: 70;
  }

a:link {
  color: #990066;
  text-decoration : none;
  background: transparent;}
a:visited {
  color: #0000aa;
  text-decoration : none;
  background: transparent;}
a:hover {
  color: #6699ff;
  text-decoration : underline;
  background: transparent;}

.strong, b {font-weight: 800;}
.big {font-size: larger;}
.small {font-size: smaller;}

hr {border: none 0;
border-top: 1px dashed #000;
width: 50%;
height: 1px;
text-align:: center;
}

hr.d {border: none 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #3300cc;
        width: 80%;
        height: 2px;
        margin: 10px auto 0 0;
        text-align:center;
        }




#navcontainer ul
{
text-align: left;
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li {
background-position: 0;
padding-left: .2em;
margin: 0 0 0 0; }

#navcontainer a
{
display: block;
color: #fff;
background-color: transparent;
width: 9em;
padding: .2em .8em;
text-decoration: none;
border-bottom: 1px solid #aaa;
}

#navcontainer a:hover
{
background-color: #669999;
color: #FFF;
border-bottom: 1px solid #aaa;
}

#active a
{
display: block;
color: #990000;
background-color: #ddd;
padding: .2em .8em;
text-decoration: none;
}
img {border: 0;}

div.centered { text-align: center; }
div.centered table { margin: 0 auto; text-align: center; }