@import "footer.css";
@import "banner.css";
@import "sidebar.css";
@import "bodyContent.css";
@import "filterBox.css";
@import "asset.css"; 

/* General styles */
body {
	font-family : verdana, sans-serif ;
	margin : 0px ;
	padding : 0px ;
	font-size : 10px ;
	background : #BEBEBE ;
}

/*needed so that all browsers have a red strip all the way down to the grey
   footer bar but not below it */
div#entireContentWrapper {
	background-color : #BEBEBE ;
	background-image : url("/images/sidebar-background.jpg");
	background-repeat : repeat-x ;
	background-position : 0px 0px ; 
}

/* background repositioning for browsers other than IE
    uses the IE direct-decendent hack (IE ignores direct-decendent) */
body > div#entireContentWrapper {
	background-position : -212px 0px ;
}


a, a:visited, a:active {
	color : inherit ;
	background : transparent ;
	text-decoration : none ;
}

a:hover {
	text-decoration : underline ;
}

img {
	border : none ;
}

div.red {
	background : #FE0000 ;
}

div.grey {
	background : #BEBEBE ;
}

div.border {
	border : 1px solid rgb(145, 25, 27) ;
}

