html
{
min-width: 100px;
}

body
{
background: #fff;
margin-top: 0;
}

#wrapper
{
width: 1000px; /* or a percentage, or whatever */
margin: 0 auto; /* for the rest */
padding-left: 2px;
background: #fff;
border: 0;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
font-family: "Trebuchet MS", Verdana, Aria, sans-serif;
font-size: 10px;
color: #3A3A3A;
line-height: 150%;
}

div#header
{
float: left;
padding: 1em;
}

div#notice
{
margin: 10px 0 0 0;
padding: 1em 0 1em 1em;
width: 98%;
background: #00CC00;
}

div#notice h1
{
line-height: 125%;
color: #FFF;
font-size: 1.75em;
}

div#notice p
{
color: #FFF;
font-size: 1.25em;
}

div#notice li
{
color: #FFF;
font-size: 1.25em;
}

div#notice a:link, div#notice a:visited
{
font-size: 1em;
color: #FFF;
text-decoration: underline;
}
 
div#notice a:hover, div#notice a:active
{
text-decoration: underline;
}

div#leftnav
{
clear: left;
float: left;
width: 201px;
margin: 0;
padding-top: 1em;
padding-left: 1em;
background: #fff;
}

div#leftnav p
{
font-size: 1.2em;
}

div#leftnav a:link, div#leftnav a:visited
{
font-size: 1.2em;
color: #b30938;
text-decoration: none;
}

div#leftnav a:hover, div#leftnav a:active
{
background: #F0F0F0;
}

div#leftnav select
{
width: 17em;
font-size: 8pt;
}

div#content
{
float: left;
width: 753px;
padding: 0;
padding-top: 2em;
padding-right: 1em;
padding-bottom: 1em;
padding-left: 2em;
margin: 0;
background: #fff;
}

div#content blockquote {
font-size: 11px;
line-height: 200%;
}

div#eventadmin
{
float: left;
width: 750px;
padding: 0;
padding-top: 2em;
padding-right: 1em;
padding-bottom: 1em;
padding-left: 2em;
margin: 0;
background: #fff;
}

div#content h1
{
margin: 0 0 1em 0;
font-size: 3em;  
}
 
div#content h2
{
margin: 0 0 1.5em 1em;
font-size: 2em;
font-weight: normal;
}

div#content h3
{
margin: 0;
margin-bottom: 1.5em;
font-size: 1.75em;
font-weight: normal;
line-height: 150%;
max-width: 35em;
}

div#content h4
{
margin: 1em 0 1em 0;
font-size: 1.5em;
font-weight: heavy;
text-decoration: none;
}

div#content h5
{
margin: 0;  
margin-bottom: .5em;
font-size: 1.3em;
font-weight: heavy;
line-height: 175%;
}

div#content p
{
margin: 0;
margin-bottom: 1em;
font-size: 1.2em;
text-align: left;
line-height: 175%;
}

div#content p.surveyp
{
margin: 0;
margin-bottom: 1em;
font-size: 1.2em;
text-align: justify;
line-height: 175%;
background: #F3F3F3;
}

div#content input.surveyindent
{
margin: 0;
margin-left: 1em;
}

div#content a:link, div#content a:visited
{
font-size: 1em;
color: #b30938;
text-decoration: none;
background-color: #F0F0F0;
}

div#content a:hover, div#content a:active
{
text-decoration: underline;
}

div#content li
{
font-size: 1.2em;
line-height: 150%;
margin-bottom: 1em;
}

div#content li ul
{
font-size: 1em;
font-weight: normal;
line-height: 150%;
}

div#content img.newsright
{
text-align: right;
padding: .5em;
margin-bottom: 1em;
margin-left: 2em;
border: 1px solid #333;
}

div#content img.newsleft
{
text-align: left;
padding: .5em;
margin-bottom: 2em;
margin-right: 2em;
border: 1px solid #333;
}

div#content td {
font-size: 1.2em;
}

div#embed {
float: left;
width: 100%;
padding: .5em;
margin-top: 2em;
background: #F0F0F0;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}

div#headings {
float: right;
width: 40%;
}

div#mediaembed {
float: right;
padding: .5em;
margin-bottom: 2em;
margin-right: 2em;
margin-left: 2em;
border: 1px solid #999;
}

#footer
{
clear: both;
width: 768px;
margin: 0;
padding-left: 1em;
background: #fff;
}

#footer p 
{
color: #333;
font-size: .9em;
}

div#survey {
float: left;
width: 768px;
margin: 0;
padding-left: 1em;
background: #fff;
}

div#survey p
{
margin: 0;
margin-bottom: 1em;
font-size: 1.3em;
text-align: justify;
line-height: 175%;  
}

div#survey blockquote {
font-size: 1.3em;
line-height: 200%;
}

