body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/mbg.jpg);
	background-color: #a60112;
	background-position: top;
	background-repeat: repeat-x;
}
a{
	color: #C40116;
	text-decoration: underline;
}

a:hover{
	color: #C40116;
	text-decoration: none;
}
.main{
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	width: 1002px;
	margin: auto;
	background-color: #7E7E7E;
}

img{
	border: 0px;
}
.imgl{
	float: left;
	padding-right: 10px;
}
.content{
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px;
	height: 400px;
}
.h3{
	font-size: 16px;
	margin-bottom: 5px;
	color: #990000;
}
.b{
	font-weight: bold;
}
#headerblock {
	background-image: url(/images/header_bg.jpg);
	height: 88px;
	width: 1000px;
	margin: 0px auto -1px auto;
}

#bodyblock {
	width: 1000px;	
	margin: 0px auto -1px;

}
#navbar {
	position:absolute;
	width: 1000px;
	top:88px;
	margin: 0px auto -1px auto;
	
}
#bodyblock02 {
	width: 1000px;
	height:240px;	
	margin: 0px auto -1px;


}

.fpc{
	background-color: #252002;
	height: 240px;
}
.ft1{
	background-color: #C40116;
	height: 86px;
}
.ft1 a{
	 color: #F2D00D;
	 text-decoration: none;
}
.ft1 a:hover{
	 color: #F2D00D;
	 text-decoration: underline;
}
.ft2{
	background-color: #252002;
	height: 86px;
}
.frtpcenter{
	background-image: url(/images/body_bg.jpg);
	height: 442px;
}
.frtptop{
	background: url(/images/body_bg01.jpg);
	height: 25px;
}
.frtpbg{
	background-color: #FEE70D;
}
.topnav{
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
}

/* category menu */

#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 220px;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-left: 30px;
text-transform: capitalize;
font-weight: bold;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #C40116;
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 220px; }

#navlist a
{
\width: 220px;
w\idth: 185px;
}

#subnavlist a
{
display: block;
color: #9C9C9C;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 220px;
w\idth: 185px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #C40116;
color: #C40116;
padding: 3px;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover, #subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #F2D00D;
background: #C40116;
color:#F2D00D;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 8px solid #283D82;
background: #F3F5FC;
color: #283D82;
text-decoration: none;
}


/* end of category menu */

/* news tool css */
.news_title{
	font-size: 16px;
	font-family: Lucida Sans;
	padding-bottom: 2px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	text-transform: capitalize;
}
/* model dialog */

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
.hdred{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
}
.dialog_close{
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.dialog_messagehd{
	font-size: 18px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	
}