.border {	background-color:#8995c6;
background-image: url(images/background.jpg);
background-repeat: repeat-x;}

.top {	background-image:url(images/top.jpg);
		background-repeat:no-repeat;}

.bottom {	background-image:url(images/bottom.jpg);
			background-repeat:no-repeat;
			background-color:#8995c6;}

.left { background-image: url(images/left.png);
         background-repeat: repeat-y;
         background-position: left;}

.right { background-image: url(images/left.png);
         background-repeat: repeat-y;
         background-position: right;}

.internal-link {color: #667c9a;
text-decoration: none;
font-weight: bold;}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
.csc-form-radio {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 555px; 
}

/* Menu column */
TD#menu {	
	background-color: #ffffff;
	vertical-align: top;
	color: #303e50;
	width: 195px;
}
TD#menu DIV {
	width: 95%;
}
TD#menu DIV A {
	color: #303e50;
	text-decoration: none;
}
TD#menu DIV A:hover {
	text-decoration: none;
}

/*  MENU, level 1, normal state (NO) */
TD#menu DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU, level 1, active state (ACT) */
TD#menu DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
TD#menu DIV.menu1-level1-act A {
  color:#303e50;
}

/*  MENU, level 2, normal state (NO) */
TD#menu DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU, level 2, active state (ACT) */
TD#menu DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}