/* hyperlink colors */ 

a:link{ 		color : #f2cb2d;
				text-decoration: none;
				font-weight:bold;
} 

a:visited{ 		color : #f2cb2d;
				text-decoration: none;
				font-weight:bold;
} 

a:hover{ 		color : red;
				text-decoration: none;
				font-weight:bold;
} 

a:active{      	color : yellow;
				text-decoration: none;
				font-weight:bold;
} 

body{		background:#220022;
			/*background-image:url("../Images/crank.jpg");*/
			background-image:url("../Images/bg_image.jpg");
			background-repeat: no-repeat;
			background-attachment:fixed;
			background-position: center;
			background-position:top;
		
}

.tbl_bg{	background-color:#330033;
}

.banner{ 	background-image:url("../Images/mdbc-banner.jpg");
			background-repeat:no-repeat;
			background-position:top;
			height:107px;
}

.date_js{ 	margin-bottom:2px;
			margin-left:3px;
			color:black;
}

.inc_reg{ 	margin-bottom:0px;
			margin-left:63px;
			color:black;
			font-size:11px;
}

h2{		font-family:arial,verdana;
		color:yellow;
		text-align:left;
		text-indent:2px;
	}
h3{		font-family:arial,verdana;
		color:yellow;
		text-align:left;
		text-indent:2px;
}

h4{		color:yellow;
		font-family:arial,verdana;
		font-weight:bold;
		text-align:left;
		text-indent:2px;
		margin-left: 3px;
		background-image:url("../Images/Sub Heading BGrd.jpg");
		background-repeat:no-repeat; 
		background-position:right;
}

h5{		color:yellow;
		font-family:arial,verdana;
		font-weight:bold;
		text-align:left;
		text-indent:2px;
		margin-left: 4px;
}

ul{		color:white;
		font-size:10pt;
		font-family:arial,verdana;
		text-align:left;
		margin-bottom: 8px;

}

p{		color:white;
		font-size:10pt;
		font-family:arial,verdana;
		text-align:left;
		margin-left: 10px;		
		margin-top: 4px;
		margin-bottom: 4px;
		
}
.floating_facebook {
  		position: fixed;
  		top: 0;
  		right: 0;
  		z-index: 999;
  		float:right;
}
