/* Style sheet for BCC Limo Website */
/* Written by Helen Lenane and Troy Broas */


/* this block defines the background color and scroll bar color*/
/*
body {
	margin: 25px 0 0;
	padding: 0;
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #AA223B;
	color: #151515;
	text-align: center;
	min-width: 760px;
}
 */
BODY {
background-color: #000000;/*#a1162d*/
scrollbar-3d-light-color: #726E6D;
scrollbar-arrow-color: #E0E0E0;
scrollbar-base-color: #726E6D;
scrollbar-dark-shadow-color:#736F6E;
scrollbar-face-color: #646060;
scrollbar-highlight-color: #726E6D;
scrollbar-shadow-color: #000000
font-family: arial;
font-size: 10px;

}

/*defines style of outer border table*/
table.outerborder{
background-color: #E0E0E0;
/* I changed this value to a percentage instead of hard coding it to 810px */
width: 100%;
height: 100%;
}

/*defines style of inner content table*/
table.innercontent{
background-color: #ffffff;
/* I changed this value to 95% */
width: 100%;
height: 100%;
}


/*defines style of bodycontent table*/
table.bodycontent{

width: 100%;
height: 100%;
}

/* defines the style for the dotted line cell */
.dotted{ 
background-image: 
url('../images/dot.png');
background-repeat: repeat-y
}


/* defines style for content cell */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	margin-left: 8px;
	margin-right: 8px;
        
}


/* defines style for content cell with black text*/
.blackcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 8px;
	margin-right: 0px;
        text-align: left;
        
}

/*defines style for footer */
.footer {
	
	font-family: Verdana; font-size: 9px; 
	color:#ffffff;
	text-align: center;
	
}


/* defines style for content Page Title */
H1 {
	font-family: Arial, Helvetica, sans-serif;
}	


/* defines styles for links */
a.NavLink:link  { color:black; text-decoration:none; }
a.NavLink:visited  { color:#808080; text-decoration:none; }
a.NavLink:hover  { color:black; text-decoration:underline overline; }
a.NavLink:active  { text-decoration:none; }




}
