/* KEVIN STYLE */

body {
margin-left: auto;
margin-right: auto;
}

body.widebody {
width: 100%;
}

h1 {
font-family: Arial;
font size: 150%; 
color: #000000;
text-align: center;
}

h2 {
font-family: Century Gothic, sans-serif; 
font size: 125%; 
color: #FFFFFF; 
padding: 3px; 
border: 2px #000000; 
background-color: #00CC00;
clear: all
}

h2.widebody {
text-align: center;
}

h3,
h4,
h5,
h6 {
color: #00CC00
}

hr {
}

p {
padding-left: 5px; 
padding-right: 2em
}

table
{
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-color: #00CC00;
border-collapse: separate;
background-color: white
}

td,
th {
border-width: 1px;
padding: 3px;
border-style: solid;
border-color: #00CC00;
background-color: white;
-mox-border-radius: 0px
}

address {
padding-left: 2em; 
padding-right: 2em
}

img {
padding: 2px
}

/* Formatting for all links */
a{text-decoration: underline }
a:link {color: #00CC00}
a:visited {color: #00CC00}
a:hover {color: #00CC00; background-color: #001100}
a:active {color: #00CC00}


/*****************************************************************/

.main {
width: 700px;
text-align: center;
background-color: #EEEEEE;
border: 2px solid #000000;
font-family: Arial, Helvetica, sans-serif; 
color: #000000;
z-index: 0
}

.main h2 {
text-align: center;
}

.centered {
margin: auto; text-align: left;
}

#center {
  width: 100%;
  text-align: center;
}

#left {
  width: 100%;
  text-align: left;
} 

/* You still need to clear!!! */
  #floatleft {
  float: left;
} 

#right {
  width: 100%;
  text-align: right;
} 

/* You still need to clear!!! */
#floatright {
  float: right;
}

/***************************************************************************************
Usage: <a href="http://cnn.com" class="opacityit"><img border="0" src="email.gif" /></a>
****************************************************************************************/

/***********************************************************************
 * Expandable Content
 * place this line in your head: 
 *     <!--#include file="/collapsable_text_headerfile.txt" -->
 * 
 * To see usage example see: collapsable_text_usage_example.txt 
 * 
 ***********************************************************************/

/************************************************************************
 * Drop Down Menu CSS									*
COLORS: 
ORANGE: #FFCC76
WHITE GRAY: #CCCCCC
LIGHT GRAY: #555555
DARK GRAY: #222222
BLACK: #000000
WHITE: #FFFFFF
 ************************************************************************/


#menu {
  font-size: 12px;
  overflow: hidden;
  z-index: 1;
}

#nav, 
#nav ul {
  width: 99ex;
  list-style: none;
  padding: 0;
  margin: auto;
  overflow: nowrap;
}

#nav a {
  /*display: block;*/
  width: 19ex;
  color: #000000;
  text-decoration: none;
}

#nav a:hover {
  color: #000000;
  background: #555555;
}

/* Category Tops */
#nav li {
  float: left;
  padding: 0;
  margin-right: -1px;
  width: 19ex;
  text-align: center;
}

/* Container for Dropped Menu */
#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  border: solid #000000;
  border-width: 1px;
  padding: 2px;
  width: 19ex;
  margin: 0;
  background: #555555;
}

#nav li ul a{
  float: left;
  padding: 0;
  margin-right: -1px;
  width: 19ex;
  text-align: left;
}

/* Menu Line Item Link on Hover */
#nav li ul a:hover {
  background: #00CC00;
  color: #000000;
}

#nav li:hover ul ul, 
#nav li.over ul ul {
  left: -999em;
}

#nav li:hover ul,
#nav li.over ul {
  background: #CCCCCC; 	/* Drop Down Background*/
  left: auto;		
}

#nav li:hover, 		/* Cat Title on Hover */
#nav li.over {
  color: #000000;
}

/*  End Navigation Formatting  */