/* CSS Document */

body
{
	margin:0px;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	background:#DC7E00 url(images/bg.jpg) center top no-repeat;
}
.header
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:246px;
	background:url('images/banner.png') top no-repeat ; 
}
.content
{
	width:900px;
	margin-left:auto;
	margin-right:auto;	
	overflow:auto;
	background:url('images/bg.png') repeat-y; 
	margin-top:0px;
}
.footer
{
	width:900px;
	margin-left:auto;
	margin-right:auto;	
	overflow:auto;
	background:url('images/footer.png') top no-repeat; 
	margin-top:0px;
	padding-top:10px;
	line-height:40px;
	color:#993300;
}
.bsub
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.fontwiteead
{
	padding:3px;
	font-size:14px;
	font-weight:bolder;
	color:#333333;
}
.articles
{
	color:#666666;
	padding-left:10px;
}
.lineright
{
	border-right:1px dashed #666666;
}
.smallred
{	
	color:#333333;
	font-size:11px;
}
.linebtm
{
	border-bottom:1px dashed #333333;
}
p
{
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5
{
	padding:0px;
	margin:0px;
}

.menubar
{
	position:absolute;
	background:url(images/menubar.jpg) repeat-x;
	height:40px;
	line-height:40px;
	margin-top:-17px;
	margin-left:18px;
	width: 865px;
}
.menuitem
{
	float:left;
	font-weight:bolder;
	width:120px;
	text-align:center;
}
.menuitem:hover
{
	background:url(images/menubarse.jpg) repeat-x;
}
.menuitemse
{
	background:url(images/menubarse.jpg) repeat-x;
	float:left;
	font-weight:bolder;
	width:120px;
	
	text-align:center;
}
.menuitemse a
{
	color:#000;
}
.menuitem a
{
	color:#333333;
	text-decoration:none;
}
.content .bsub table tr td table tr td p a {
	color: #000;
}

