body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color:#ffffff;
}

td,th,p,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #666666;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
font-weight: bold;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: bold;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: bold;
}


a:link {
	color: #AC2F2A;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #AC2F2A;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #F1B728;
	text-decoration: underline;
	font-weight: bold;
}

hr {
	margin: 0 10px;

}

img {
	border:none;
}


#holder_outside {
	width: 722px;
	margin: 10px auto;
	background: url(images/bgrnd_main.jpg) top left repeat-y;
}

#holder_inside {
	width: 722px;
	background: url(images/bgrnd_main.jpg) top left repeat-y;
}

#holder_content {
	margin-top: 20px;
}

#header {
	width:722px;
	height:104px;
}

#header h1 {
	position: relative;
	z-index: 20;
}


.menu
{
	background: url(images/menubackred.gif) top left repeat-x;
	width:712px;
	height:25px;
	margin-left: 4px;
	overflow: hidden;
}

#jsddm
{
	margin: 0;
	padding: 0;

}

	#jsddm li
	{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	margin: 0px;
	padding: 0px;
}

	#jsddm li a
	{
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	color: #ffffff;
	white-space: nowrap;
	background-image: url(images/menubackred.gif);
	background-repeat: repeat-x;	
}

	#jsddm li a:hover
	{	background: #9D2700}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	border-top: 1px solid white;
	visibility: hidden;
}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #9D2700;
				color: #ffffff}
			
			#jsddm li ul li a:hover
			{	background: #9D2700}

#content_left {
	width: 450px;
	float: left;
	margin-left: 20px;
	background: url(images/content_top.jpg) top left no-repeat;
}


#content_left .bot {
	background:url("images/conten_bot.jpg") no-repeat scroll left bottom transparent;
	padding:20px;
}


#content_left .bot h1 {
	padding:0;
	margin:0;
}


#content_right {
	float: left;
	width: 220px;
	margin-left: 11px;
	background: url(images/infobox_topred.jpg) no-repeat left top;
}

.rbbot { 
	background: url("images/infobox_bot.jpg") no-repeat left bottom;
	padding: 0 20px 20px 20px; 
}

#content_right .rbbot h2 {
	padding:5px 0;
	margin:0;
}


#news_left {
	width: 685px;
	margin-left: 18px;
	background: url(images/news_top.gif) top left no-repeat;
	margin-top: 20px;
	float:left;

}


#news_left .bot {
	background:url("images/news_bot.gif") no-repeat left bottom;
	height: 65px;
	padding:10px 24px 15px 24px;


}

#news_left .bot h3{
	padding:0;
	margin:0;

}



#footer {
	background: url(images/footer_main.jpg) bottom center no-repeat;
	height: 75px;
	text-align:center;
	margin-top:20px;
}

#footer p {
font-size: 10px; 
color: #999999; 
margin-bottom: 5px; 
margin-top:5px;
	
}

.cboth {clear: both;}
.fleft {float: left;}
.fright {float: right;}
	
