/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:tahoma;
}
#html, main, body{
	background:#fae86a;
}
img{
	border:0px;
}
#header{
	text-align:center;
	background:url(/images/header_BG.jpg) repeat-x top;
}
#header_MAINBG{
	background:url(/images/mainBG.jpg) center no-repeat;
}
#left{
	float:left;
	width:330px;
}
#right{
	float:right;
	width:185px;
	background:url(/images/act_middle.jpg) center repeat-y;
}
#act{
	background:url(/images/act.jpg) no-repeat top center;
	padding-top:58px;
}
#actCont{
	background: url(images/act_bottom.jpg) bottom center no-repeat;
	padding:20px;
	padding-top:0px;
	color:#FFFFFF;
	font-size:12px;
}
#actCont p{
	margin-bottom:15px;
}
#actCont p.next{
	border-top:1px solid #95def5;
	padding-top:15px;
}
#center{
	display:table;
}
#c_header{
	display:table-row;
	background:url(/images/top.jpg);
}
#c_header div.centerItem{
	height:17px;
	display:table-cell;
}
#c_header div.leftItem{
	background:url(/images/top_left.jpg);
	width:19px;
	height:17px;
	display:table-cell;
}
#c_header div.rightItem{
	background:url(/images/top_right.jpg);
	width:17px;
	height:17px;
	display:table-cell;
}


#c_main{
	display:table-row;
	background:url(/images/top.jpg);
}
#c_main div.centerItem{
	background:#fff;
	display:table-cell;
	padding:10px;
	padding-top:0px;
	font-size:12px;
	color:#e19446;
}
#c_main div.leftItem{
	background:url(/images/right.jpg);
	width:19px;
	height:17px;
	display:table-cell;
}
#c_main div.rightItem{
	background:url(/images/left.jpg);
	width:17px;
	display:table-cell;
}
#c_main div.centerItem h1{
	color:#ff6a1d;
	font-weight:normal;
	font-size:24px;
	margin: 10px 0px;
}
#c_main div.centerItem p{
	margin: 0px 10px;
}
#c_main div.centerItem ul li{
	margin: 0 10px 0 20px;
}
#c_main div.centerItem ol li{
	margin: 0 10px 0 20px;
}
#c_main div.centerItem table {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #CCCCCC;
margin-bottom:10px;
margin-top:10px;
}
#c_main div.centerItem table tbody {
display:table-row-group;
vertical-align:middle;
}

#c_main div.centerItem table tbody tr.grey {
background:none repeat scroll 0 0 #EEEEEE;
}
#c_main div.centerItem table tbody tr.white {
background:none repeat scroll 0 0 #FFFFFF;
}
th, td.title {
font-weight:bold;
}
td, th {
font-size:12px;
padding:5px;
}
#c_main div.centerItem table tbody tr {
display:table-row;
vertical-align:inherit;
}
#c_main div.centerItem h2{
	color:#47bfda;
	font-weight:bold;
	font-size:18px;
	margin: 10px 0px;
}


#c_bottom{
	display:table-row;
}
#c_bottom div.centerItem{
	height:24px;
	display:table-cell;
	background:url(/images/bot.jpg);
}
#c_bottom div.leftItem{
	background:url(/images/bot_left.jpg);
	width:19px;
	height:24px;
	display:table-cell;
}
#c_bottom div.rightItem{
	width:17px;
	height:24px;
	display:table-cell;
}


#bottomIMG{
	background:url(/images/bot.gif) no-repeat;
	float:right;
	height:406px;
	margin-bottom:-260px;
	margin-right:-197px;
	margin-top:-146px;
	right:15px;
	width:271px;
	
}
#bottomIMG *{
	color:#ccc;
}
#bottomIMG p.link{
	padding-top:270px;
	text-align:center;
	padding-left:20px;
}
#bottomIMG p{
	padding-top:25px;
	text-align:center;
	padding-left:20px;
}
#footer{
	background:url(/images/tel.jpg) center bottom no-repeat;
	
	
	height: 200px;
}


