/* CSS Document */

/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:#fff;
	color:#000;
}
a
{
	color:#371C00;
	font-weight:bolder;
}
.header
{
	font-size:16px;
	font-weight:bolder;
	color:#FFFF33;
}
.content
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg.jpg) center repeat-y;
}
.subcontent
{
	padding:4px;
}
.menu
{
	background:url(images/menu.jpg) repeat-x;
	height:40px;
	line-height:40px;
	margin-left:50px;
	
}
.menuitem
{
	height:30px;
	line-height:30px;
	width:120px;
	text-align:center;
	margin-left:20px;
	font-weight:bolder;
	float:left;
	background:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	margin-top:10px;
}
.menuitem:hover
{
	background:url(images/menusel.jpg) repeat-x;
}
.menuitem a
{
	color:#000000;
	text-decoration:none;
}
.menuitemsel
{
	background:url(images/menusel.jpg) repeat-x;
	height:40px;
	line-height:40px;
	width:120px;
	text-align:center;
	margin-left:30px;
	font-weight:bolder;
	float:left;
}
.menuitemsel a
{
	color:#000000;
	text-decoration:none;
}
.footer
{
	background:url(images/footerr.jpg) top center no-repeat;
	padding:10px;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#333333;
}
.fontwiteead
{
	background:url(images/menubg.jpg) repeat-x;
	padding:3px;
	font-size:14px;
	font-weight:bolder;
	color:#FFFFFF;
}
.articles
{
	color:#990000;
	padding-left:10px;
}
.lineright
{
	border-right:1px dashed #CC0000;
}
.smallred
{	
	color:#990000;
	font-size:11px;
}
.linebtm
{
	border-bottom:1px dashed #CC9900;
}
.contentdivright
{
	border:1px solid #FFCCCC;
	background:#FFFFFF;
	margin-top:-5px;
	margin-right:20px;
}
h1,h2,h3,h4,h5
{
	padding:0px;
	margin:0px;
}
.articlesmore
{
	padding-right:15px;
}
.paddinghead
{
	padding:7px;
}