/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 13px;
}
H1 { font-size: 17px; }
H2 { font-size: 15px; }
H5 { 
	font-family: verdana, arial;
	font-size: 13px;
	font-wight:bold;
 }
P, H1, H2 {margin: 0px 0px 0px 0px;}

 

TD#left-chalk  { 
	width: 200px;
 	height: 10px;
	background-color: #fffb9c;
}

TD#header  { 
	padding-left: 10px;
 	background-color: #fffb9c;
}

TD#header P { 
	font-size:17px;
	text-align:left;
	color: #838281;
}
TD#left-yellow  { 
	width: 200px;
 	height: 24px;
	background-color: #fffcc8;
}
TD#yellow  { 
	background-color: #fffcc8;
}



TD#middle-yellow  { 
	width: 403px;
 	height: 24px;
	background-color: #fffcc8;
}

TD#form-desc  { 
	width: 200px;
 	height: 12px;
 	text-align: left;
	background-color: #fffcc8;
}

TD#left-new  { 
	width: 200px;
 	height: 40px;
	background-color: #fffcc8;
}
TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 12px;
	text-align: center;
	margin: 3px;
	color: #838281;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 700px; 
	background-color: #fffcc8;
}
TD#content P A {
	color: 838281;
	text-decoration: none;


}
/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 200px;	
	padding-top: 10px;
	background-color: #fffcc8;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: 838281;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 14px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 14px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
  filter:alpha(opacity='80', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 13px;
  padding-left:20px;
  padding-top:3px;
  border-bottom: 1px dotted #999999;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 13px;
  font-weight:bold;
  padding-left:20px;
  color: black;
   padding-top:3px;
   border-bottom: 1px dotted #999999;
}

TD#menu_1 DIV.menu1-level2-act A {
 color: black;
 }
 
 /*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 13px;
  padding-left:35px;
  padding-top:3px;
  border-bottom: 1px dotted #999999;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 13px;
  font-weight:bold;
  padding-left:35px;
  color: black;
   padding-top:3px;
   border-bottom: 1px dotted #999999;
}

TD#menu_1 DIV.menu1-level3-act A {
 color: black;
 }

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid white;
		padding: 0px 0px;
	}
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
    border: 2px solid white !important;
    padding: 0;
}
