/* style sheet 1.0 */
body
{
	text-align:left;
	background-image: url(images/bgd.gif);
	font-family: georgia, arial;
}

a
{
	text-decoration: none;
}

a a:hover a:link, a:visited
{
	color: #007700;
	font-weight: bold;
}

#pageframe
{
	width: 950px;
	background-color: #ffffff;
	float: left;
}

#header
{
	height: 125px;
	background-color: #ffff00;
	background-image: url(images/titleimage1.jpg);
}


#menu
{
	height: 26px;
	white-space:nowrap;
	list-style-type:none;
	font-size: 11px;
	background-color: #000000;
}

#menu ul 
{
	list-style: none;
	padding: 0px 0px 0px 120px;
	margin: 0px;
}

#menu li 
{
	display: inline;
	position: relative;
}

#menu li a,active,visited 
{
	height: 25px;
	width: 125px;
	float:left;
	background-image: url(images/buttonbg.gif);
	text-align: center;
	margin-right: 5px;
	font-weight: bold;
	color: #ffffff;
}

#menu li a span 
{
	display: block;
	background-image: url(images/buttonbg_r.gif);	
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 7px;
}


#menu li a:hover 
{
	color: #00ff00;
}

#menu li a:hover span 
{
	cursor: pointer;
	color: #00ff00;
}

#banner {
	position: absolute;
	top:30px;
	left: 450px;
	width:468px;
	height:60px;
	background-color: #000000;
}

#ad1 {
	position: absolute;
	top:325px;
	left: 770px;
	width:160px;
	height:600px;
	background-color: #ffffff;
}

#ad2 {
	position: absolute;
	top:750px;
	left: 25px;
	width:250px;
	height:250px;
	background-color: #ffffff;
}

#ad3 {
	position: absolute;
	top:650px;
	left: 17px;
	width:728px;
	height:90px;
	background-color: #ffffff;
}

.rightcontent
{
	float: right;

}

#history
{
	font-size: 12px;
	background-image: url(images/bg_ul_li.gif);
	background-repeat: no-repeat;
	width:180px;
	padding: 10px;
	margin-top: 5px;
}

.contenttitle 
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
	background-color: #eeeeee;
	color: #6a6a6a;
	text-indent: 5px;
	background-image: url(images/contentheaderleft.gif);
}

.contenttitle span 
{
	display: block;
	background-image: url(images/contentheaderright.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.contentbox 
{
	padding: 5px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	background-color: #ffffff;
	margin-bottom: 15px;
}

#chartcontent
{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 735px;
	height:800px;
	text-align: left;
	font-size: 13px;
}

#maincontent
{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 275px;
	text-align: left;
	font-size: 13px;
}

#centercontent
{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 450px;

	font-size: 13px;
}

#centercontent li
{
	margin-bottom:10px;
}

.centercontentbox 
{
	padding: 5px;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #ffffff;
	margin-bottom: 15px;
}

.centercontenttitle 
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
	background-color: #eeeeee;
	color: #6a6a6a;
	text-indent: 5px;
	background-image: url(images/contentheaderleft.gif);
}

.centercontenttitle span 
{
	display: block;
	background-image: url(images/contentheaderright.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#footer
 {
	width: 950px;
	background-color: #252525;
	color: #aaaaaa;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	height: 35px;
	text-align: center;
	padding-top: 5px;	
}

#footerlinks 
{
	display: block;
	margin-bottom: 5px;
}

#footerlinks a,active,visited 
{
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
}

#footerlinks a:hover 
{
	color: #00ff00;
}

