@charset "utf-8";

/* CSS Document */



html{

	overflow-x: hidden;

	overflow-y: auto;

}



.topbg {

	

	width:750px;

	height:36px;

	background-repeat:no-repeat;

}



.mainbg {

	background-image:url(images/middle.jpg);
	width:750px;
	background-repeat:repeat-y;

}



.bottombg {

	background-image:url(images/bottom.jpg);

	width:750px;

	height:38px;

	background-repeat:no-repeat;

}



#item_Link {

	color:#44648c;

	text-decoration:none;

}



#item_Link:hover {

	color:#334b69;

	text-decoration:underline;

}



#page_listings {

	color:#fffd00;

	text-decoration:none;

	font-size:11px;

}



#page_listings:hover {

	color:#CCCCCC;

	text-decoration:none;

	font-size:11px;

}



a:hover#linkitem {

	color:#CCCCCC;

	font-size:11px;

}



a.item_Link {

	color:#808184;

	font-size:13px;

	font-weight:bold;

}



a#linkitem {

	color: #CCCCCC;

	font-size:11px;

	text-decoration:none;

}



body {

	background-image:url(images/bg.jpg);	

	font-family: verdana, sans-serif;

	font-size:12px;

	color:#000000;

	line-height:18px;

	margin-top:100px;
	

}



mainContent {

	height:210px;

	text-align:justify;	
}



td, table, input, textarea {

	font-family: verdana, sans-serif;

	font-size:12px;

	color:#000000;

	line-height:18px;

	text-align:justify;

}



.divider {

	color:#777777;

}