@charset "utf-8";
/**
 * @package FAK
 * @ignore
 * @access private
 * @copyright Copyright 2002-2008 Sun God Graphics Development
 * @license Public License
 * @version $Id: stylesheet.css 5454 2008-06-12 11:25 drbyte $
 */

@import url("");/* including stylesheet for dhtml menu */
@import url("");/* including stylesheet for index.php */
body {
	font: 75% Tahoma, sans-serif;
	line-height: 1.333;
	background-image: url(../images/fak_bg01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3a410e;
	color: #ffffff;
}

.sub-page {
	font: 75% Tahoma, sans-serif;
	line-height: 1.333;
	background-image: url(../images/fak_bg02.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3a410e;
	color: #ffffff;
}

body,td,th {
	color: #ffffff;
	}

h1,
h2,
h3{

	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

/* specific divs */
#contentContainer {
	background-image: url(../images/fak_subBG.gif);
	padding: 10px;
	width: 653px;
	height: 100%;
	margin: 0;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005500;
	border-left-color: #005500;
	border-right-width: 1px;
	border-left-width: 1px;
	}
	
#contentContainer h1 {
	margin-top: 10px;
	width: 421px;
	height: 41px;
	float: left;
	background-image: url(../images/h_home.gif);
	}
	
#contentContainer h1 span{
	display:none;
}	

#contentContainer p {
	font: italic 10pt/22pt Tahoma, sans-serif; 
	color: #ff0000;
	text-align: center;
	}

#intro { 
	min-width: 470px;
	}

.contentContainer {
	background-image: url(../images/fak_subBG.gif);
	padding: 20px;	
	}

#linkList {
	background: url(../images/sub_bg.jpg) no-repeat left top;
	position: left;
	float: left;
	width: 154px;
	margin-top: -19px;
	margin-left: -19px;
	margin-right: 19px;
}



#linkList h3 {
	color: #e4fe56;
	font-weight: bold;
	margin-bottom: -5%;
	font-size: 10px;
}

#lselect ul {
	background: url() no-repeat left top;
	width: 153px;
	margin: 0px;
	padding-left: 5px;
	padding-right: -5px;
}

#linkList ul html {height: 100%}

#lselect ul html {height: 100%}

#lselect li {
	height: 22px;
	width: 153px;
	list-style-type: none;
/*	padding: 5px 0 0 5px; */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2c2f14;	
	margin-right: -5px;
}

#lselect li a {
	color: #e4fe56;	
}

#lselect li a:hover, a:visited, a:active {
	color: #ffffff;	
}






#footer{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #333333;
	width: 653px;
	height: 103px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #151805;
	border-bottom-color: #151805;
	border-left-color: #151805;
	position: absolute;
}


#footer p{
	font: 8pt/10pt Tahoma, sans-serif; 
	color: #999999;
	margin: 8px;
}

#footer a:link, #footer a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
}

#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footer2{
	font: 12pt Tahoma, sans-serif;
	font-weight: bold;
	position: absolute;
	left: 346px;
	top: 4px;
	width: 300px;
	text-align: right;
	height: 105px;
	}

#footer2 h1 {
	background: transparent url(../images/logo_25years.gif) no-repeat top left;
	width: 117px;
	height: 59px;
	float: left;
	margin-top: 20px;
	}
#footer2 h1 span {
	display:none
	}
#footer2 h2 {
	background: transparent url(../images/logo_TIA.gif) no-repeat top left;
	margin-left:8px;
	width: 65px;
	height: 59px;
	float: left;
	margin-top: 20px;
	}
#footer2 h2 span {
	display:none
	}
#footer2 h3 {
	background: transparent url(../images/logo_p3.png) no-repeat top left;
	margin-left:8px;
	width: 101px;
	height: 53px;
	float: left;
	margin-top: 20px;
	}
#footer2 h3 span {
	display:none
	}	

