
/* defaults.css */
body {
	margin: 0;
	padding: 0;
}

td{
	vertical-align: top;
}

img{
	margin:0;
	padding:0;
}

h1, h2{
	padding:0;
	margin:0;
}

body, td{
 font-family: arial, helvetica, sans-serif;
}

.counter{
FONT-WEIGHT: lighter;
FONT-SIZE: 8pt;
}

dt{
    font-weight: bolder;
}

.warning{
	color:red;
}

.closer:link, .closer:link{
	background-color:silver;
	color:black;
}

.closer:hover{
	background-color:white;
	color:black;
}
/* four_row/layout.css */
#header{
   padding:0;
   margin:20px auto;
   clear:both;
   height:150px;
   width:550px;
}

#menu{
   padding:0;
   margin:20px auto;
   clear:both;
   height:40px;
   width:550px;
}

#main{
   padding:0;
   margin:20px auto;
   clear:both;
   width:550px;
}

#footer{
   padding:0;
   margin:20px auto;
   clear:both;
   height:40px;
   width:550px;
}
/* ---- horizontal_menu.css ------*/
ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
        }
        
ul.menu li{
        margin: 0;
        padding: 0;
        float: left;
}

ul.menu li a:link, ul.menu li a:visited {
        display: block;
        text-decoration: none;
        font-weight: bolder;
        color: white;
        background: #e51a23;
        padding: 5px;
        border:solid black 1px; }

ul.menu li a:link:hover, ul.menu li a:visited:hover {
	color: #e51a23;
	background: white;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

<!--[if lt IE 7]>
<style type="text/css" media="screen">
#menuh{float:none;}
body{behavior:url(csshover.htc); font-size:100%;}
#menuh ul li{float:left; width: 100%;}
#menuh a{height:1%;font:bold 0.7em/1.4em arial, sans-serif;}
</style>
<![endif]-->

body, td, p{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 14pt;
}

#footer td{
	font-size: 9pt;
}

p{ 
	font-size: 85%;  
	margin-bottom: 12pt 
}

h1, h2, h3, h4, h5, h6{
	color: #e51a23;
	clear: both;
}

#main img{
	padding: 4px;
	border: solid #e51a23 1px;
	margin: 20px;
}

h1{ 
	margin-bottom: 12pt 
}

.tagline{
	font-size: 95%;
	font-style: italic;
	vertical-align:middle;
}

.bred{
	font-weight:bold;
	color:#e51a23;
}
/*-----links -------*/
:link ,:visited{
	color: #e51a23;
	text-decoration: underline;
}


:link:hover, :visited:hover {
	color: white;
	background-color: #e51a23;
	text-decoration: none;
}


 <!--[if IE lt 7]>
  <style type="text/css">
   body {behavior: url(csshover.htc);}
  </style>
 <![endif]-->
