/* GENERAL fonts */
body {
	font-family: Verdana, Arial;
	text-align=center;	
}

P, OL, UL, DIV, TABLE {
	font-size: xx-small;
}
TD {
	vertical-align:top;
}
H1, H2, H3, H4, H5, H6 {
	margin:0px 0px 10px 0px;
}
H1 { font-size: small; }
H2 { font-size: x-small; }
P {
	margin:0px 0px 5px 0px;
}

A {
	color: navy;
	text-decoration: none;
}
A:hover {
	background-color: navy;
	color: white;
}




TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	text-align: center;
	margin:0px 0px 0px 0px;
	background-color:F0F0F0;
}

/* Content column */
TD#content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
	width:790px;
}
TD#colRand	{ padding-left:10px; padding-right:10px; }

/* Menu 1 column */
TD#menu_1 {
	vertical-align:top; 
	width:200px;
	height:333px;	
	background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;
	border-right:1px solid silver;
}
/* Menu 1 column */
TD#nomenu_1 {	
	vertical-align: top; 
	width: 200px;	
	height: 333px;	
	background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;
}
TD#menu_1 DIV {
	xwidth: 95%;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
	width:100%;
}
TD#menu_1 DIV A:hover {
/*	text-decoration: underline;*/
	border: 0px solid #999999;
	background-color: #c8c8c8;
}

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

  background-color: #eeeeee;
  filter:alpha(opacity='50', 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 {
  padding-left:20px;
  padding-right:5px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-weight:bold;
  padding-left:20px;
  padding-right:5px;
}






/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;
  color: white;

  font-size: x-small;
  font-weight: bold;
}
TD#path A {
  text-decoration: none;
  color: white;
}
TD#path A:hover {
  text-decoration: underline;
}

.csc-menu {
	border: none;
	padding-left:0px;
}

.csc-menu-4 A {
	font-size:larger;
	text-decoration: none;
	font-weight:bold;
}

.csc-abstract {
	font-style:italic;
}

.csc-sitemap {
	margin-top:0px; margin-bottom:0px;
	padding-left:0px;
}

/* .csc-sitemap A {
	text-decoration: none;
	color:black;
}

.csc-sitemap A:hover {
  text-decoration: underline;
}*/

.csc-sitemap-level1 {
	padding-left:10px;
}

.csc-sitemap-level2 {
	padding-left:20px;
}

.csc-sitemap-level3 {
	padding-left:40px;
}

.csc-sitemap-level4 {
	padding-left:60px;
}

.csc-sitemap-level5 {
	padding-left:80px;
}

.csc-form-label-req {
  font-weight:bold;
}

UL
{
    LIST-STYLE-IMAGE: url(/media/bullets/bullet1_n.gif);
    LIST-STYLE-IMAGE: url(/media/bullets/arrow_no.gif);
}

