@charset "UTF-8";
/* CSS Document */


#midcontainer {
	margin-top: 65px;
	margin-right: 110px;
	margin-bottom: 30px;
	margin-left: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.title1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 16px;
	color: #990000;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

a.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}





	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	p{
		margin-top:0px;
	}
	#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
		width:500px;
	height:500px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
	width:450px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
	position:relative;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
	width:15px;
	height:460px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
	margin:1px;
	width:13px;
	height:20px;
	background-color:#333333;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:15px;
	height:16px;
	color: #333333;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}





#scrollingContainer {
	margin-right: 110px;
	margin-left: 95px;
	padding-right: 1px;
	padding-left: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-bottom: 5px;
}

