/* transportation.css  */
/* Sets the background color to white and fills the whole screen */
body {
background-color: #FFFFFF;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}

/* Sets the color for horizontal lines */
hr {
color: black;
}

/* Sets the font and size of text */
td {
font-family: Verdana,Arial,sans-serif;
font-size: 80%;
}

/* Sets the font and size of the headings */
h1{
font-family: Verdana,Arial,sans-serif;
font-weight: bold;
font-size: 150%;
}

/* Sets the background color of navtop.  This color matches the banner */
td#heading {
background-color: #000842;
font-weight: bold;
}

/* Sets the color of a hyperlink in the banner so the color never changes and also removes the link line. */
td#top a {
text-decoration: none;
color: white;
}

/* Banner hyperlink, when moused over shows a line. */
td#top a:hover {
text-decoration: underline;
}

/* This gives some padding in the main content area. */
td#center {
padding-right: 10px;
padding-left: 10px;
}

/* Sets the font and size of text */
td#info {
font-family: Verdana,Arial,sans-serif;
font-size: 70%;
}

/*  This is the color for the left side of the table */
td#left {
background-color: #000842;
}

td#left a {
text-decoration: none;
font-size: 100%;
}

td#left a:hover {
text-decoration: underline;
}

/*  This is the color for the right side of the table */
td#right {
background-color: #000842;
}

td#right a {
text-decoration: none;
font-size: 100%;
}

td#right a:hover {
text-decoration: underline;
}

.address {
color: black;
font-size:  85%;
}

.heading {
color: black;
background-color: #1D3852;
font-size: 100%;
}
