@charset "utf-8";
body {
	background-image: url(images/bg-main.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
a {
	color: #000000;
}
.line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #92bd71;
	padding-bottom: 20px;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #92bd71;
	text-transform: uppercase;
}

.right {
	background-image: url(images/bg-right.jpg);
	padding-top: 10px;
	padding-left: 5px;
}
.right a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #92bd71;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.right a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #92bd71;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.left {
	background-image: url(images/bg-left.jpg);
	height: 85px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.left a {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
}
.left a:hover {
color:#92bd71;
}
.rightbottom {
	background-image: url(images/bg-right-bottom.jpg);
	height: 110px;
}
.bottomlinks a {
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
}
.copy {
	font-size: 10px;
}
	p{
		margin-top:0px;
	}
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:439px;
		height:500px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:391px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;

		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
	}
	
	/*
	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;	/* Total height - 40 pixels */
		border:1px solid #bcceae;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#bcceae;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #bcceae;
		color: #bcceae;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

