/* CSS Document */


body { 
	background-color: #FFFFFF;  
	color: #000000;  
	font-family:Georgia;
	font-size: 12px; 
	margin: 0px;
}

.bg_repeat {
	background-image: url(bg_sdl2.jpg);
	background-repeat: repeat-x;
}

	.bg_repeat #header {
		background-image: url(sdlbanner.jpg) ;
		background-repeat: no-repeat;
		background-position: center top;
		height: 215px;
	}

.mnuul {
	
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}

.mnuul li {
	background-image: url(bgdefualt.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 30px;
	color: #333333;
	
}

.mnuul li div {
	padding-top: 3px;

}

#main_content {
	font-family:Georgia;
	font-size: 14px;
	padding: 5px;
	vertical-align: top;
	text-decoration: none;
	line-height: 18px;
}

.main_content {
	font-family:Georgia;
	font-size: 14px;
	padding: 5px;
	color: #000000;
	
}

.innerboxtext {
	font-family:Georgia;
	font-size: 14px;
}

td {
	font-family:Georgia;
	font-size: 12px;
	color:#FFFFFF ;
}

.td_content {
	font-size: 14px;
	color: #000000;
}

a.mailto_link {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover.mailto_link{
	color: #FB9806;
	text-decoration: none;
}


h3 {
	font-family:Georgia;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}


#top_link {
	font-family:Georgia;
	line-height: 15px;
	padding: 5px;
	padding-left: 0px;
	padding-top: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	width: 183px;
}

.top_link {
	margin: 10px 0px 10px 0px;
}

a.top_link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:active.top_link {
	color: #FB9806;
	text-decoration: none;
}

a:hover.top_link {
	color:  #FFFFFF;
	background-color: #1F6D83;
	text-decoration: underline;
}

