body {background-image:url('thinskin.jpg') }

.BVtitle {font-weight:bold; font-size:18px; background-color: blue; color:#FFFFFF; text-align: center; height:30px;}
.BVdiv {padding: 5px; border: 2px dotted #28603b;}

H1 { font-size: 15px; margin: 10px 0px 10px 0px; color:#006600; } /* top-right-bottom-left */
H2 { font-size: 13px; margin: 10px 0px 10px 0px; }
P {
	font-family:arial, verdana; 
	font-size: 14px;
	color: navy; 
        text-indent: 0px;
}  

/* ---------------- All tables and forms------------------ */
td{
	font-family: verdana, arial;
	font-size: 14px;
	color: navy; 
}

/* ----------------  Content column ------------------ */
TD#content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top; 
	width: 570px;
}

/* ----------------  Menu ------------------ */
#menu {	
	vertical-align: top; 
	width: 180px;
padding: 50px 30px 0px 0px;;	
}
#menu DIV {width: 95%;}
#menu DIV A {
  font-family: verdana, arial;
  font-size: 12px;
  font-weight:bold;
  color: white;
  text-decoration: none;
}
#menu DIV A:hover {
	text-decoration: none;
	color: 	#FFCC99;	
}


/* TOTAL WIDTH AVAILABLE = 200px */
/*  MENU, level 1, normal state (NO) */
TD#menu DIV.menu-level1-no {
  background-image: url(Button.gif);
  background-position: 0 0;                              /* viewport at rest */
  background-repeat: no-repeat;
  width: 180px;
  padding-top:3px;
  padding-bottom:15px;
  text-indent: 20;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu DIV.menu1-level1-act {
  background-image: url(Button.gif);
  background-position: 0 0;                              /* viewport at rest */
  background-repeat: no-repeat;
  width: 180px;
  padding-top:3px;
  padding-bottom:15px;
  text-indent: 20;
}

/*------------------------------------------------------ */
/*  MENU 1, level 2, normal state (NO) */
#menu DIV.menu-level2-no {
  background-image: url(Button.gif);
  background-position: 0 -30;                              /* move viewport down 1 images */
  background-repeat: no-repeat;
  width: 180px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-indent: 20;
}
/*  MENU 1, level 2, active state (ACT) */
#menu DIV.menu-level2-act {
  background-image: url(Button.gif);
  background-position: 0 -30;                              /* move viewport down 1 images */
  background-repeat: no-repeat;
  width: 180px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-indent: 20;
}

/*------------------------------------------------------ */
/*  MENU 1, level 3, normal state (NO) */
#menu DIV.menu-level3-no {
  background-image: url(Button.gif);
  background-position: 0 -60;                                           /* move viewport down 2 images */
  background-repeat: no-repeat;
  width: 180px;
  padding-top: 9px;
  padding-bottom: 8;
  text-indent: 42;
}
/*  MENU 1, level 3, active state (ACT) */
#menu DIV.menu-level3-act {
  background-image: url(Button.gif);
  background-position: 0 -60;                                      //move viewport down 2 images
  background-repeat: no-repeat;
  width: 180px;
  padding-top: 9px;
  padding-bottom: 8;
  text-indent: 42;
}

/* ----------------  DIV BOXES------------------ */
DIV.cf_header{
  BORDER-RIGHT: #87ceeb 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: #87ceeb 1px solid;
  PADDING-LEFT: 2px;
  FONT-WEIGHT: bolder;
  FONT-SIZE: x-large;
  PADDING-BOTTOM: 2px;
  MARGIN: 2px 10% 10px;
  TEXT-TRANSFORM: none;
  BORDER-LEFT: #87ceeb 1px solid;
  COLOR: #191970;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: #87ceeb 1px solid;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  BACKGROUND-COLOR: #b0c4de;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none
}
DIV.cf_box{
background:#CCCCCC; 
padding:6px; 
border: 2px solid red;
	font-family: verdana, arial;
	font-size: 11px;
	color: navy;
}

DIV.cf_border {
padding:6px; 
border: 1px solid black;
	font-family: verdana, arial;
	font-size: 11px;
	color: navy;
}

/*
table.TableBox { 
border-right: groove #67ceed 5px;
border-bottom: groove #67ceed 5px;
}
*/