@import url(../../../css/style.css);
@import url(../../../css/nav.css);
@import url(../../../css/menu.css);

h2{ color: #A72600; }
a{
	color: #0E5782;
	text-decoration: underline;
}
a:hover{
	color: #6CBEE0;
	text-decoration: none;
}
#header{
	height: 101px;
	background: url(../images/fra_bckg_header.jpg) bottom right no-repeat;
	border: 0;
}
div#linklist ul{
	background: url(../images/btn_linklist_bckg_btm.gif) bottom right no-repeat;
	border-top: 1px solid #AC1A1D;
}
div#linklist ul li{ background: none; }
div#linklist ul li a{
	background: url(../images/btn_linklist_bckg_up.gif) bottom right no-repeat;
	color: #5A0000;
}
div#linklist ul li a.head{ background: url(../images/btn_linklist_bckg_head.gif) bottom right no-repeat; }
div#linklist ul li a.home{ background: url(../images/btn_linklist_bckg_home.gif) bottom right no-repeat; }
div#linklist ul li a:hover{ background: url(../images/btn_linklist_bckg_rl.gif) bottom right no-repeat; }
div#linklist ul ul{
	background: #FFFFFF url(../images/btn_linklist_bckg_sub.gif) bottom right no-repeat;
	border: 1px solid #938368;
}
div#linklist ul ul li a:hover{ background: #B0DEF6 none; }
div#linklist li:hover{ background: #B0DEF6; }
div.linklist li{ border: 0; }
.error{
	padding: 6px;
	background: #ffd5d5;
	border: 2px solid #ff7f7f;
	color: #102e44;
}
.error p{
	margin: 0;
	padding: 0;
}

.regionContent table.list{margin-top:15px; margin-bottom:15px;}

table.list th{
	background: #FAD8C5;
	border-bottom: 1px solid #E0BEAB;
	color: #5A0000;
}

table.list th h3{margin:0px;}
#content ul{ list-style-image: url(../images/bullet.gif); }

.item{ display: none; clear:both; }
