body{
	background-image : url(images/bg.jpg);
	background-color : #9C0A0D;
	background-repeat : repeat-x;
	background-position : top;
}

.title_white
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color:#FFFFFF;
	text-align:left;
	text-decoration: none;
}

.title_red
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color:#920000;
	text-align:left;
	text-decoration: none;
}

.title_red2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color:#920000;
	text-align:left;
	text-decoration: none;
}

#maintable{
	width: 800px;
}

#nav{
	background-image : url(images/navbg.jpg);
	background-repeat : no-repeat;
	background-position : top;
}
#header{
	background-color : White;
	padding: 3px;
	text-align : center;
	position: relative;
	top: -132px;
}

#contentable{
 background-color : White;
 position: relative;
	top: -132px;
}

div{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666666;
}

#news{
	background-image : url(images/newsbody_bg.jpg);
	background-repeat : repeat-y;
	background-position : top;
	padding:5px;
}

.news1{
	background-image : url(images/newsbg.jpg);
	background-repeat : repeat-x;
	color: #FFFFFF;
	font-weight : bold;
	padding-left: 10px;
	padding-right:10px;
}

.newstitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#000000;
	font-weight : bold;
	text-align:left;
	text-decoration: none;
}

a.newstitle;hover{
	text-decoration: underline;
}

.newsdate{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#990000;
	font-weight : bold;
	text-align:left;
}

.sep{
	background-image : url(images/sep_news.jpg);
	background-repeat : repeat-x;
	height:3px;
}

.cfooter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#ffffff;
	height:32px;
	vertical-align : middle;
	font-weight : bold;
	background-image : url(images/cbg.jpg);
	background-repeat : repeat-x;
	position: relative;
	top: -132px;
}

#logo{
	text-align: left; 
	border: 1px solid yellow; 
	width: 130px;	
	height: 132px;	
	padding : 0px;	
	margin : 0px;	
	border : 0px;	
	position: relative;	
	left: -325px;	
	top: -75px;	
	z-index: 3;
}

#title{
	text-indent : 135px;
}

.boldtitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #666666;
}

.whitefont{
	color:yellow;
	font-family : verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size : 10px;
}

.whitefont a{
	color:yellow;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration:none;
}

.whitefont a:hover{
	color:yellow;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration:underline;
}

.image{
	padding-right:10px;
	padding-top:0px;
}