
body
{
    background: #b4cfec url('/images/VistaBackground.jpg') no-repeat fixed center;
    font-family: Verdana;
    color: #222222;
    font-size: .8em;
    margin: 0;
    padding: 0;
}

.stipple 
{
    background: #ffffff url('/images/stipple.jpg') repeat-y fixed center;
    border: solid 1px #222;
}

h1
{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0;
}

h2
{
    font-size: 0.9em;
    font-weight: bolder;
}

h3
{
    font-size: 0.8em;
    font-weight: bold;
}

#content
{
    width: 80%;
    padding-left: 10%;   
}

#header
{
   width: 100%;
}

#header h2 a, #header h2 a:link, #header h2 a:visited, #header h2 a:hover, #header h2 a:active
{
    color: #ffffff;
}

#desc
{
    background-color: #ffffff;
    margin: 0 5px;
    padding: 0 10px;
    text-align: left;
    line-height: 1.5em;
}

#callout
{
    background-color: #ffffff;
    margin: 5px;
    padding: 0 10px;
    text-align: left;
    line-height: 1.5em;
    color: #222222;
}

#form
{
    background-color: #ffffff;
    margin: 5px;
    padding: 0 10px;
    text-align: left;
    line-height: 1.5em;   
}

#recent
{
    margin: 0 5px;
    padding: 5px;
    text-align: left;
    line-height: 1.5em;
}

#desc li
{
    font-size: 0.8em;
}

.error 
{
    color: #ff0000;
}

#footer
{
   border-top: solid 1px #444444; 
   margin-top: 0;
   font-size: .9em;
   width: 100%;
   text-align: left;
   color: #444444;
}

#footerlinks
{
    float:right; 
    padding: 10px; 
    width: 22%;
    text-align: right;
}

#footerabout 
{
    float:left; 
    padding: 10px; 
    width: 70%;
}

#footerabout i 
{
    margin: 5px 10px 5px 10px;
    display: block;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
    color: #444444;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footerabout a:link, #footerabout a:visited, #footerabout a:hover, #footerabout a:active
{
    color: #444444;
    text-decoration: underline;
}

/* Fieldsets */

fieldset{
  border:1px solid #222;
  padding:0 15px 15px 15px;
  margin-bottom:0;
}

legend{
  margin-left:-5px;
  padding-left:5px;
  color:#000;
  padding-bottom:10px;
  padding-top:10px;
}

.socialbookmarkscontainer { float: right; width: 140px; margin-top: 5px;}