@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

body {
	background-color: #e8e8e8;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#pagelay {
	width: 992px;
	overflow: hidden;
	margin: 0 auto;
}
#header {
	width: 992px;
	height: 126px;
	background: url(../images/header_bg.jpg) no-repeat top left;
}
#footer {
	width: 990px;
	height: 28px;
	background-color: #005ba8;
	padding-top: 17px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	border-left: 1px solid #004681;
	border-right: 1px solid #004681;
}
h1 {
	width: 750px;
	height: 60px;
	padding: 20px 120px 0px 120px;
	background: #005ba8 url(../images/h1_bg.jpg) repeat-y center;
	border-left: 1px solid #004681;
	border-right: 1px solid #004681;
	margin: 0px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}
h2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #0066CC;
	text-align: center;
}
#page_outer {
	width: 960px;
	padding: 15px;
	background-color: #f5f5f5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
#left_panel {
	width: 240px;
	padding-right: 15px;
}
#left_panel .header {
	width: 244px;
	height: 36px;
	background: #fa8d00 url(../images/explore_icon.png) no-repeat 12px 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	padding-left: 30px;
	color: #ffffff;
	border-bottom: 1px solid #d07500;
}
.Y, a.Y:link, .y, a.y:link {
	display: block;
	background: #ffffff url(../images/nav_icon.png) no-repeat 10px 11px;
	width: 238px;
	min-height: 17px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	text-decoration: none;
	color: #6b6b6b;
	padding: 10px 10px 7px 30px;
	margin-bottom: 3px;
}
.Y-active, a.Y:hover, .y-active, a.y:hover, a.Y:active, a.y:active, .active a {
	display: block;
	background: #ffe97e url(../images/nav_icon_hover.png) no-repeat 10px 11px;
	width: 238px;
	min-height: 17px;
	border: 1px solid #ffd972;
	font-size: 14px;
	text-decoration: none;
	color: #6b6235;
	padding: 10px 10px 7px 30px;
	margin-bottom: 3px;
}
.N, .n, .N-visit, .n-visit {
	display: none;
}
#right_panel {
	width: 710px;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}
#right_panel #divs {
	padding: 20px;
}
#right_panel .top {
	height: 36px;
	background-color: #e8e8e8;
}
#right_panel .bottom {
	height: 36px;
	background-color: #e8e8e8;
}
.text {
	font-size: 13px;
	color: #616161;
	text-align: justify;
}
.list1,
ul.list1 {
	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0px 40px 0px;
}
ul.list1 li {
	list-style-type: square;
	line-height: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #fa8d00;
	margin-bottom: 20px;
	text-align: justify;
}
ul.list1 li span {
	font-size: 13px;
	font-weight: normal;
	color: #616161;
	text-align: justify;
}
ul.list1 li ul {
	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0px 20px -20px;
}
ul.list1 li ul li {
	list-style-type: decimal;
	font-size: 13px;
	font-weight: normal;
	color: #616161;
	text-align: justify;
}
.table1 {
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	font-size: 13px;
	color: #616161;
}
.table1 .heading1 {
	background-color: #005ba8;
	border: 1px solid #004681;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}