@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@font-face {
	font-family: 'wf_SegoeUILight';
	src: url('../fonts/light/latest.eot');
	src: url('../fonts/light/latest.eot?#iefix') format('embedded-opentype'), url('../fonts/light/latest.woff') format('woff'), url('../fonts/light/latest.ttf') format('truetype'), url('../fonts/light/latest.svg#web') format('svg');
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "wf_SegoeUILight";
}
body {
	color: #000;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	background-color: #303e57;
	font-family: 'Droid Sans', sans-serif;
}
#wrapper {
	width: 100%;
}
#wrapper img {
	height: auto;
	max-width: 100%;
}
.top_bg {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.banner_bg {
	float: left;
	width: 100%;
	border-bottom: 10px solid #2fa4a8;
}
.content_bg {
	float: left;
	width: 100%;
}
.events ul {
	text-align: left;
	padding: 10px 0px;
}
.events ul ul {
	padding: 0px 0px 0px 20px;
}
.events li {
	list-style: none;
}
.events a {
	color: #083b97;
	display: block;
	padding: 5px 5px 5px 30px;
	border-bottom: 2px solid #fff;
	background: url(../images/arr1.gif) 10px 9px no-repeat;
}
.events a:hover {
	background-color: #eee;
}
.events .on {
	background-color: #eee;
}
.events .onn {
	font-weight: bold;
}
.tab a {
	display: block;
	margin-left: 20px;
}
.tab a.selected {
	background-color: #eee;
}
.news ul {
	text-align: left;
	padding: 10px 0px;
}
.news li {
	list-style: none;
	padding: 5px 5px 5px 30px;
	background: url(../images/arr1.gif) 10px 9px no-repeat;
}
.news p {
	padding: 10px 0px;
	text-align: justify;
}
.news a {
	color: #e94605;
}
.news a:hover {
	text-decoration: underline;
}
.tablescroll {
	float: left;
	width: 100%;
	overflow-x: scroll;
}
.table2 {
	width: 99%;
	border: 1px dotted #ccc;
	margin: 15px 0px 20px 0px;
}
.table2 td {
	padding: 10px;
}
.highlight {
	color: #fff;
	background-color: #999;
}
.odd {
	background-color: #f9f9f9;
}
.our ul {
	text-align: left;
	padding: 10px 0px;
}
.our li {
	list-style: none;
}
.our a {
	color: #083b97;
	display: block;
	padding: 5px 5px 5px 30px;
	border-bottom: 2px solid #fff;
	background: url(../images/arr1.gif) 10px 9px no-repeat;
}
.our a:hover {
	background-color: #eee;
}
.footer_line {
	float: left;
	width: 100%;
	height: 10px;
	margin: 0px 0px 2px 0px;
	background-color: #8dc63f;
}
.footer {
	color:#fff;
	float: left;
	width: 100%;
	background-color: #2fa4a8;
}
.footer_area {
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.footer h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #aaa;
}
.footer h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.footer h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer_social ul {
	color: #999;
}
.footer_social li {
	list-style: none;
	padding: 5px 0px 15px 40px;
}
.footer_social .face {
	background: url(../images/icon_face.jpg) 0px 0px no-repeat;
}
.footer_social .twitter {
	background: url(../images/icon_twit.jpg) 0px 0px no-repeat;
}
.footer_social .gplus {
	background: url(../images/icon_gplus.jpg) 0px 0px no-repeat;
}
.footer_social .ytube {
	background: url(../images/icon_youtube.jpg) 0px 0px no-repeat;
}
.footer_social a {
	color: #fff;
	text-decoration: none;
}
.footer_social a:hover {
	text-decoration: underline;
}
.copyrights {
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	padding-bottom: 30px;
}
.copyrights img {
	margin-left: 5px;
}
.copyrights a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}