BODY  {
  font: 0.85em verdana, arial, helvetica, sans-serif;
  color: #000000;    
  margin: 0px;
  width: 100%;
  }

TD {font-size: 0.85em;}
	
LI {margin-bottom: 1.5em;}

P {
	margin-top: 0.5em; 
	margin-bottom: 1.2em; 

}

H1 {
	font: bold 1.5em arial, helvetica, sans-serif;
	color: black; 
	margin-top: 0em; 
	margin-bottom: 0.4em; 
}

H2 {
	font: bold 1.4em arial, helvetica, sans-serif;
	color: #aa0000; 
	margin-top: 0em; 
	margin-bottom: 0.4em; 
}

H3 {
	font: bold 1.3em arial, helvetica, sans-serif;
	color: #aa0000; 
	margin-top: 0.8em; 
	margin-bottom: 0.4em; 
}

H4 {
	font: bold 1.2em arial, helvetica, sans-serif;
	color: black; 
	margin-top: 1em; 
	margin-bottom: 0.5em; 
}

.smlred {font: 10pt verdana, arial, helvetica, sans-serif;color: maroon;}
   
a:link {  text-decoration:none; font-weight: bold; color: #880000 }
a:visited {  text-decoration:none; font-weight: bold; color: #880000 }
a:hover {  text-decoration:none; color: #FF2000 }
a:active {  color: #000000 }

.hidden { visibility: hidden;  }
.visible { visibility: visible; }

#header
{
	border-style: solid solid none solid;
	border-width: 1px;        /* sets border width on all sides */
	border-color: gray;
	background: #f5f5f5 url('./images/header_background.gif') repeat;
	padding: 15px 15px 20px 15px;
	margin: 15px;
	margin-bottom: 0px;
}

#main_area
{
	border-style: solid;
	border-width: 1px;        /* sets border width on all sides */
	border-color: gray;
	background-color: #f5f5f5;	/* f5f5f5 pale gray */
	padding: 15px 15px 20px 15px;
	margin: 15px;
	margin-top: 0px;
}

.formatdropdown
{
	background-color: white;
	text-align: left;
	font: bold 1.2em arial, sans-serif;
}

#price_table  /* this is the area on the index page that shows the inline_page */
{
	height: 14em;
	width: 100%;
	margin-bottom: 30px;
}


#inline_page TABLE
{
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #444444;
}

#inline_page TD 
{
	background: #eeeeee; /* light gray */
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	font-size: 1em;
	padding: 1px 15px 1px 15px;
}

#footer 
{
	border-style: solid;
	border-width: 1px 2px 1px 1px;        /* sets border width on all sides */
	border-color: #444444 #666666 #666666 #333333;
	background-color: #666666; /* dark gray */
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0px 15px 10px 15px;
	height: 30px;
}

#footerblockleft
{
	float: left;
	margin: 0px 0px 0px 10px;
	line-height: 20px;
}

#footerblockmid
{
	float: left;
	margin: 0px 0px 0px 30px;
	color: #EEEEEE; 
	font-size: 8pt;
	line-height: 20px;
}

#footerblockright
{
	float: left;
	margin: 0px 0px 0px 40px;
	color: #EEEEEE; 
	font-size: 8pt;
	line-height: 20px;
}

#pixid 
{
	color: #555555;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#pixid a:link {text-decoration: none; color: #c03030; font-weight: normal;}
#pixid a:visited {text-decoration: none; color: #c03030; font-weight: normal;}
#pixid a:hover {text-decoration: underline; color: #ff3030;}
#pixid a:active {color: #000000;}

#pixid .hidden_link a:link {text-decoration: none; font-weight: normal; color: #555555; font-size:1em;}
#pixid .hidden_link a:hover {text-decoration: none; font-weight: normal; color: #555555;}
#pixid .hidden_link a:active {text-decoration: none; font-weight: normal; color: #555555;}
#pixid .hidden_link a:visited {text-decoration: none; font-weight: normal; color: #555555; font-size:1em;}


#buttons
{
	text-align: center;
	margin: 15px 0 0 0;
}

#terms
{
	font-size: 0.8em;
	text-align: center;
	color: #333333;
}

#terms a:link {text-decoration: none; color: #880000; font-weight: normal;}
#terms a:visited {text-decoration: none; color: #880000; font-weight: normal;}
#terms a:hover {text-decoration: none; color: #ff2000;}
#terms a:active {color: #000000;}


html{
overflow-y: scroll;
}


/* NAV */
#navcontainer {
	font-family:"arial"; font-weight:"bold"; font-size:"14px";
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#navcontainer ul {
	text-align: center;
	background-color: red;
	padding: 0 0.5em 0 0.5em;
	color: #ffffff;
	float: left;	
}

#navcontainer ul li {
    display: inline;		
}

li.active {
	color: yellow;
}

#navcontainer ul li a {
	margin: 5px;
    color: #ffffff;
    text-decoration: none;
    float: left;
}

#navcontainer ul li a:hover {
    color: yellow;
}

#navcontainer ul li#active a {
	color: yellow;
}

