@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	margin-top:0px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(bkg_images/final_bkg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
	font-size: 11px;
	line-height: 16px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}



/* ----- HEADER ----- */



#header {
	width:1000px;
	height:101px;
	margin-right: auto;
	margin-left: auto;
}

#header .logo {
	width: 206px;
	left: 109px;
	float: left;
	margin-top: 26px;
	margin-left: 59px;
}

#header .tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #B80D17;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 60px;
	margin-right: 59px;
}

/* ----- NAVIGATION ----- */



#nav_container {
	width:1000px;
	height:66px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(kfa_images/navigation.gif);
	
}



/* ----- MAIN CONTENT ----- */



#content {
	width:1000px;
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(kfa_images/final_bkg2.gif);
	background-repeat: repeat-x;
}



/* ----- FOOTER ----- */



#footer {
	width:auto;
	height:400px;
	background-color:#b80d16;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bkg_images/bottom_bkg.gif);
	background-repeat: repeat-x;
}

#footer .addy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#text_box {
	width: 834px;
	margin: auto;
	border: 2px ridge #dddada;
	padding: 23px;
	height: auto;
	background-color: #FFFFFF;
	}
	
	.style1 {
	color: #6b6c12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 6px;
	left: auto;
	right: auto;
}

#navigation li {
	display: inline;
	}
	
#navigation ul {
	list-sytle: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
 }

#navigation a:link, #navigation a:visited {
	padding: 0.8em 1em 0.8em 1em;
	text-decoration: none;
	color: #FFFFFF;
	background color: #B51032;
}

#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #711515;
}
#navigation a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar {
	width: 187;
	
	}
	
#sidebar ul {
	list-style: none;
 	margin: 0;
	padding: 0;
  }

#sidebar li {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-collapse: collapse;
	}

#sidebar a:link, #sidebar a:visited {
	font-size: 11px;
	display: block;
	padding: 0.4em 0em 0.4em 0em;
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	font-size: 11px;
	color: #B51032;
}
 
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}
.hr {
	width: 97%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	margin-top: 9px;
	margin-bottom: 9px;
}
.homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #4C2D00;
}
#project2{
	padding-left: 25px;
}
