/* CSS Document */

#container, #menu ul li a, #menu ul li a:hover, #menu ul li#active a {
background: #00FFFF;
color: #000000;
}

#content-frame {
font-size: 1.6em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2;
text-align: center;
}

td {
vertical-align: top;
}

#menu ul li#active a {
text-decoration: underline;
}

#menu ul li#active a:hover {
background: #00FFFF;
color: #0000;
}

#menu_list li#active ul.subnav li a {
color: #000;
text-decoration: none;
}

#menu_list li#active ul.subnav li a:hover {
text-decoration: underline;
}

h1, h2 {
    position: absolute;
    left: -2000px;
    width: 990px;
    font-size: 1px;
	line-height: 1px;
}

h3 {
color: #000;
font-family: Catchup, Verdana, Arial, Helvetica, sans-serif; 
font-size: 2em;
line-height: 1.2; 
font-weight: normal;
margin-top: .5em;
background: #FFFF00;
text-align: center;
padding: .2em;
}

h4 {
font-size: 2.4em;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
margin: .5em;
color: #000000;
text-align: center;
}

.full-width {
width: 100%;
}

.item-center-300 {
width: 300px;
margin: 0 auto;
display: block;
}

.item-center-400 {
width: 400px;
margin: 0 auto;
display: block;
}

.statement {
font-size: 1.2em;
font-weight: bold;
line-height: 1.4;
}

.small {
font-size: .9em;
}

