@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #2D7DA2;
}
.csr p {
	margin: 5px;
	padding: 5px;
}
.csr h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0291D3;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


.csr  #wrapper {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.csr #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.menus     {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #65B828;
}
.clrflt {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
	background-color: #0000FF;
}


.csr #sidebar1 {
	float: right;
	width: 250px;
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.csr #wrapper #sidebar1 .Videolinks {
	border: 1px solid #2D7DA2;
	margin-right: 9px;
}

.csr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 80;
	padding-left: 50px;
	margin: 0;
	width: 620px;
	text-align: justify;
} 
.csr #mainContent1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 80;
	padding-left: 50px;
	margin: 0;
	text-align: justify;
}
.csr #wrapper #mainContent #welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #0291D3;
	height: 30px;
	padding-top: 0px;
}
.csr #wrapper .footer {
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	background-color: #85B839;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
}
.csr #wrapper .footer a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.csr #wrapper .footer a:hover {
	color: #2D7DA2;
	text-decoration: underline;
}




.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 100px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.csr #wrapper #bodyContent {
	padding: 25px;
}
#bodyContent a {
	color: #666666;
	text-decoration: none;
}
#bodyContent a:hover {
	color: #1B9BDA;
	text-decoration: underline;
}


.abc {
	font-size: 12px;
	margin-bottom: 50px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-top: 30px;
	padding-right: 20px;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #1B9BDA;
}
.newarchive {
	background-image: url(../images/newsArchive.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 25px;
}
.newarchive a {
	color: #333333;
	text-decoration: none;
}
.Videolinks a:hover {
	text-decoration: underline;
}
.newspanel {
	height: 200px;
	padding-top: 10px;
}
#icare {
	background-image: url(../images/news-events.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
}

#resouce {
	background-image: url(../images/resourse-publication.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 235px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	float: right;
	margin-right: 20px;
	line-height: 28px;
}
#resouce a {
	color: #333333;
	text-decoration: none;
}
#resouce a:hover {
	color: #333333;
	text-decoration: underline;
}

