body
{
	background-color: #666666;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: White;
	padding: 0px;
	margin: 0px;
}

P
{
	padding-right: 5px;
}

td
{
	font-size: 9.5pt;
}

a
{
	color: White;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.header
{
	font-size: 11pt;
	font-weight: bold;
}

a:hover
{
	color: White;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
}

.bodylink
{
	color: #D75403;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

.bodylink:hover
{
	color: #F96307;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
}

.home
{
	color: #D75403;
	font-family: Arial Black;
	font-size: 13pt;
}

.home:hover
{
	color: #F96307;
	font-family: Arial Black;
	font-size: 13pt;
	text-decoration: none;
}

#container
{
	background-image: url(/cj_images/bg.jpg);
	width: 1000px;
	height: 800px;
	top: 10px;
	border-width:1px;
	border-color: Black;
	border-style:solid;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	background-repeat:no-repeat;
	position:  relative;
}

#home
{
	position: absolute;
	left: 60px;
	top: 117px;
	background-repeat: no-repeat;
}

#menu
{	
	position: absolute;	
	list-style-image: url(/images/plus.gif);
	left: 60px;
	top: 160px;
	width: 190px;
	height: 420px;
	background-repeat: no-repeat;
}

#heading
{
	color: #453C3C;
	font-family: Arial Black, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	position: relative;
	top: 114px;
	left: 336px;
	background-repeat: no-repeat;
}

#body
{
	position: absolute;
	left: 345px;
	top: 167px;
	width: 580px;
	height: 420px;
	overflow: auto;	
	font-size: 9.5pt;
	scrollbar-face-color:#583823;
	scrollbar-arrow-color:#666666;
	scrollbar-track-color:#41332A;
	scrollbar-shadow-color:rgb(0,0,0);
	scrollbar-highlight-color:rgb(0,0,0);
	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-Color:#202020;
	background-repeat: no-repeat;

}

#footer
{
	position: absolute;
	//color: #CC550B;
	color: #CCCCCC;
	left: 820px;
	top: 634px;
}

