body {
    margin: auto;
    background-image: url('gfx/graybg.gif');
    background-color: #E1E1E1;
    }

A           { color: #03C; text-decoration: underline; }
A:link      { color: #03C; text-decoration: underline; }
A:visited   { color: #06F; text-decoration: underline; }
A:active    { color: #F60; text-decoration: none; }
A:hover     { color: #F60; text-decoration: none; }

#block {
    width: 800px;
    height: auto;
    margin: 0px auto 10px auto;
    padding: 0px;
    }

a.on {
    background: #FFF;
    }

#banner {
    background-image: url('gfx/banner_black.gif');
    color: #FFF;
    font-size: 16pt;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    margin: 0px;
    padding: 10px 10px 0px 0px;
    height: 73px;
    width: 790px;
    }
	#banner a {
		text-decoration: none;
	    }
	#banner a:link,
	#banner a:visited {
		color: #FFF;
		}
	#banner a:active,
	#banner a:hover {
		color: #fde666;
		}

.menu {
    background-color: #fde666;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    padding: 7px;
    border-right: 1px #000 solid;
    border-left: 1px #000 solid;
    word-spacing: 1.25em;
    }
	.menu a {
		text-decoration: underline;
		padding: 7px 4px;
        word-spacing: normal;
	    }
	.menu a:link,
	.menu a:visited {
		color: #000;
		}
	.menu a:active,
	.menu a:hover {
		color: #03F;
		background-color: #FFF;
		}

#content {
    background-color: #FFF;
    border-right: 1px #000 solid;
    border-left: 1px #000 solid;
    }

.col {
    padding: 10px;
    font-size: 12pt;
    line-height: 1.45em;
    }

.copy {
    margin-bottom: 1.1em;
    }

.callout {
    border: 2px solid #06F;
    background: #DEF;
    padding: 7px;
    font-style: italic;
    font-size: 14pt;
    margin-bottom: 1.1em;
    }

em {
    font-style: italic;
    color: #03F;
    }

.headline {
    font-family: helvetica, arial, sans-serif;
    letter-spacing: .03em;
    font-size: 16pt;
    font-weight: bold;
    color: #03C;
    line-height: 1.1em;
    }

li {
    margin-bottom: .5em;
    margin-left: -1em;
    }

.legal {
    margin-bottom: 1.1em;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    color: #999;
    line-height: normal;
    }

.footer {
    margin-top: 1.1em;
    font-family: helvetica, arial, sans-serif;
    font-size: 8.5pt;
    color: #666;
    text-align: center;
    }
	.footer a {
		text-decoration: underline;
	    }
	.footer a:link,
	.footer a:visited {
		color: #666;
		}
	.footer a:active,
	.footer a:hover {
		color: #06F;
		}
