body{

	
	/*background-image: url('../img/bg.jpg');
	background-repeat: repeat;
    background-attachment: fixed;
	*/
/*	background-color: #a7d8f4;*/
	background-color: #E6E6E5;

	-webkit-background-size: cover;
    -moz-background-size: cover;
	background-size: cover;

	line-height: 20px;
	font-family: Verdana;
	font-size: 13px;
	max-height: 999999px;
	margin: 0;
	padding:0;
	
}
a{ text-decoration:none}

img{
	border:none;
}


#header{
	width: 100%;
	border: 0px dotted #000000;
	text-align: center;
}
#content{
	width: 950px;
	border: 0px dotted #000000;
	margin: 0 auto;
	
}


#title{
	margin: 10px 10px 10px 10px;
	font-size: 40px;
	color: #444444;
}

#footer{
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0.9;
	padding:10px;
	color: darkblue;
	/*
	border-radius: 10px 10px 10px 10px ;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	*/
	margin-top:8px;
	margin-bottom:10px;

}

a{
	color:red
}


.profile_pic{
	margin: 5px 10px 10px 0px;
	width:160px;
}


#main{
	
	padding: 10px;

	border-radius: 0px 0px 10px 10px ;
	-moz-border-radius: 0px 0px 10px 10px ;
	-webkit-border-radius: 0px 0px 10px 10px ;
	margin-top:0px;
	
	
	/*background-color:#273b87;*/
	min-height:450px;
	color:white;
	
	/*background-image: url('../img/shaw_tower.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 300px;
	*/
}


#main a{
	/*color: #f9e04a;*/
	color:#ff6600;
}
#main  a:link{}
#main  a:visited{}
#main  a:hover{ color:#ff6600 }

.block_style_1{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #ffffff;
	padding: 10px;
	max-height: 999999px;
}

.content_table, .content_table tr, .content_table td, .content_table th{
	border: 1px solid #aaaaaa;
	border-collapse:collapse;
	padding: 5px;
	max-height: 999999px;
}

.d_lect_table, .d_lect_table td{
	border-bottom: 1px solid #aaaaaa;
	border-collapse: collapse;
	padding: 10px;
		font-family: Arial;

}

 th{
	border-collapse: collapse;
	padding: 5px 0px 5px 0px;
	color:darkblue;
	background-color:#a7d8f4;
}


.d_lect_table ul{
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
.d_lect_table  ul li { 
	display: inline;
	margin-right: 20px;
}

.d_lect_table .font_1{
			font-size: 12px;
		}

		
		
		
.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }
		



td{
	padding-left:10px;
	padding-right:10px;
}




