body {
 margin: 0; padding: 0;
 background-color: #fff;
 text-align: center;
}

* { font-family: Verdana, Arial, sans-serif; text-align: left; }

/* DIVS FOR USE WITH LAYOUT */

/* THE CONTAINER IS 770PX WIDE TO ALLOW FOR A MINIMUM OF 800X600 RESOLUTION (INCLUDING SCROLLBAR) */

#container {  margin: 0 auto 0 auto; padding: 0; width: 770px; background-color: #fff; background-image: url(); background-position: bottom left; background-repeat: no-repeat; overflow: hidden; }
#topleft { float: left; margin-left: 10px; margin-bottom: 15px; padding: 0; width: 380px; height: 105px; background-color: #fff; background-image: url();background-position: bottom center; background-repeat: no-repeat;}
#topright { float: left; margin-bottom: 15px; padding: 0; width: 340px; height: 105px; background-color: #fff;display: none; }
#leftcol { float: left; margin: 0; padding: 0; width: 225px;display: none; }
#maincontent { float: left; margin: 0; padding: 0; width: 600px; }
#copyright { margin: 0 auto 0 auto; padding: 0; width: 770px; height: 20px; background-color: #dcdcdc; border-top: #dd0000 1px dashed; display: none; }
#design { margin: 0 auto 0 auto; padding: 0; width: 770px; height: 20px; background-color: #fff; }

#divblanksquares { 
  float: right; 
  margin-left: 0; padding: 0; 
  width: 340px; height: 35px; 
  background-color: transparent; 
}

#navone { 
  float: right;
  margin-left: 85px; padding: 0; /* large left margin means this row is pushed down correctly */
  width: 255px; height: 85px; 
  background-color: transparent; 
}

#navtwo {
  float: right;
  margin-left: 170px; padding: 0; /* large left margin means this row is pushed down correctly */
  width: 170px; height: 85px; 
  background-color: transparent; 
}

div.topsquare {
  float: right;
  margin-left: 10px; padding: 0;
  width: 75px; height: 35px;
  background-color: #dd0000;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  dispaly: none;
}

div.midsquare {   /* REPLACE THIS WITH LINKS */
  float: right;
  margin-left: 10px; margin-top: 10px; padding: 0;
  width: 75px; height: 35px;
  background-color: #dd0000;
}


div.bttmsquare {   /* REPLACE THIS WITH LINKS */
  float: right;
  margin-left: 10px; margin-top: 10px; padding: 0;
  width: 75px; height: 35px;
  background-color: rgb(63,112,0);
}

/* DIVS FOR USE WITH CONTENT */

div.leftitem {
  margin: 0 10px 10px 10px; padding: 0;
  background-color: #eeeeee;
  border: 1px dashed #dd0000;
  font-size: 12px;
}

/* TEXT STYLES */
p {
  margin-left: 6px; 
  margin-right: 6px;
  margin-top: 5px;
  font-size: 0.8em;
  font-weight: normal;
  color: rgb(0,0,0);
  text-align: justify;
 }
p.content {
  margin-left: 6px;
  margin-top: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
  color: rgb(0,0,0);
  text-align: justify;
 }
p.small {
  margin: 1px 5px 1px 5px; padding: 5px;
  font-size: 0.7em;
  line-height: 0.6em;
  font-weight: normal;
  color: rgb(0, 0, 0);
  text-align: center;
 }

p.design {
  margin: 1px 5px 1px 5px; padding: 5px;
  font-size: 0.7em;
  line-height: 0.6em;
  font-weight: bold;
  text-align: center;
  color: #999;
 }

h1 {
  font-size: 1.5em; font-weight: normal;
  color: #dd0000;
  font-family: Arial sans serif;
 }
h1.logo {
  margin-top: 30px; margin-left: 60px; padding: 0;
  font-size: 2em; font-weight: normal; font-style: italic;
  color: #dd0000;
  font-family: Lucida Handwriting;
 }
#slogan {
  margin-top: 10px; margin-left: 0px; padding: 0;
  font-size: 0.7em; font-weight: bold; font-style: italic;
  line-height: 1.0em; color: #444;
}

h2 {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 16px;
  color: #dd0000;
  font-family: Arial sans serif;
  font-weight: none;
 }

h3 {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 14px; font-weight: bold; font-style: normal;
  color: #dd0000;
 }
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}
ul li {
  margin: 0; padding: 0;
  font-size: 12px;
  font-weight: normal;
  list-style: type square; color: #dd0000;
  }

ol li {
  margin: 0 0 0 10px; padding: 0;
  font-size: 0.8em;
  line-height: 1.6em;
  font-weight: normal;
  color: rgb(0, 0, 0);
  list-style-type:  decimal-leading-zero;
 }
#list a:link, #list a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  list-style: circle;
  }
#list a:hover, #list a:active {
  color: #dd0000;
  text-decoration: underline;
  font-weight: normal;
  list-style: circle;
  }
 #list li {
 	list-style: circle;
	} 
/* LINKS */

/* USE MAINNAV FOR THE FIRST ROW OF LINKS */

#mainnav {
  width: 255px;
  height: 85px;
  margin: 0;
  padding: 0;
}

#mainnav li { 
  float: right;
  list-style: none; 
  margin: 0;
  padding: 0;
}

#mainnav a {
  margin: 10px 0 0 10px; /* margin on only the left and top */
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  text-align: right;
  font-weight: bold; font-size: 10px;
}

#mainnav a:link, #mainnav a:visited {
  color: #fff;
  text-decoration: none;
  background-color: #dd0000;
}

#mainnav a:hover, #mainnav a:active {
  color: #dd0000;
  text-decoration: none;
  background-color: #999999;
}

/* USE SECOND NAV FOR THE SECOND ROW OF LINKS */

#secondnav {
  width: 170px;
  height: 75px;
  margin: 0;
  padding: 0;
}

#secondnav li { 
  float: right;
  list-style: none; 
  margin: 0;
  padding: 0;
}

#secondnav a {
  margin: 10px 0 0 10px; /* margin on only the left and top */
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  text-align: right;
  font-weight: bold; font-size: 10px;
}

#secondnav a:link, #secondnav a:visited {
  color: #fff;
  text-decoration: none;
  background-color: #dd0000;
}

#secondnav a:hover, #secondnav a:active {
  color: #dd0000;
  text-decoration: none;
  background-color: #999999;
}

/* PARAGRAPH LINKS */
a:link {
  text-decoration: none;
  color: #dd0000;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: #dd0000;
  font-weight: bold;
}
a:hover, a:active {
  text-decoration: underline;
  color: #999999;
  font-weight: bold;
}
a.footer:link {
  text-decoration: none;
  color: #dd0000;
  font-weight: bold;
}
a.footer:visited {
  text-decoration: none;
  color: #dd0000;
  font-weight: bold;
}
a.footer:hover, a:active {
  text-decoration: none;
  color: #dd0000;
  font-weight: bold;
}
a.js:link {
  font-weight: none;
  text-decoration: underline;
  color: #dd0000;
}
a.js:hover, a.js:active {
  font-weight: none;
  text-decoration: none;
  background-color: #ff0000;
  color: #dd0000;
}
/* IMAGES */
/* LEFT AND RIGHT FLOATING IMAGES: */

img.left { float: left, border 0; }
img.right { float: right, border 0; }

/* ACRONYMS */

acronym { border-bottom: 1px dotted #777; }


