/*css used for public facing website */
#container
{
width: 100%;
margin: 10px auto;
background-color: #f5f5f5;
background-image: url(/images/logowatermark.jpg);
color: #333;
border: 2px solid gray;
line-height: 180%;
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 13px;
}

#top
{
margin: 5px;
padding: .5em;
border-bottom: 1px solid gray;
font-weight:bold;
}

#top h1
{
padding: 0;
margin: 0;
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 13px;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 13px;
font-weight:bold;
}

#content
{
margin-right: 200px;
border-right: 1px solid gray;
padding: 1em;
max-width: 36em;
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 13px;
}

#content2
{
padding: 1em;
max-width: 36em;
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 13px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 13px;
}

#text
{
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 15px;
}

#text2
{
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 12.5px;
}

#text3
{
text-align: center;
font-family: Comic Sans, Comic Sans MS, cursive; font-size: 20px;
}

#rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
