body {
font: 1em  Helvetica, Verdana, Arial, sans-serif; 	
color: #000000; /*black*/
background-color: #000000; /*black #000000*/
background-image: ; 
background-repeat: repeat;
behavior: url(css/csshover.htc)}

* { /*this removes all default browser margins and paddings*/
margin: 0; /*increase-decrease space outside container border*/
padding: 0;} /*increase-decrease space inside container border*/

#header {
height: 170px;
background-image: url(../images/homehead.jpg);
background-repeat: no-repeat;}

/*begin NAV divs here*/
#nav {
float: left; 
width: 700px; 
border-top: 1px solid #00FFFF; /*turq #00FFFF*/
border-bottom: 1px solid #00FFFF; /*turq #00FFFF*/
font-size: .9em; 
background-color: #00FFFF;} /*turq #00FFFF*/

#nav ul {
margin: 0 30px;}

* html #nav ul {
float: left; 
border-left: 1px solid #FF0033; /*orange #FF0033*/
margin: 0 15px;}

#nav li {
float: left; 
list-style-type: none; /*removes bullets from list*/
padding: 0px 0;
background-color: #00FFFF; /*turq #00FFFF*/
border-right: 3px solid #FF0033;} /*orange #FF0033*/

#nav li:first-child {
border-left: 3px solid #FF0033;} /*orange #FF0033*/

#nav a {
padding: 0 18px; 
text-decoration: none; 
color: #000000;} /*black #000000*/

* html a {display: block;}

#nav a:hover {
color: #000000; /*black #000000*/
background-color: #FF0033;} /*orange #FF0033*/

/*begin HEADLINES here*/
h1{
font-size: 1.2em;
font-variant: small-caps; 
color: #FF0033; /*orange #FF0033*/
font-style:;
text-align: ;
margin-left: .7em;
padding: 0 0 0 0;
background-color:;} /*xxx*/

h2{
font-size: .9em;
font-variant: small-caps; 
color: #00FFFF; /*turq #00FFFF*/
font-style:;
text-align: ;
padding: 0 0 .5em .7em;
background-color:;} /*xxx*/

h3{
font-size: .8em; 
font-variant:; 
color:; /*xxx*/
font-style: ;
text-align:;
margin: .5em 0;
background-color:;} /*xxx*/

h4 {
font-size: 1em; 
font-variant:; 
color:; /*xxx*/
font-style:;
text-align:;
margin-bottom: 2px;
background-color: ;} /*xxx*/

/*begin WRAPPER divs here*/
#bodywrapper { 
width: 700px; 
margin: 6em auto; 
border: 2px solid #00FFFF; /*turq #00FFFF*/
background-color: #000000;} /*black #000000*/

#column320b {
float: left;
border-top:;
width: 320px;
padding-top: .5em;
margin: 0 .9em;
background-color:;} /*orange #FFCC66*/

#column320b p {
font-size:.9em;
color:#00FFFF; 
padding: .8em 1em;
margin:;
line-height: 16px;
background-color:;} /*green #CCFF99*/

#column320a {
float: left;
border-top:;
width: 320px;
padding-top: .5em;
margin: 0 .9em;
background-color:;} /*orange #FFCC66*/

#column320a p {
font-size:.9em;
color:#00FFFF; 
padding: .8em 1em;
margin:;
line-height: 16px;
background-color:;} /*green #CCFF99*/

/*begin LIST divs here*/
#list ul {
list-style-type: none; 
font-size: .9em;
color:#00FFFF; 
margin:;
padding: 0 0 0 1em;
background-color:;} /*green #CCFF99*/

#list li {
padding-top: .8em;
margin-top:;
margin-bottom: ;
background-color:;} /*xxx*/

#list li:first-child {
border-top:;
margin-top: ;} 

#list a {
padding: 0 2px; 
text-decoration: underline; 
color:;} /*xxx*/

* html a {display: block;}

#list a:hover {
color:; /*xxx*/
background-color:;} /*xxx*/

/*begin FOOTER div here*/
#footer {
width: 700px; /*xxx*/
clear: both; 
display: block;
border-top: 1px solid #000000; /*black #000000*/
background-color: #00FFFF; /*turq #00FFFF*/
color: #000000;} /*black #000000*/

#footer p {
font-size: .7em; 
margin: 0; 
padding: 3px; 
text-align: center;}

/*begin CLASSES here*/
.redtext {
color:#FF0000;}

.orangetext {
color: #FF0033;} /*orange #FF0033*/

.quote {
font-style: italic;
text-align: right;
background-color:;}

.smallcaps {
font-variant: small-caps;} 

.txtcenter {
text-align: center;}

.txtleft {
text-align: left;}

.txtright {
text-align: right;}

.imgleft {
float: left; 
margin-right: 10px; 
border: 1px solid #000000;} /*black #000000*/

.imgright {
float: right; 
margin-left: 10px; 
border: 1px solid #000000; /*black #000000*/}

/*begin standard HACKS & STUFF here*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

.clearfix {
display: inline-block;}
* html .clearfix {
height: 1%;}
.clearfix {
display: block;}

.clearfix {
display: inline-table;}

* html a {display: block;}

/*Hides from IE-mac\*/
* html .clearfix {
height: 1%;}
.clearfix {
display: block;}
/*End hide from IE-mac*/

.clearall {
clear: both;
display: block;} /*CLASS for footer to clear all columns*/


