/* CSS Document */

body   {
background:#666666;
}

#mainbox    {
width:700px;
background: #fff;
margin:auto;
}

#header   {
height:100px;
background:url(top.jpg);
}

#header  h1  {
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:220%;
color:#fff;
text-align:left;
margin-left:28px;
margin-right:20px;
padding-top:1em;
}

#header  a  {
color:#fff;
text-align:right;
margin-left:20px;
margin-right:20px;
padding-top:1em;
text-decoration:none;
}

/*  SIDE BAR PROPERTIES  */

#sidebar  {
width:202px;
float:right;
padding-left:0px;
padding-right:0px;
margin-top:0px;
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:75%;
background:url(side.jpg) no-repeat;
/*border-left:1px dotted #52A5F2;*/
}

#sidebar  b  {
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:105%;
color:#333399;
text-decoration:none;
}

#sidebar a   {
color:#989898;
text-decoration:none;
}

#sidebar a:hover  {
text-decoration:underline;
color:#333399;
}

/*    MAIN CONTENT PROPERTIES   */

#contentbox   {
float:left;
text-align:left;
width:60%;
font-size:90%;
font-family:Verdana, times new roman, helvetica, arial, sans-serif;
padding-left:40px;
padding-bottom:50px;
line-height:1.1em;
}

#contentbox h2  {
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:140%;
color:#333399;
}

#contentbox h3  {
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:100%;
color:#999999;
}

#contentbox a  {
color:#3333ff;
text-decoration:none;
}

#contentbox a:hover  {
color:#989898;
text-decoration:underline;
}

#contentbox b  {
color:#3333ff;
font-weight: normal;
text-decoration:none;
}

#footer
{
height: 20px;
background: url(footer.gif);
margin: auto;
text-align: center;
font-family: Trebuchet MS, times new roman, helvetica, arial, sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 75%;
}

#footer   a  {
text-decoration:none;
color:#ffffff;
}

#footer   a:hover  {
text-decoration:underline;
}
