/* Used in header.txt */

.subheader { font-family: helvetica; font-weight: 300; font-size: x-large; color: #CCCCCC; text-align: center }
.phones { font-weight: 600; font-size: large; text-align: center; width: 100%; border-top: medium solid #FFCC00; border-bottom: medium solid #FFCC00 }


/* Used in navigation.txt */

.navigation { background-color: #FFCC00; padding-top: 0; text-align: left; float: left; border-width: thin; border-color: #6666FF; border-style: ridge; padding: 1em; margin-left: 0 }
ul.menu { list-style-image: url(smalllogo.gif); margin-left: 1em }

/* Used in the main body */
.important { background-color: #FFCC00; border-width: thin; border-color: #66CCFF; font-weight: 600; text-align: center; border-style: ridge; float: right; padding: 0.5em }

/* Used in footer.txt */

.footer { font-weight: 300; font-size: small; text-align: center }

/* Universal */

body { background-image: url(biglogo.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: fixed }
h1, h3 { text-align: center; color: white; background-color: #6666FF; padding-left: 0.5em; padding-right: 0.5em }

/* One-Off */

.special { text-align: center }