/* Base Settings */

html, body {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: small; /*for IE/Win 5.5*/
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small; /* for compliant browsers */
line-height: 1.7em;
color: #373737;
}

html>body {
font-size: x-small; /* be nice to Opera */
}

body {
margin: 0; 
padding: 0; 
background: #fff;
}

img {
border: none;
}

a {
color: #990000;
}

em, i {
font-family:Georgia, "Times New Roman", Times, serif; 
}

h1, h2, h3, h4, h5, h6 {
margin: 0;
}

h1 {
font-size: 250%;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.2em;
color: #333;
font-weight: normal;
letter-spacing: -0.1em;
margin-bottom: -0.3em;
}

h3 {
font-size: 150%;
font-family: Arial, Helvetica, sans-serif;
margin-top: 10px;
margin-bottom: -0.5em;
}

h4 {
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 135%;
color: #d78011;
}

h4.parahead {
margin-top: 1.5em;
margin-bottom: -0.8em;
}

h5 {
margin-top: 10px;
margin-bottom: -1.2em;
font-size: 100%;
color: #990000;
}

/* Layout */

#page {
font-size: 115%;
height: 100%;
width: 600px;
margin: auto;
/*background: url(../images/background_main.jpg) repeat-y;*/
}

#container {
margin: 0;
background: #fff;
/*background: url(../images/background_gradient.jpg) no-repeat;*/
}

#nameplate, #logo, #resources, #horiznav, #sub, #tier2, #sublinks, #sponsors {
display: none;}


#footer {
text-align: center;
}

#footerbody {
}

#footer img {
display: none;
}

#footer a {
color: #888;
text-decoration: none;
}

#footer a:hover {
color: #eee;
text-decoration: underline;
}

