body {
    color: #ddd;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

p, td, li {
    line-height: 140%;
    text-align: left;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-size: x-small;
}

.description {
	font-size: 11px;
}

.indent {
    margin-left: 3em;
}


img#imgPageTop {
    float: right;
}

.required {
    font-weight: bold;
    color: #090;
}

input.btn {
    border: #090 1px solid;
    background-color: #000;
    color: #ffa;
}

form {
    line-height: 140%;
    text-align: left;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

html>form {
    font-size: small;
}


.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.marquee {
    color: #090;
    font-family: georgia, "times new roman", times, serif;
    font-weight: normal;
    font-style: oblique;
    text-align: left;
}


/*
 * links
 */

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:link {
    color: #ffa;
}
a:visited {
    color: #ffc;
}
a:active {
    color: #ffa;
}


/*
 * main navigation
 */

#navigation {
    float: left;
}

#navigation ul {
    width: 150px;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    clear: left;
    display: block;
}

#navigation ul li {
    text-align: center;
    border:1px solid #090;
    margin-bottom:5px;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

#navigation ul li a {
    display: block;
    /*width: 141px;*/   /* required for ie: 150px - 2 * 1px border - 4px + 3px padding */
    padding: 2px 3px 3px 4px;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
    padding: 2px 3px 2px 4px;
}

html>#navigation ul li a {
    font-size: small;
}

#navigation ul li a:hover {
    text-decoration: none;
    background-color: #cfc;
    color: #060;
}

#navigation ul li#navhover a {
      background-color: #060;
      /* color: #090; */
}

#navigation ul li#navhover a:hover {
      color: #ffa;
}

/*
 * content
 */

#content {
    float: left;
    width: 340px;
    text-align: left;
	padding-top: 25px;
}

/* has to be placed before "#content h1" to avoid ie5 displaying the text */
#content h1 span {
    display: none;
}

#content h1 {
    margin-bottom: 50px;
    z-index: 1;
    position: absolute;
    font-size: x-large;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size:  xx-large;
}

html>#content h1 {
    font-size: xx-large;
}

#content h2 {
    color: #090;
    margin-bottom: 1.5em;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

html>#content h2 {
    font-size: small;
}

#content h3 {
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

html>#content h3 {
    font-size: small;
}

/*
 * side bar (photo)
 */

#sidebar {
    float: right;
    width: 150px;
    padding-top: 100px;
}

.lead {
    color: #090;
    font-weight: bold;
}

.lead a, .lead a:visited {
    color: #090;
}
