a {
	text-decoration: none;
	color: #8E90ED;
}

a:hover {
	color: #E60000;
}

html {
	min-height: 435px;
}

body {
	margin: 50px;
	font-family: Verdana, Arial, san-serif;
	background-image: url(/img/body_bg.png);
	min-width: 970px;
	height: 100%;
}

#container {
	background-color: midnightblue;
	padding: 5px;
	height: 100%;
}

#header {
	height: 125px;
	background-color: #0f0f0f;
}

#logo {
	background: url(/img/cj-header.gif) center no-repeat;
	height: 125px;
}

#menu {
	height: 40px;
	background-image: url(/img/menu_bg.png);
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	float: left;
	border-right: 3px solid #0f0f0f;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 20px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#menu a:hover {
	color: #FBFBF8;
	background: url(/img/menu_border.png);
}

#main {
	width: 100%;
	min-height: 390px;
	background: #0f0f0f;
	color: #eeeeee;
	font-size: 12px;
	position: relative;
}

#main br {
	line-height: 8px;
}

#nav {
	width: 100px;
	padding: 20px;
	float: left;
}

#text {
	margin-left: 120px;
	padding: 10px 30px 30px;
	height: 100%;
}

#text h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

#text h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

#text ol,#text ul {
	padding: 0;
	margin: 8px 0;
}

#text img {
	float: right;
	border: none;
	padding: 0px 0px 15px 15px;
}

#banner img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#text img.left {
	float: left;
	border: none;
	padding: 0px 15px 15px 0px;
}

#text li {
	margin-left: 40px;
}

#ad {
	margin-left: 120px;
	padding: 10px 30px 30px;
	min-height: 1100;
}

#ad img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 70%;
	width: 70%;
}

#footer {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 12px;
	background: #0f0f0f;
}

#footer-left {
	float: left;
	margin-left: 20px;
}

#footer-right {
	float: right;
	margin-right: 20px;
}

ul.none {
	list-style-type: none;
}

.message {
	color: red;
	font-weight: bold;
}

.listright {
	margin: 10px 0px 10px 20px;
	text-align: center;
	float: right;
	white-space: nowrap;
	line-height: 1.25;
	height: 100%;
}

ul.vendorlist {
	list-style-type: none;
	line-height: 16px;
}

ul.vendorlist li {
	margin-bottom: 10px;
}

ul.infolist {
	list-style-type: none;
	font-size: 14px;
	line-height: 2;
}

ul.pledgelist {
	list-style-type: none;
	line-height: 1.5;
}

ol.dirlist {
	line-height: 1.5;
}

ul.latlonglist {
	line-height: 1.5;
	list-style-type: none;
}

lh {
	font-weight: bold;
	line-height: 2;
}

.basiclist {
	line-height: 1.25;
}

.basiclist li {
	margin-bottom: 5px;
}

ol.guidelines {
	list-style-type: upper-roman;
	line-height: 1.25;
}

ol.guidelines ol ol {
	list-style-type: lower-alpha;
}

ol.guidelines li {
	margin-bottom: 10px;
	font-weight: bold;
}

ol.guidelines li span {
	font-weight: normal;
}

ol.guidelines li span li {
	font-weight: normal;
}

ul.links {
	list-style-type: none;
	line-height: 1.25;
}

ul.links li {
	margin-bottom: 10px;
	font-weight: bold;
}

ul.links li span {
	font-weight: normal;
}

table.issueslist td {
	padding: 2px;
}

table.eventlist td {
	padding: 5px;
}

#sitemap li {
	line-height: 2;
}

#sitemap li ul li {
	line-height: 1.25;
}