﻿/* Generic Selectors */
 
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #006600;
    background-color: #CCFF99;
}
 
p {
   width: 100%;
   color:#006600;
}
 
li {
   list-style-type: none;
   line-height: 150%;
}
 
h1
{
    font-family: Times New Roman, Serif;
    font-size: 40px;
    font-weight: bold;
    color: #CC0066;
    text-align: center;
}
 


h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: normal;
    color: #CC0066;
    text-align: center;
}

h3
{
    font-family: Times New Roman, Serif ;
    font-size: 20px;
    font-weight: bold;
    color: #006600;
    text-align: center;
}

h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-weight: normal;
    color: #C0C0C0;
    text-align: center;
    text-decoration: underline;
}

h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: normal;
    color: #C0C0C0;
    text-align: center;
}


 
 
/**************** Pseudo classes ****************/


a:link
{
    color: #006600;
    font-weight: bold;
    text-decoration:none;
}
 

 
a:visited
{
    color: #006600;
    font-weight: normal;
    text-decoration:none;
}
 

 
a:hover
{
    color: #006600;
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration:underline;
}
 

 
a:active {
   color: rgb(255, 0, 102);
   font-weight: bold;
   text-decoration:underline;
}
 
/************************* ID's *************************/
#cs
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFF99;
} 
#navigation
{
    border: medium ridge #ffffcc;
    margin: 0px;
    padding: 10px;
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
    bottom: auto;
    right: auto;
    left: auto;
    
}
 
#centerDoc
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
    bottom: auto;
    right: auto;
    left: auto;
}
#centerimg
{
    background-position: center center;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
    bottom: auto;
    right: auto;
    left: auto;
    line-height: 400px;
    text-align: center;
}
#line
{
    border: medium ridge #ffffcc;
    margin: 0px;
    padding: 10px;
    position: relative;
    width: auto;
    height: auto;
    top: 10px;
    bottom: auto;
    right: auto;
    left: auto;
}   

#bottomtxt
{
    border: medium ridge #ffffcc;
    margin: 0px;
    padding: 10px;
    position: relative;
    width: auto;
    height: auto;
    top: 4px;
    bottom: -4px;
    right: -2px;
    left: 2px;
    float: left;
}

