
/*  main css file */



* body {
  position: relative;
  background: #707d99 url('cpmi-bg.png') repeat-x;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:7px}
  

#content {
  text-align: left;
  color: #000;
  width: 850px;
  margin: 0px auto; 
  background-color: #ffe;
  border:2px solid #aa9;
  overflow:hidden;}


#header {
  position: relative;
  margin-bottom: 1em;
}

h1, h2 {color:#353590;
     text-align : center;}

h1 {font-size:2.8em;
   font-family:"Times New Roman",Serif;
   font-style:italic;
   margin: .4em 0em 0em 0em;}

h2 {font-size:1.8em;
   font-family:"Times New Roman",Serif;
   font-style:italic;
   margin-top:.2em;}

h3 {font-size:1.5em;
   text-align : center;
   font-family:Arial, sans-serif;
   margin:.2em 0em .2em 2em;
   color:#800;
}

h4 {font-size:1.2em;
   font-family:Arial, sans-serif;
   font-style:bold; 
   margin:.2em 0em .2em 0em;
   color:#800;
}

h5 {font-size:1.1em;  font-family: Arial, sans-serif; color:#3434a7;}



a {
 color:#3434a7;
 text-decoration:none;

 
}
a:hover {color:blue;
text-decoration:underline;	}

.m1 a:link {color:#fff; text-decoration: none;}
.m1 a:visited {color:#fff;}
.m1 a:hover {color:#efd6b2; text-decoration: underline;}



#topmenu{
  background-color:#669;
  color:#fff;
  text-align:center;
text-decoration:none;
  font-size:1em;
}

#buymenu{
  background-color:#ffffff;
  color:#339900;
  text-align:center;
text-decoration:none;
  font-size:1em;
}

.m2 a:link {color:#339900; text-decoration: none;}
.m2 a:visited {color:#339900;}
.m2 a:hover {color:#000; text-decoration: none;}



ul {margin-top:.2em}

.hr1 {
  height:8px;
  background-color:#000075;
  margin:10px 0px;
  font-size:1px;
}
.hr2 {
  height:3px;
  background-color:#993570;
  margin:10px 0px;
  font-size:1px;
}
.hr3 {
  height:1px;
  background-color:#eddbc0;
  width:60%;
  margin:10px 0px;
  font-size:1px;
}
.hr4 {
  height:1px;
  background-color:#eddbc0;
  width:100%;
  margin:10px 0px;
  font-size:1px;
}

.fcm {color:#800;}
.fcbb {color:#353590; font-weight:bold;}
.f4b {font-size:10px;color:#585868;}

.bfl {float:left;
   width:49%;
   text-align:center;}



