
body
{
    margin: 0px auto;
    position: relative;
    width: 1050px;
    background-color: #cece9c;
    border-left: #396342 2px ridge;
    border-top: #396342 2px ridge;
    border-right: #396342 2px ridge;
    border-bottom: #396342 10px ridge;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    color: #333333;
	font-weight: bold;
}

img {
   margin: 10px;
}

A:link {color:#333333}
A:visited {color:#333333}
A:active {color:#006633}
A:hover {color:#CC9933}
A:focus {color:#006633}

#header {
   height: 120px;
   background-color: #cece9c;
   border-bottom: #396342 20px outset;
   color: #396342;
   font-size: 2.25em;
   font-weight: bold;
   text-align: left;
   padding-right: 20px;
}

#underlogo
{
  width: 100%;
  height: 100%;
  background: #ffffcc;
}

#nav
{
   float: left;
   font-weight: bold;
   text-align: center;
   background-color: #cece9c;
   font-size: 1em;
   width: 200px;
   cursor: pointer;
   margin: 0px;
}

#nav ul
{
  margin: 0px;
  padding: 0px;
}

#nav li
{
  list-style: none;
  border: #396342 1px ridge;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1px;
  margin-bottom:0px;
}

#nav ul a
{  
  text-decoration: none;
  color: #75491d;  
}

#nav ul a:hover
{
  color: #396342;
}

#content
{
  margin-left: 200px;
  text-align: left;
  width: 810px;
  background: #ffffcc;
  font-size: 1em;
  padding: 20px;
}

#content a
{
   color: #75491d;
}

#content a:hover
{
  color: #396342;
}

#content img
{
  border: #396342 4px outset;
}
  
#footer
{
   width: 1010px;
   background-color: #ffffcc;
   border-top: #396342 1px solid;
   color: #396342;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
   padding: 10px;
}

#button
{
	background-color: #cece9c;
	border: #396342 2px outset;
    color: #75491d; 
	padding: 4px;
	text-decoration:none;
	font-family: "Lucida Calligraphy", Monaco, monospace;
	
}

#button a
{  
  text-decoration: none;
  color: #75491d;  
}

#button a:hover
{
  
  color: #396342;
}


h1
{
   font-size: 2em;
   color: #396342;
   }

.greenText
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
}

.greenLargeText
{
    FONT-SIZE: 16pt;
    COLOR: #006633;
}

.goldItalText
{
    FONT-SIZE: 12pt;
    COLOR: #cc9900;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
}

.goldLargeText
{
    FONT-SIZE: 14pt;
    COLOR: #cc9900;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
}

.bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #FFFFFF;
}

.smtext
{
    FONT-SIZE: 10pt;
    COLOR: #396342;
    FONT-WEIGHT: bold;
}
.itext
{
    FONT-SIZE: 12pt;
    FONT-STYLE: italic;
    COLOR:  #396342;
}
.underline
{
    FONT-SIZE: 10pt;
    TEXT-DECORATION: underline
}


.ltext
{
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold;
    COLOR: #CCCCCC;
}

.iText
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    COLOR: #333333;
} 

.text
{
  FONT-SIZE: 10pt;
  FONT-WEIGHT: bold;
  COLOR: #333333;
}

.redText 
{
	color: #FF0000;
}


.btext
{
  FONT-SIZE: 10pt;
  FONT-WEIGHT: bold;
  COLOR: #000000;
} 

.tText
{
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    COLOR: #333333;
}  

.nText
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    COLOR: #333333;
} 

.strikeout
{
  text-decoration:line-through;
}