/* CSS Document */
/* middle column largest */
.colmask{
   position: relative;
   overflow: hidden;
   margin: 0px auto;
   width: 99%;
   background-color: #000000
}
/* possible header background-color:#363636; */
.header{
   float: left;
   width: 100%;
   background-color: #b02b2c;
   padding:5;
   clear:both;
   position:relative;
   border-bottom:#000 1px solid;
   left:0%;
}
.colmid{
   position: relative;
   width: 100%;
   right: 25%;
   background-color: #000000
}
.colleft{
   position: relative;
   width: 100%;
   right: 50%;
   background-color: #000000
}
.col1{
   position: relative;
   overflow: hidden;
   float: left;
   width: 49.5%;
   left: 100.25%;
   padding: 3px;
   background-color: #ffffff
}
.col2{
   position: relative;
   overflow: hidden;
   float: left;
   width: 24.5%;
   left: 25.75%;
   background-color: #cfcfcf
}
.col3{
   position: relative;
   overflow: hidden;
   float: left;
   width: 24.5%;
   left: 76.25%;
   background-color: #cfcfcf
}
.footer{
   float: left;
   width: 100%;
   left:0%;
   clear:both;
   position:relative;
   border-bottom:#000 1px solid;
   padding:5px;
   background-color: #cccccc
}
body {
   padding: 3px;
   margin: 0px;
   font-size: 90%;
   background-color: #cfcfcf;
   border-width:0px;
   min-width:600px;
   font-family:Geneva, Arial, Helvetica, sans-serif
}
.slogan{width:100%; left:0%; clear:both; float:left; position:relative; font-family:Georgia, "Times New Roman", Times, serif; color:#FFFFFF; font-size:14px; }

.bottom{clear:both;width:100%;float:left;position:relative;background-color:#cccccc}
A:link {
text-decoration: none;
color: #ffffff;
font-weight: normal;
font-style: normal;
}
A:visited {
text-decoration: none;
color: #2f6687;
font-weight: normal;
font-style: normal;
}
A:active {
text-decoration: none;
color: #2f6687;
font-weight: normal;
font-style: normal;
}
A:hover 	{ 
text-decoration: underline;
color: #2f6687;
font-weight: normal;
font-style: normal;
}
 
A:link.bottom {
text-decoration: none;
color: #ffffff;
font-weight: normal;
font-style: normal;
}  

A:visited.bottom {
text-decoration: none;
color: #ffffff;
font-weight: normal;
font-style: normal;
}  
 
A:active.bottom {
text-decoration: none;
color: #ffffff;
font-weight: normal;
font-style: normal;
}  
 
A:hover.bottom 	{ 
text-decoration: underline;
color: #ffffff;
font-weight: normal;
font-style: normal;
}
 
A:link.light {
text-decoration: none;
color: #169cc0;
font-weight: normal;
font-style: normal;
}
A:visited.light {
text-decoration: none;
color: #169cc0;
font-weight: normal;
font-style: normal;
}
A:active.light {
text-decoration: none;
color: #169cc0;
font-weight: normal;
font-style: normal;
}
A:hover.light 	{ 
text-decoration: underline;
color: #169cc0;
font-weight: normal;
font-style: normal;
}
h3 {
color:#000000
}
