﻿/* CSS layout */
#masthead {
	background-image: url('images/JFDmastheadBG.jpg');
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
	height: 125px;
	background: #000000 url('images/JFDmastheadBG.jpg') no-repeat;
	padding-right: 10;
	font-size: 16px;
}


#top_nav {
	height: 20px;
}

#container {
	background-color: #000000;
	background: #000000 repeat-y;
	position: relative;
	width: 100%;
}

#left_col {
	background: url('images/JFDNavigationBG copy.jpg');
	width: 200px;
	position: absolute;
	left: 10px;
	top: 0px;
	font-family: BlackChancery;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
	list-style-type: none;
	display: block;
}
#page_content {
	padding: 5px 20px 5px 5px;
	margin-left: 205px;
	background-color: #000000;
	font-size: x-large;
	position: absolute;
}
#footer {
	background: url('images/JFDFooterBG.jpg') no-repeat;
	height: 30px;
	width: 127%;
	position: absolute;
	top: 800px;
	color: red;
	z-index: 5;
	text-align: center;
	left: 11px;
	visibility: visible;
}

.body {

	background-color: #000000;

}

/* Navigation Styles */
#navigation ul {
	background: #000000;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: BlackChancery;
	font-weight: bold;
	font-style: italic;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	font-family: BlackChancery;
	font-size: 18px;
	color: #FF0000;
}
#navigation a {
	color: #FF0000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	font-size: 14px;
	background-image: url('images/JFDNavigationBG copy.jpg');
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
	
}
.mastheadtext {
	font-family: BlackChancery;
	color: #FFFF80;
}
.button a {
}
.left_col {
	background-color: #000000;
	list-style-type: none;
	width: 100%;
	display: block;
}
.left_col ul {
	background-color: #000000;
	background-image: url('images/JFDNavigationBG copy.jpg');
	list-style-type: none;
	display: block;
}
.navigation {
	mso-fareast-font-family: "Times New Roman";
	mso-bidi-font-family: "Times New Roman";
	mso-ansi-language: EN-US;
	mso-fareast-language: EN-US;
	mso-bidi-language: AR-SA;
	position: absolute;
	width: 200px;
	text-align: center;
	display: block;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;

}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
