
.newsbar- {
	background-image:url(/images/bkgrnds/big-paper.jpg);
	background-repeat: repeat-y;
	width: 324px;
	height: 550px;
	color:#330000;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	font-size:12px;
	
}

.newsbar p{
	text-align:left;
	padding:0 10px 0 10px;
	font-size:12px;
		
}

.newsbar h3 {
	text-align:left;
	padding:10px 10px 0 10px;
	font-size: 1em;
	font-style:normal;	
	
}
.newsbar a:link, .newsbar a:visited  {
	color:#333;
	text-decoration:none;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	}

.newsbar a:hover  {
	color:#999;
	text-decoration:none;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	}




.newsbar img {
	padding:5px 0 0 0;	
	 }

.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;
}

.vscrollerbar {
	width: 10px;
	background-color: transparent;
	border:none;
	background-image:url(/images/scrollbar/slider.png);
	height: 73px !important;
}

.hscrollerbase {
	height: 10px;
	background-color: #ccc;
	border-style:solid;
	border-color:#000;
	border-width: 1px;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
	border-style:solid;
	border-color:#000;
	border-width: 1px;
}

* 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;
}


#content {
	background-color: transparent;
}



#mycustomscroll {
/*percantage width: make it 100% to match container*/
	width: 325px;
	height: 410px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	left: 5px;
	top: -12px;
	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;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	font-size:12px;
}


#mycustomscroll a:link, #mycustomscroll a:hover {color: #333;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	height: 410px;
    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;
}

#mycustomscroll .vscrollerbase {
	width: 10px;
	background-color: transparent;
/*	background-image:url(/images/line.png); */
	background-image:url(/images/scrollbar/pressroom/pr_scrollbar10x420.png);
	height: 410px !important;
}


#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
	width: 263px;
	height: 200px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	left: 0;
	top: 15px;
	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;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	font-size:12px;
}


#mycustomscroll2 a:link, #mycustomscroll2 a:hover {color: #333;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
#mycustomscroll2 .percentagewrap2 {
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	height: 200px;
    outline: 0; /* @ Firefox, prevent dotted border after click */    	
	-moz-outline: none; 
	}
	
#mycustomscroll2 .vscrollerbase {
	width: 10px;
	background-color: transparent;
	background-image:url(/images/scrollbar/pressroom/coming_up_scrollball10x200.png);
	height: 200px !important;
}

html, body {
    background-color: #131110;
	background-image: url(/images/bkgrnds/bigrock.jpg);
    background-position: center top;
    background-repeat: repeat;
}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}

a:link, a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
}

a:hover {
	color:#999;
}


p {
	margin:0;
	padding:0;
}


.title {	
	font-family:Cochin, Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 20px;
	font-weight: bold;
	color: #330000;
}

#bd {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.yui-g {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:974px;
}
.ui-tabs-td-r {	background-color:transparent;
	padding: 10px 0 10px 10px;
	border:none;
	text-align:left;
	font-size:12px;
	color:#330000;
	line-height:14px;
}

.ui-tabs-td-r a:link, .ui-tabs-td-r a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
.ui-tabs-td-r a:hover {
	color:#999;
}


.datetxt {	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	font-weight:bold;
	color:#330000;
	white-space:nowrap;
	line-height:12px;
	margin-bottom:0;
	padding-bottom:0;
}
.newstxt {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#330000;
	font-style:normal;
	line-height:12px;
	margin-top:0;
	padding-top:0;
}

.indenttxt {
	padding-left:10px;
	text-align:left;
}

.blogtext {
	font-size:12px;
	color:#330000;
	font-style:normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
	font-weight:bold;
	white-space:nowrap;
	line-height:15px;
}

.blogtext a:link, .blogtext a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

.blogtext a:hover {
	font-size:12px;
	color:#999;
	font-style:normal;
	text-decoration:none;
}


.tagline a:link, .tagline a:visited {
	color:#333;
	text-decoration:none;
	font-style:normal;
}

.tagline a:hover {
	color:#999;
}

.resourceLinks {
	line-height:20px;
}
#search {
	width: 90px;
	border:1px solid #998080;
	background-image: url(/images/icons/search.png);
	position:relative;
	top:-17px;
	left: 223px;
}
.footlink, .footlink a:link, .footlink a:hover {
	text-decoration: none; color: #300 !Important;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	ont-family: Tahoma, Geneva, sans-serif;
	}

