/* GENERAL colors */
BODY {
	color: black;
	background-color: White;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


TD#header_1 {
	background-color: #000000;
	height: 120px;
}
TD#header_1 P {
	font-size: 10px;
	text-align: center;
}

TD#footer {
	background-color: #7c1d20;
	border-top: solid 1px #000000;
	height: 20px;
}
TD#footer P {
	color: #b2b3b5;
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content_center {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	vertical-align: top;
                
                border-right: 1px solid #983620;
                border-bottom: 1px solid #983620;
}

/* Content column */
TD#content_left {
	border-bottom: 1px solid #983620;
                border-left: 1px solid #983620;
}


/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

/* Style for a contenttable: */
.contenttable {
  padding: 0px 0px 0px 0px;
    
  empty-cells: collapse;
  color: #000000;
  background-color: #ffffff;
  
  float: none;
}

/* Style for the header part */
.header {
  background-color: #000000;
  filter:Alpha(opacity=50, finishopacity=50, style=3, startx=0, starty=300, finishx=300, finishy=200);
}

/* Style for the sidebar */
.sidebar {
	background-color: #B2AAA4;
}
