#hd {
	vertical-align:top;
}

/* main body center content*/
.maincontent {
	margin: -20px 0 0 0;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}


#content {
	background-color: transparent;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}



/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 100%;
	margin-top: 0px; /* IE needs to be set to 0*/
	padding: 0px;
	height: 530px;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: auto;
	height: auto;
	position: relative;
	color: transparent;
	padding: 1px;
}


.newsbar a:link, .newsbar a:visited, .newsbar a:hover  {
	color:#333;
	text-decoration:none;
	
	}

.newsbar img {
	padding:5px 0 0 0;	
	 }


.newsbar {
	background-image:url(/images/bkgrnds/background-template_02.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width: 467px;
	height: 550px;
	overflow:hidden;
	color:#330000;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none;
}

.newsbar p{
	text-align:left;
	padding:0;
		
}

.newsbar h3 {
	text-align:left;
	padding:10px 0 0 0;
	font-size: 1.3em;
	font-style:bold;	
	
}
.newsicons {
	vertical-align:top;
}
.newsicons img {
	padding-top:13px;
	
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: transparent;
	background-image:url(/x-images/10x520-line.png);
	height: 510px !important;
	margin-top:0;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}
.vscrollerbar {
	width: 10px;
	background-color: transparent;
	border:none;
	background-image:url(/JavascriptFiles/slider.png);
	height: 73px !important;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}

.hscrollerbase {
	height: 1px;
	background-color: transparent;
	border:none;
}
.hscrollerbar {
	height: 1px;
	background-color: transparent;
	border:none;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: transparent;
	border:none;
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
	background-image: none;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}

#mycustomscroll {
/*percantage width: make it 100% to match container*/
	max-width: 455px;
	height: 510px; /* this is the height of the content in the box*/
	overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	top: 20px;
	background-color: transparent;
	margin: 0;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
	padding: 0 5px 0 0;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}




#mytastyscroll {
/*percantage width: make it 100% to match container*/
	max-width: 455px;
	height: 510px; /* this is the height of the content in the box*/
	overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	top: 20px;
	background-color: transparent;
	margin: 0;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
	padding: 0 5px 0 0;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
}

.flexcroll {
	margin: 0 0 0 0;
	
}

#mycustomscroll_contentwrapper {
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	
}

.contentwrapper {
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
} 