html {
   background: #fff url(/Graphics/BajaBg3.jpg) repeat fixed 50%;
   
}

body {
   text-align: left;
	/* width:48em;
   margin: .5ex auto 0 auto;*/
   margin: 0 5% 0 5%;
   background: #fff ;
   color: #006;
   font-size: 100%;
}
#notice{
  text-align: left;
  width: 20em;
  margin: .5ex auto 0 auto;
  background: #fff;
  color: #c03;
  font-size: 120%;
  font-weight: 500;
  float: left;
  clear: none;
}
#header{
   background: #fff;
   color: #006;
   margin: .5ex auto 0px auto;
   text-align: center;
}		
#classificationlist {
   width: 18em;
   margin: .5em;
   float: left;
   clear: none;
   color: #006;
   background: #fff;
}
#classificationlist ul {
  list-style: none ;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#classificationlist li{
  margin: .25em 0;
  font-style: normal;
  font-family: serif;
  font-weight: 500;
  font-size: 85%;
}
#classification {
   width: 26em;
   margin: .5em 0em 0ex 2em;
   padding: 0px;
   float: right;
   clear: none;
   background: #fff;
   color: #00f;
   text-align: left;
}

#footer{
   margin: 0ex auto;
   width: 500px;
   background: #fff;
   color:#0ff;
}
.hrimg{
   margin: 0px auto 0px auto;
   float: none;
}
.hr {
	background-color: #FFFFFF;
	background-image:  url(../Graphics/stripe_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin:0px;
   clear: both;
   text-align: center;
}

a:hover{
   color: #CC0000;
}

h1 {
   font: normal normal 800 175% Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #000099;
}
h2{
   font: normal normal 600 125% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	text-align: center;
}
h3 {
   font: normal normal 600 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3300CC;
	text-align: left;
	margin: 1ex 1ex 1ex 1ex;

}

dt {
   font: normal 800 125% Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #ff0000;
   text-align: left;
}
dd {
   font: normal normal 600 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #0000CC;
}

p.cpyrt {
   font-family: "Times New Roman", Times, serif;
   font-size: 80%;
   color: #000066;
   text-align: center;
}
