﻿body 
{
   font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
   font-size: small;
   text-align: center;
   margin: 0px;
}

#content
{
   width: 850px;
   margin-top: 5px;
   margin-left: auto; 
   margin-right: auto;
   text-align: left;
}

#head
{
   width: 100%; 
}

#head div.border
{
   border: solid 1px #eee;
   width: 100%;  
   height: 65px;
   padding: 5px;
}

#head div.inner
{
   width: 100%;
   height: 62px;
}

#head .logo
{
   padding-right: 10px;
   padding-top: 18px;
   float: right;
}

#body
{
   width: 100%;
   margin-top: 15px;
}

#body div.left
{
   float: left;
   width: 370px;
}

#body div.right
{
   float: right;
   width: 480px;
}

#body ul
{
   margin-left: 15px;
   margin-bottom: 10px;
}

#body li
{
   list-style: square url(images/bullet.gif); 
   padding-left: 7px;
   padding-bottom: 15px;
   font-size: 90%;
   font-weight: bold;
}

#body div.box
{
   border: solid 1px #ccc;
   padding: 5px;
   margin-top: 10px;
   width: 100%
}

#body div.box div
{ 
   height: 100%; 
   padding: 5px;
}

#footer
{
   text-align: center;  
   padding-top: 25px;
   clear:both;
}

#footer a
{
   font-weight: bold;
   padding-right: 15px;
   padding-left: 15px;
   text-decoration: none;
}

#footer a:hover
{
   text-decoration: underline;
}

h1
{
   font-size: 140%;
   margin:0px;
   margin-bottom: 10px;
}

p
{
   font-size: 90%;  
}

.boldLabel
{
   font-weight: bold;  
}

input
{
   font-size: 90%;  
}

.error
{
   font-weight: bold;  
}
