﻿@import url(layout.css);
body {
	padding: 0px;
	border-style: none;
	color: #666666;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	background-image: url('../images/bkgrd.jpg');
	margin-top: 10px;
}
#container {
	border: 1px solid #666666;
	padding: inherit;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	background-color: #FFFFDF;
	position: relative;
	background-image: url('../images/contentgrd.jpg');
}
#masthead {
	background-position: center center;
	text-align: left;
	width: 800px;
	vertical-align: top;
	background-image: url('../images/cjlogo.jpg');
	background-repeat: no-repeat;
}
#masthead img {
	margin: 10px 10px 10px 20px;
	border-style: none;
	float: left;
}
#navigation {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none;
	color: #B04B18;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: medium;
	padding-right: 25px;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#navigation a:hover {
	border-style: none;
	text-decoration: none;
	color: #333333;
}
/* Styles for Masthead */
/* Styles for Navigation */
/* Styles for Footer */
#footer {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 800px;
	text-align: center;
}
#footer p {
	font-size: 11px;
	line-height: 10px;
	color: #000000;
	margin: 1px 1px 10px 1px;
	padding: 0px;
	font-weight: bold;
}
#footer a {
	margin: 5px;
	color: #B04B18;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	width: auto;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}
#top {
	background-position: 3px;
	height: 70px;
	background-color: #000000;
}
/* Styles for Links */
a {
	color: #0033CC;
	text-decoration: underline;
	font-weight: bolder;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.logo {
	padding: 5px 0px 0px 10px;
	margin: 0px;
}
.style_italic {
	font-style: italic;
}



#navigation aa {
	margin: 5px;
	border-style: none;
	color: #FF0000;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
	font-size: medium;
}






#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}






