/* Side-wide styles*/

body
{
   margin:15px;
   background-color:#fff;
   color:#000;
   font-family:Verdana, Georgia, "Trebuchet MS", "Lucida Grande", Lucida, Arial, Sans-Serif;
   font-size:12px;
   font-weight:normal;
   line-height:1.7;
}

p, div, table, tr, td, ul, ol, a
{
   color:#000;
   font-family:Verdana, Georgia, "Trebuchet MS", "Lucida Grande", Lucida, Arial, Sans-Serif;
   font-size:12px;
   font-weight:normal;
   line-height:1.7;   
}

body#body
{
   margin:0;
   margin-top:20px;
   margin-bottom:20px;
   background-color:#b2afaf;
   text-align:center;
}

h1
{
   font-family:"Trebuchet MS", Verdana, Georgia, "Lucida Grande", Lucida, Arial, Sans-Serif;   
   font-size:20px;
   font-weight:normal;
   line-height:1.3;
   color:#000;
   margin:0;
   margin-bottom:15px;
}

h2
{
   font-family:Verdana, "Trebuchet MS", Georgia, "Lucida Grande", Lucida, Arial, Sans-Serif;  
   font-size:14px;
   font-weight:bold;
   color:#333;
   line-height:1.3;
   margin-top:0;
}

ol.alpha{ list-style-type: upper-alpha; }

ul.multiple-lines li { padding-bottom:10px; }

ul.multiple-lines li.last{ padding-bottom:0; }

/* Layout styles*/

#wrapper
{
   width:780px;
   margin:0 auto;
   text-align:left;
}

#main-container
{
   border:5px solid #98002d;
   background-color:#fff;
   height:1%;
   overflow:hidden;
}

#side-container
{
   float:left;
   width:220px;
}

#side { padding:20px 15px 20px 15px; }

#logo
{
   padding:0;
   margin:0;
   width:190px;
   height:144px;
}

#logo img { border:none; }

#content-container
{
   float:left;
   width:550px;
}

#content { padding:20px 35px 20px 20px; }

#header { padding:20px 35px 5px 20px; }

#footer
{
   clear:both;
   padding:8px;
   padding-left:237px;
   font-size:11px;
   background-color:#f4f4f4;
   border-top:1px solid #dbdbdb;
}

#footer a { font-size:11px; }

#menu 
{ 
   margin-top:20px;
   width:190px;
   background-color:#dbdbdb;
}

#menu ul
{
   list-style:none;
   margin:0;
   padding:0;
   border:1px solid #cbc1c1;
}

#menu li a
{
   display:block;
   padding:7px 20px 7px 20px;
   border-bottom:1px solid #827f7f;
   border-top:1px solid #fbf4f4;
   background-color:#dbdbdb;
   color:#3e3c3c;
   text-decoration:none;
   width:148px;
}

html>body #menu li a { width: auto; }

#menu li a:hover
{
   background-color:#828080;
   color:#ffffff;
}

/* Other styles */

form{ margin:0; }

img { border:0; }

a:link
{
   color:#98002d;
   font-weight:bold;
   text-decoration:none;
}

a:visited
{
   color:#c50c43;
   font-weight:bold;
   text-decoration:none;
}

a:hover{ color:#c50c43; }

.submitbutton
{
   font-family:Verdana, Georgia, "Trebuchet MS", "Lucida Grande", Lucida, Arial, Sans-Serif;
   font-weight:bold;
   font-size:12px;
   color:#ffffff;
   border-top:1px solid #cccccc;
   border-left:1px solid #cccccc;
   border-right:1px solid #000000;
   border-bottom:1px solid #000000;
   background-color:#0b2e5f;
   padding:5px;
}
