BODY {background: #FFFFFF; margin-left: 15px; margin-right: 15px; margin-top: 15px; margin-bottom: 15px}
A:link {text-decoration: underline; color: #000000}
A:visited {text-decoration: underline; color: #444444}
A:hover {text-decoration: underline; color: #666633}

/* Menu Links */
.nav {
	font-size: 11px;
	font-family: verdana,arial,helvetics,sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}
.nav a:link {
    display: block;
    width: auto; /* fixes width inconsistencies between NS and IE */
    color: #EEEEEE;
    padding: 2px 0 4px 0;
    text-decoration: none;
    background-color: #999666;
}
.nav a:visited {
    display: block;
    width: auto; /* fixes width inconsistencies between NS and IE */
    color: #EEEEEE;
    padding: 2px 0 4px 0;
    text-decoration: none;
    background-color: #999666;
}
.nav a:hover {
    background-color: #A9A676;
    color: #FFFFFF;
    text-decoration: none;
}

/* Table and Cells */
.header {
	background: #666633;
    padding: 0 0 0 0;
	font: 21px times,serif;
	letter-spacing: 0.2em;
	color: #EEEEEE;
}

td.descriptor {
	background: #666633;
	padding: 0 0 0 10px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	font: 21px times,serif;
	letter-spacing: 0.2em;
	color: #EEEEEE;
}

/* General */

.content_left {
	font: 12px trebuchet ms,times,serif;
	color: #222222;
	padding: 20px 0 0 0;
}
.content_mid {
	font: 13px trebuchet ms,times,serif;
	color: #222222;
	padding: 20px 20px 20px 25px;
}
.content {
	font: 13px trebuchet ms,times,serif;
	color: #222222;
}
.content_sm {font: 11px trebuchet ms,times,serif; color: #444444}

.wordcap {font-size: 28px}
.copyright {
	font: 10px arial,helvetica,sans-serif;
	color: #444444;
}

.line {background: #CCCCCC}
.divider {color: #CCCCCC}