body, 
td,
p,
a
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #666666;
}


a, 
a:link, 
a:active, 
a:visited 
{
  font-weight: normal;
  color: #666666; 
  text-decoration: none;
}

a:hover   
{

  color: #336633; 
  text-decoration: none;
}



.body9
{
  font-size: 9px;
}

.body10
{
  font-size: 10px;
}

.body11
{
  font-size: 11px;
}

.body14
{
  font-size: 14px;
}

.body16
{
  font-size: 16px;
}

.yellow
{
	color: #ffcc00;
}

.green16
{
	color: #336633;
	font-size: 16px;
}

.white11
{
  font-size: 11px;
  color: #ffffff;
}

.white11 a, 
.white11 a:link, 
.white11 a:active, 
.white11 a:visited 
{

  color: #ffffff; 
  text-decoration: none;
}

.white11 a:hover   
{

  color: #ffcc00; 
  text-decoration: none;
}


.white12
{
  font-size: 12px;
  color: #ffffff;
}

.white12 a, 
.white12 a:link, 
.white12 a:active, 
.white12 a:visited 
{

  color: #ffffff; 
  text-decoration: none;
}

.white12 a:hover   
{

  color: #ffcc00; 
  text-decoration: underline;
}

.footer
{
  font-size: 10px;
  color: #8d8d8d;
}

li
{
list-style-image: url("../graphics/misc/bullet_point_square.jpg");
}


.dotted
{
  background-image: url("../graphics/misc/dotted_line.jpg");
  background-repeat: repeat-x;  
}

.green
{
	color: #336633;
}

h1
{
	margin-top: 0px;
}


/***********************************************************************************/

/* INSERT NEW STUFF BELOW... */

ul#navtop
{
margin: 0px;
padding: 0px;
margin-left: 0;
padding-left: 0px;
padding-top: 0px;
}

#navtop #contact
{
float: right;
padding-right: 10px;
}

#navtop li
{
display: inline;
padding-bottom: 0px;
padding-left: 10px;
background-repeat: no-repeat;
}

#navtop a
{
padding-left: 10px;
color: white;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background: url("../graphics/misc/main_nav_marker_norm.gif");
background-repeat: no-repeat;
background-position: 0 -5px;}

}

#navtop a:link, #navtop a:visited
{
padding-left: 10px;
color: white;
background: url("../graphics/misc/main_nav_marker_norm.gif");
background-repeat: no-repeat;
background-position: 0 -5px;}

#navtop a:hover,
#navtop a.curr
{
color: #ffcc00;
padding-left: 10px;
background: url("../graphics/misc/main_nav_marker_roll.gif");
background-repeat: no-repeat;
background-position: 0 -5px;}

a.side_nav_header 

{
  font-weight: normal;
  font-size: 16px;
  color: #ffcc00; 
  text-decoration: none;
}

a.current
{
   color: #336633;
}

a.onyellow
{
   color: #666666;
}

/***************************************************/

/* Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
}