
/* GENERAL fonts */

BODY {
	margin: 5, 5, 5, 5;
	FONT-FAMILY: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 90%; 
	 background-color: #FCF2CF;
	 background-repeat: no-repeat; 
	background-position: top right; 
	background-image: url('bgsup.jpg');
}

:link {text-decoration: none ; color: #781F2A;}
:visited {text-decoration: none ;color: #781F2A;}
:active {text-decoration: none ;color: #781F2A;}
:hover {text-decoration: underline ;color: red;}


P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;	font-size: 90%; 
}
H1 { color: #781F2A; font-size: 160%; padding: 0px; margin: 3px 0px 3px 0px;}
H2 { color: #781F2A; font-size: 140%; padding: 0px; margin: 0px 0px 10px 0px;}
P {margin: 10px 0px 10px 10px;  text-align: justify	}

#wholepage {width: 100%;}

#header {
	width:100%; 
	height: 100px; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-image: url('fortaleses.gif');
	border-bottom: solid 1px #e9daa7;
	}

#middle {
	width: 100%;
	}

#footer {
	border-top: dotted 1px #781F2A;
	width: 100%;
	}
#footer P {
	font-size: 10px;
	text-align: center;
}

#leftside {
	vertical-align: top; 
	width: 200px;
	border-right: solid 1px #781F2A;
	}
#center {
	vertical-align: top; 
	}
#rightside {
	vertical-align: top; 
	width: 140px;
	}
#rightcolumnof2 {
	vertical-align: top; 
	width: 600px;
	}

#leftcontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}

#leftcontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	}

#rightcontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#rightcontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#bordercontent {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

#bordercontentshared {
	width: 100%;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;	
	}

/* Content column */
#normalcontent {
	padding-left: 20px;
	padding-right:20px;
	padding-top: 15px;
	width: 100%;
	}

#normalcontentshared {
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-left: 10px;
	padding-right:10px;
	padding-top: 15px;
	width: 100%;
}

/* Menu 1 column */
#menu_1 {	
	/*vertical-align: top; */
	width: 100%;
	height: 250px;	
	background-repeat : no-repeat;
	/* Uncomment the following line to visually identify the shared content area */
	/*background-image: url(images/shared.gif); */
	padding-top: 10px;
}
#menu_1 DIV {
	width: 100%;
	
	}
#menu_1 DIV A {
	color: #781F2A;
	text-decoration: none;
}
#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px solid #781F2A;
  font-size: 11px;
  padding-top:6px;
  padding-left:5px;
   padding-bottom: 2px;
 }
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #e9daa7;
  font-weight:bold;
  font-size: 11px;
  padding-top:6px;
  padding-left:5px;
  background-color:  #FCF6E1;
  padding-bottom: 2px;
 }
#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
border-bottom: 1px solid #e9daa7;
  font-size: 11px;
  padding-left:20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
border-bottom: 1px solid #e9daa7;
  font-size: 11px;
  font-weight:bold;
  padding-left:20px;
  padding-top: 2px;
  padding-bottom: 2px;
  	background-color:  #FCF6E1;
}

/*  MENU 1, level 3, normal state (NO) */
#menu_1 DIV.menu1-level3-no {
border-bottom: 1px solid #e9daa7;
  font-size: 11px;
  padding-left:30px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 DIV.menu1-level3-act {

  font-size: 11px;
  font-weight:bold;
  padding-left:30px;
  padding-top: 2px;
  padding-bottom: 2px;
 background-color:  #FCF6E1;
 border-bottom: 1px solid #e9daa7;
    }
/*  MENU 1, level 4, normal state (NO) */
#menu_1 DIV.menu1-level4-no {
border-bottom: 1px solid #781F2A;
  font-size: 11px;
  padding-left:40px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/*  MENU 1, level 4, active state (ACT) */
#menu_1 DIV.menu1-level4-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:40px;
  padding-top: 2px;
  padding-bottom: 2px;
  	background-color:  #FCF6E1;
	 border-bottom: 1px solid #e9daa7;
  }

/* Style for the Path-menu: */
#pathplace {
	width: 800px;
}
#sitepath {
  width: 100%
  white-space: nowrap;
  background-color: #F8F8EC;
  font-family: verdana, arial;
  font-size: 11px;
  padding: 1px 1px 5px 5px;
}
#sitepath A {
  text-decoration: none;
  color:black;
}
#sitepath A:hover {
  text-decoration: underline;
}
#sponsors  {
  border-bottom: 1px solid #e9daa7;
  
  }
#sponsors TD {
  text-align: center;
  vertical-align: middle;
  color: #781F2A;
  font-size: 10px;
  border-left: 1px solid #e9daa7;
  padding: 0px 10px 0px 10px;
}

#copy  {
  text-align: center;
  vertical-align: middle;
  color: #781F2A;
}
#copy hr {
 height: 1px;
  color: #781F2A;
}
#flags {
text-align: center;
padding: 6px;
border-bottom: solid 1px #e9daa7;
}

.csc-caption {
 font-weight:bold;
  font-size: 11px;
  padding-top:6px;
  }