@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, 
a, strong, ol, ul, li, 
table, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	text-align:justify;
}
ol, ul {
	list-style: none;
}

body {
	background-image: url(../images/bg_vegas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0c028a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
#wraper{
width:965px;
margin:0 auto;
}
#header{
	height:100px;
	width:100%;
}
#header h1{
font-size:30px;
color:#FFFFFF;
float:left;
width:100%;
padding:30px 0 0 5px;
line-height:40px;
}
#header h1 a{
color:#FFFFFF;
text-decoration:none;
}
#container{
width:965px;
background:url(../images/bg_ftr.gif) center bottom no-repeat;
}
#leftpanel{
	margin:0 12px 11px 5px;
	width:175px;
	float:left;
	background-image: url(../images/left_panel_topcurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
}

#menu{
border-left:2px #105bc2 solid;
border-right:2px #105bc2 solid;
margin:10px 0 0 0;
}
#menu ul{
width:171px;
padding:0;
margin:0;
}
#menu li{
	line-height:34px;
	border-bottom:1px solid #130990;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#105bc2;
	display: block;
}
#menu a{
	text-decoration:none;
	color:#FFFFFF;
	padding-left:10px;
	display: block;
	width: 161px;
}
#menu a:hover{
text-decoration:underline;
background-color:#0a94ff;
display:block;
}
#menu_btm{
width:175px;
background:  url(../images/left_panel_menu_btm_curve.gif) left top no-repeat;
height:11px;
}

#cntnt{
	width:525px;
	float:left;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
#cntnt #topbg{
	background-image: url(../images/content_topbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height:67px;
}
#cntnt #topbg  h1{
	font-size:20px;
	margin:0px;
	color:#000000;
	font-weight: bold;
	padding:15px 0 0 10px;
	line-height:30px;
}
#cntnt #topbg  h1 a{
color:#000000;
text-decoration:none;
}
#cntnt .blog{
	width:503px;
	margin:0 auto;
}
#cntnt .blog a{
color:#0c028a;
text-decoration:none;
}
#cntnt .blog h1{
color:#0c028a;
}
#cntnt .blog p {
	margin:10px 0px 10px 0px;
	padding:0px;
	text-align: justify;
}
#cntnt .blog ul{
color: #333333;
margin:10px 5px 10px 30px;
padding:0;
line-height:26px;
font-weight:bold;
}
#cntnt .blog li{
list-style:circle;
 }
#right_panel{
	width:235px;
	float:right;
	margin:0 0 0 0;
}
#right_panel .subtitle{
width:235px;
background:url(../images/right_panet_top.gif) left top no-repeat;
height:30px;
}
#right_panel .subtitle h1{
	font-size:15px;
	margin:0px;
	color:#f9c77d;
	font-weight: bold;	
	text-align: center;
	width: 235px;
	line-height:30px;
	
}

#right_panel .box_cont{
width:231px;
border-left:2px solid #105bc2;
border-right:2px solid #105bc2;
background-color:#0c028a;
padding:0 0 0 0;
color:#FFFFFF;
text-align:center;
}
#right_panel .box_cont #c1{
width:120px;
margin:0 auto;
padding:10px 0 0 0;
}
#right_panel .box_bottombg{
	background:url(../images/right_panel_bottom_curve.gif) left top no-repeat;
	height:9px;
	width:235px;
	margin: 0px;
	padding:0 0 10px 0;
}
.clear{
clear:both;
font-size:1px;
padding:0px;
margin:0px;
}
#cntnt #bottombg{
	background-image: url(../images/content_bottombg_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:40px;
}
#bottombg #foot{
margin:0 auto;
height:100%;
text-align:center;
}
#bottombg #foot p{
text-align:center;
font-weight:bold;
}
#bottombg #foot a{
color: #000000!important;
}
.current{
background-color:#0a94ff;
}
.left_img{
float:left;
padding:2px;
border:#666666 1px solid;
margin:2px 5px 2px 2px;
}
