/* text in lines like these are comments, they are only here to make future adjustments easy, DO NOT REMOVE COMMENTS */

/* colors for background and font for entire site, spacing for main table on page - DO NOT MODIFY padding OR margin  */
body { background-color: #ffffff; color:#000000; padding:0 0 0 0; margin:0 0 0 0; }

/* background color for navagation bar and plain text color */
.nav {background-color: #003366; color: #ff6600; }

/* text link color for navagation */
.links {color: #ffffff; }
.links a:link {color: #ffffff; text-decoration: none}
.links a:visited {color: #ffffff; text-decoration: none}
.links a:active {color: #ffffff; text-decoration: none}
.links a:hover {text-decoration: none; color: #ff6600;}

/* text link color for content navagation */
.dlinks {color: #003366;  font-weight: bold; text-decoration: none}
.dlinks a:link {color: #003366; text-decoration: none}
.dlinks a:visited {color: #003366; text-decoration: none}
.dlinks a:active {color: #003366; text-decoration: none}
.dlinks a:hover {color: #ff6600; text-decoration: none}

/* background color in hexadecimal code after the # character */
.dark { background-color: #003366; }

/* main areas background color */
.main { background-color: #ffffff; background-image: url(images/tile.gif); background-repeat: repeat; }

/* color for all headers and bold text */
h1,strong {color: #ff6600; }

/* float images to the left */
.floatl {float: left;}

/* float images to the right */
.floatr {float: right;}

/* text color for address and phone number */
#mail {color: #ffffff; }


