/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
This is Ver 2.0 of CSS
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 4px;
	font-family: Arial,Helvetica,sans-serif; 
/*        padding-left: 30px; */
}

html {
	background-color: #626467;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 100%;  
/*	height: 1600px; */
        margin: 0 auto; 
        clear: both;
}
#Container { 
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
	background: #fff repeat-y;
	clear: both;
}
#PageLayout {
	width: 96%;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
}
#Layout {
	width: 96%;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
}
#Content {
/*	width: 538px; */
	margin: 0;
	text-align: left;
	clear: both;
line-height: 22px;		
}
#Content h2{ 
background-color: #F6F6EC;
border-bottom: 0.2em solid #BC4419;
padding-left: 5px;
 }
/* Content Table CSS */
#Content table{
margin:0;
padding:0;
border: 0.1em solid #F6F6EC !important;
border-collapse: separate;
margin-bottom: 10px;
font-size: 12px;

}
#Content table caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;

	}
#Content table th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #D4CB98;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
/*	background: #CAE8EA url(../images/th_header.jpg) no-repeat; */
	background-color: #D4Cb98;
	}
#Content table td {
	border: 1px solid #F6F6EC;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
	}

#Content table td.alt {
	background: #F5FAFA;
	color: #797268;
	}

#Content table th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

#Content table th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	}
#Content li{
font-size: 13px;
}
#topbar{ 
background-color: #DBBB6D;
height: 23px;
 }
#topbar img{
float: right;
margin-top: 3px;
margin-right: 10px;
}
#topbar a img{
border: none;
text-decoration: none;
}


/* HEADER
----------------------------------------- */
#Header { 
 	width: 100%; 
 	margin: 0 auto;
	overflow: hidden;
	background: #10416b url(../images/banner_back.jpg) no-repeat right top; 
        background-color:#BC4419;  
}

#Header img { 
	margin-top: 4px;
 }

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
/*	background: #10416b url(../images/menu-background.png) repeat-x left bottom; */
        background-color: #D4Cb98;
}

#Navigation ul { 
/*	float: right;  */
	margin-right: 10px;
}

#Navigation ul li { 
	list-style: none; 
	margin: 0 2px; 
	float: left;
	line-height: 2.8em;
	display: block;
}
 
#Navigation ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	height: 2.3em; 
	font-size: 1.2em; 
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #333;
	text-transform: uppercase;
 }

#Navigation ul li a span {
	text-align: center;
	float: left;
	padding-right: 10px;
	height: 2.3em;
 }
 
#Navigation ul li a:hover { 
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
        background-color: #BC4419;
}
 
#Navigation ul li a:hover span {
	cursor: pointer;
        color: #FFFFFF; 
                                 
 }
#Navigation ul li a.section:hover,
#Navigation ul li a.current:hover { 
	color: #FFFFFF;
 }
#Navigation ul li a.section, 
#Navigation ul li a.current { 
color: #BC4419;
  background-color: #F6F6EC;
}


#Navigation ul li a.current:hover{
background-color: #BC4419; 
color: #FFFFFF;                                   
}



/* MAINPAGE VERTICAL MENU 
-------------------------------------------- */

.vertMenu {
	list-style: none;
	width: 150px;
	padding-top: 35px;
	padding-left: 50px;
	background: url(../images/vertmenuback.png) no-repeat;
 }
.vertMenu ul{
	list-style: disc;
	margin: 0px;
	padding: 0px;
	color: orange;
 }
.vertMenu ul li{ 
          margin-bottom: 8px;       
 }

.vertMenu h4 { 
	font-weight: bold;
	font-size: 12pt;
	padding: 2pt;
	margin-right: 40px;
	text-align: left;
	border-bottom: 1px solid rgb(200,200,200);
 }

.vertMenu a:link, .vertMenu a:visited{
	color: #222222;
	font-family: Trebuchet MS, Sans Serif;
	font-size: 12px;
	height: 20px;
	display:block;
	text-decoration: none;
	padding: 8px 0 0 0px;
	font-weight:normal;
	border-bottom: 1px solid rgb(240,240,240);
	margin-right: 40px;
 }


.vertMenu a:hover{
	color: #595959;
	border-bottom: 1px solid rgb(0,0,0);
 }

.vertmenu a:active{
	color: #dbdbdb;
 }

/* MAIN PAGE CONTAINER */
#MainContainer {  
/*	position: absolute;
	top: 150px;
	left: 280px;	 */
}

/* MAIN PAGE SLIDESHOW */
#SlideShow { 
	width: 600px;
	text-align: center;
	border: 2px solid #dddddd;
	padding: 8px;
	background-color: #eeeeee;
 } 

/* Ported from myslide.jquery.js */

#SlideShow .showbg {
// for fadeout effect *This is optional
	background-color: black;
}

#SlideShow td { 
	width: 100%;
	text-align: center;
	background-color: #eeeeee;
	padding: 2px;
 }

#SlideShow .link_nor {
// for clickable normal link
	background-color: #333333;
	font: normal 90% "Arial", "Lucida Grande",Verdana, Sans-Serif;
	border: 2px solid #808000;
	padding:2px 4px 2px 4px;
	margin: 2px;
	clear: both;
	text-align:center;
	color: #000000;
}


#SlideShow .link_act {
// for clickable active link
	background-color:#808000;
	font: normal 90% "Arial", "Lucida Grande",Verdana, Sans-Serif;
	border: 2px solid #808000;
	padding:2px 4px 2px 4px;
	margin: 2px;
	clear: both;
	text-align:center;
	color:#000000;
}

#SlideShow span {
// for watermark
	font: normal 76% "Arial", "Lucida Grande",Verdana, Sans-Serif;
	color:black
}

#SlideShow .gray {
// for cover
	background-color: gray;
	position: absolute;
	border: 0px solid #9F6D11;
	z-index: 100;
}

#SlideShow img{
// for image border
	border: 0px solid #663300;
	background-color: #663300
}

#SlideShow .opa {
// for watermark opacity
	color: #000000;
	padding:10px 20px 0px 20px;
	position: absolute;
	z-index: 101;
	background-color: #FFA928;
	opacity:0.5;
	filter: alpha(opacity=50);
	filter:progid:DXImageTransform.Microsoft.Alpha
		(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);
	-moz-opacity: 0.5;
}

/* MAIN PAGE NEWS */
#LatestNews { 
	width: 300px;
	margin: 1.5em 0.5em;
	float: left;
        border: 0.1em dotted #ccc;
 } 

#LatestNews h4 { 
	font-size: 11pt;
	font-weight: bold;	
        color: #000;      
	margin: 0.5em;
        background-color: #D4CB98;         
        padding: 5px;         
 }

#LatestNews ul { 
	padding: 5px;
	font-size: 8pt;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted rgb(150,150,150);
 }
   
#LatestNews ul a{ 
	font-weight: bold;
	color: #456EB0;
	text-decoration: none;

 }

#LatestNews li { 
	text-align: left;
	padding-top: 0.5em;
 }

#LatestNews .date { 
	font-weight: normal;
	font-size: 7pt;
	text-align: right;
 }

span.morelink { 
	text-align: left;
	display: block;
 }

span.morelink a{ 
	color: #3366ee;
	text-decoration: none;
 }

span.morelink a:hover { 
	color: #3366ee;
	text-decoration: underline;
 }
/*
#UpcomingEvents { 
	width: 300px;
	position: relative;
	top: 0;
	float: right;
	margin: 1.5em 0.5em;

 } 
*/
#UpcomingEvents h4 { 
	font-size: 11pt;
	font-weight: bold;	
        color: #000;      
	margin: 0.5em;
        background-color: #D4CB98;         
        padding: 5px;         
 }

#LatestNews ul { 
	list-style: none;
	padding: 5px;
	font-size: 8pt;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted rgb(150,150,150);
 }
   
#LatestNews ul a{ 
	font-weight: bold;
	color: #456EB0;
	text-decoration: none;

 }

#LatestNews li { 
	text-align: left;
	padding-top: 0.5em;
 }

#LatestNews .date { 
	font-weight: normal;
	font-size: 7pt;
	text-align: right;
 }

span.morelink { 
	text-align: left;
	display: block;
 }

span.morelink a { 
	color: #3366ee;
	text-decoration: none;
 }

span.morelink a:hover { 
	color: #3366ee;
	text-decoration: underline;
 }

#UpcomingEvents { 
	width: 300px;
	position: relative;
	top: 0;
	float: left;
	margin: 1.5em 0.5em;
        border: 0.1em dotted #ccc;
 } 

#UpcomingEvents ul { 
	list-style: none;
	padding: 5px;
	font-size: 8pt;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted rgb(150,150,150);
 }
   
#UpcomingEvents ul a { 
	font-weight: bold;
	color: #456EB0;
	text-decoration: none;

 }

#UpcomingEvents li { 
	text-align: left;
	padding-top: 0.5em;
 }

#UpcomingEvents .date { 
	font-weight: normal;
	font-size: 7pt;
	text-align: right;
 }

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar{  
background-color:#F6F6EC;
 }
#Sidebar div{  
margin-bottom: 10px; } 
#Sidebar h3 {
color: #FFF; 
font-size: 12px; 
font-weight: normal; 
background-color: #BC4419; 
padding: 6px; 
font-weight: bold; 
margin-bottom: 5px;}

#Sidebar ul li a:hover {color: #820000 } 
#Sidebar ul li a:focus {outline:1px #8a887d dotted } 
#Sidebar ul li a {text-decoration: none; color: #565347 } 
#Sidebar li {margin-left: 15px; padding-bottom: 5px; line-height: 12px; margin-bottom: 6px;} 
#Sidebar ul {list-style: url("../images/redarrow.gif"); padding: 5px; margin:0;}


	
	/* MENU2 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 1px 0 5px 4px;
        list-style: none;
        padding: 5px;         
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.0em;
            height: 1.8em;
            line-height: 1.4em;
            color: #898989;
      	}
			ul#Menu2 li em {
			
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
               background-color: #D4Cb98; 
        	color: #666;
		cursor: pointer;
                text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
		
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
        
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
        
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
        
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
        
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
	margin-top: 40px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
/*	background-color: #51a9df; */
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 0px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width: 100%; 
	height: 5em; 
	background-color: #dfeef5;
	text-align: center; 
}
	#Footer .footerTop {
		width: 100%;
	/*	background: #fff; */
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #000;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #00f; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #00d;
				text-decoration: underline;
			}


/* Marquee CSS */

 div.demo {
 /*         border: 3px solid #0BB427; */
            padding: 5px;

          /*  background-color: #333; */

      }
      
      div.original {
          border: 3px solid #B40400;
          padding: 10px;
      }
      
      .pointer {
          cursor: pointer;
         /*background-color: #0063AF;*/

          color: #000;
       /* -moz-border-radius: 3px;  */   
      }
      .pointer a{ 
                  text-decoration: none;
                  color: #333;
                  font-weight: bold;
   }
      code {
          padding: 3px;
          background-color: #eee;
      }

.marq{ 

       padding: 5px;
       margin-left: 5px;
       margin-right: 5px;
       } 



.glossymenu{
list-style-type: none;
margin: 20px;
padding: 0;
width: 180px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu a img{
border: none;
text-decoration: none;
margin-top: 5px;
}
.glossymenu ul { 
list-style-type: none;
 }
.glossymenu ul li{ 
margin-bottom: 0.1em;
 }
.glossymenu li a{
/* background: white url(../images/glossyback.gif) repeat-x bottom left; */
background-color: #456EB0;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
 width: auto; 
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
/* background-image: url(../images/glossyback2.gif); */
background-color: #BC4419;
}

.glossymenu h4 { 
font: bold 12pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align: center;
padding: 5px;
background-color: #D4CB98;
 }
 ul#portfolio {
	width:600px;
		height:211px;
			list-style:none;
				border:#999999, solid, 1px;
					margin: 0px;
						padding: 0px;
						}
						#portfolio li{
							margin: 0px;
								padding: 0px;
									
									}



/* Home Page Related CSS */
#HomeBannerHolder{ 
background: url(../images/uni_banner_bg.jpg) repeat-x;
 }

#HomeBanner{ 
height: 293px;
margin: 0 auto;
clear: both;

width: 760px;

}
#namaskara{ 
height: 26px;
position: relative;
top: 5px;
color: #456eb0;
margin-top: 3px;
margin-bottom: 15px;
 }

#vertMenu { position: relative; left: 0; margin-top:4px; width: 189px;}
#vertMenu ul { list-style: none; font-size: 1.6em; font-weight: bold; }
#vertMenu ul li {margin-bottom:0px; }
#vertMenu a { text-decoration: none; color: #333; padding: 2px; display: block; 
background: transparent url(../images/button_normal.png) no-repeat; 
height: 25px;
line-height: 22px;
font-size: 12px;
padding-left: 5px;
}
#vertMenu a:hover { text-decoration: none; color: #FFF; background: transparent url(../images/button_hover.png) no-repeat;}

#HomeScroll{ 
background-color: #F5F5F5;

border-top:0.1em solid #ccc;
border-bottom:solid #ccc;
}

#HomeLayout{ 
background-color: #FCFCFA;
 }
#HomeCenterTable{ 
border-left: 0.1em solid #ddd;
border-right: 0.1em solid #ddd;
border-bottom: 0.1em solid #ddd;
background-color: #FFF;
 }

#logoholder{ 
margin-left: 100px;
 }
#logoholder h2{ 
color: #FFF;
font-size: 22px; 
}

#ChildMenu{ 
background-color: #E8DFC9;
padding: 5px;
margin-bottom: 3px;
height: 15px;
line-height: 15px;
 }
#ChildMenu ul{ 
list-style: none;
margin: 0;
 }
#ChildMenu ul li{ 
display: inline;
 }
#ChildMenu ul li a{ 
color: #000;
font-size: 11px;
font-weight: bold;
 }
 .subscribeLink {
	background: url(../images/feed-icon-14x14.png) no-repeat left center;
		padding-left: 20px;
		}

		#Iconbox a img{
		border: none;
		text-decoration: none;	
		}
		#Iconbox img{
		display: block;
		margin-top: 6px;
		}

		#NewsList{ 
		/* background-color: #FCFCF1;  */
		padding: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		list-style-type: none;
		 }

		 .newsDateTitle{ 
		 font-size: 14px;
		 border-bottom: 0.1em solid #DFDFDF;
		 margin-bottom: 5px;
		  }

		  .newsSummary{ 
		  padding: 5px;
		   }
		   .newsReadmore{ 
		   padding-top: 5px;
		    }
		    .newsReadmore a{ 
		    color: #0779C2;
		    text-decoration: none;
		     }
		     .newsBlock{ 
		     padding: 5px;
		     border: 0.1em solid #FFF;
		     background: #fefefe;
		     margin-bottom: 5px;
		      }
		      .newsDetails{ 
		      font-size: 11px;
		       }

		       .NewsHeading{ 
		       border-bottom: 1px solid #ccc;
		       font-weight: bold;
		       padding-bottom: 2px;
		       padding-top: 0px;
		       font-size: 11px;
		        }

			.HomeNewsTitle{ 
			font-size: 12px;
			border-bottom: 0.1em solid #DFDFDF;
			margin-bottom: 5px;
			 }
			 .HomeNewsTitle a{ 
			 color: #0779C2;
			 text-decoration: none;
			  }
