html{}
body{
	margin: 0 auto;
	font-family: arial;
	font-size: 12px;
	color: #505050;
	background: url('../images/background.gif');
	overflow-y:scroll;

}
a{
	color: #5CA32D;
}
#container{
	width: 800px;
	margin: 0 auto;
}
#header{
	width: 800px;
	height: 80px;
	background: #FFF;
}
#logo{
	float: left;
	position: relative;
	width: 294px;
	height: 66px;
	top: 22px;
	left: 14px;
	background: url('../images/logo_ms.png') no-repeat;
	cursor: pointer;
}
#topNav{
	float:right;
	position: releative;
	margin: 33px 15px 0 0;
}
#topNav ul{
	margin: 0;
	padding: 0;
}
#topNav li{
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
	display: inline;
	border-right: 1px solid #BED7E9;
	padding-right: 10px;
}
#topNav li a{
	font-family: tahoma, geneva;
	font-size: 17px;
	color: #156CAC;
	text-transform: lowercase;
	text-decoration: none;
}
#topNav li a:hover{
	color: #F4A520;
}
a.on{
	color: #F4A520 !important;
}
#pana_home{
	width: 800px;
	height: 280px;
	background: url('../images/pana_home.png') no-repeat;
}
#pana_msg{
	float: left;
	position: relative;
	width: 222px;
	top: 50px;
	left: 20px;
}
#pana_right{
	float: left;
	position: relative;
	width: 390px;
	height: 134px;
	top: 50px;
	left: 90px;
}
#content{
	float: left;
	background: #FFF;
	line-height: 20px;
}
#content #column1{
	float: left;
	width: 239px;
	margin: 40px 0;
	padding: 0 30px 0 20px;
	border-right: 1px solid #B5CECE;
}
#content #column1 h2{
	font-size: 14px;
}
#content #column2{
	float: left;
	width: 460px;
	margin: 40px 0;
	padding: 0 20px 0 30px;
}
#column2 p{
	line-height: 20px;
}
#content h2{
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	color: #1465A3;
}
#content h3{
	font-size: 14px;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	color: #4BA6E9;
}
#content em{
	
	color: #4BA6E9;
	font-style: normal;
}
#footer{
	clear: both;
	background: #1465A3;
	padding: 20px 20px;
	color: #FFF;
}

/* CONTENT PAGES*/
#content #column1_cnt{
	float: left;
	width: 169px;
	margin: 40px 0;
	padding: 0 30px 0 20px;
	border-right: 1px solid #B5CECE;
}
#content #column2_cnt{
	float: left;
	width: 530px;
	margin: 40px 0;
	padding: 0 20px 0 30px;
}
#column2_cnt p{
	line-height: 20px;
}
#content_title{
	float: left;
	width: 800px;
	height: 100px;
	background: #1465A3;
}
#content_title_page{
	float:left;
	position: relative;
	top:30px;
	left:20px;
}
#content_title_quote{
	float:left;
	position: relative;
	top:20px;
	left:80px;
	width: 450px;
	color: #FFF;
	line-height: 18px;
}
#leftNav{
	margin: 0;
	padding: 0;
}
#leftNav li{
	padding: 5px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
#leftNav li a{
	font-size: 16px;
	color: #505050;
	text-decoration: none;
}
#leftNav li a:hover{
	color: #3F8A30;
	text-decoration: none;
}
.leftNav_on a{
	color: #3F8A30 !important;
}
.cnt_list li{
	padding-bottom: 5px;
}
