/* CSS Document */

body   {
background:#52A5F2;

}


#mainbox    {


width:680px;
background: #fff;
margin:auto;
}

#header   {
height:100px;
background:url(header.gif);
}

#header  h1  {
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:200%;
color:#fff;
text-align:left;
margin-left:20px;
padding-top:1em;
}






/*  SIDE BAR PROPERTIES  */

#sidebar  {

width:14%;

padding-left:17px;
margin-top:65px;

font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:85%;
border-right:1px dotted #52A5F2;

}

#sidebar  b  {
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:105%;
color:#3879ff;
text-decoration:none;
}

#sidebar a   {
color:#989898;
text-decoration:none;
}

#sidebar a:hover  {
text-decoration:underline;
color:#33cc33;
}


/*  TOP NAVIGATION PROPERTIES  */



#nav-menu ul
{
list-style: none;
margin-left:20px;
padding-bottom:10px;

}

#nav-menu li
{
float: left;
border-bottom:4px solid #3879ff;
padding-top: 10px;

text-align: center;


}



#nav-menu li a
{


font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:93%;
height: 25px;
line-height: 1.5em;
float: left;
width: 5em;
border-left:1px solid #687A9e;

display:block;
color: #383838;
text-decoration: none;
text-align: center;
}
/*   ROLLOVER PROPERTIES  */

#nav-menu li a:hover
{
border-left:none;


color:#3879ff;
}

#nav-menu li a:active
{
background:#395EA8;
color:#fff;
}


/*    MAIN CONTENT PROPERTIES   */

#contentbox   {

float:right;
text-align:left;
width:60%;
font-size:90%;
font-family:Verdana, times new roman, helvetica, arial, sans-serif;
padding-right:120px;

padding-bottom:50px;
line-height:1.1em;


}

#contentbox h2  {
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
font-size:140%;
color:#3879ff;
}

#contentbox h3  {
font-family:times, helvetica, arial, sans-serif;
letter-spacing:0.4em;
font-size:100%;
color:#33cc33;
}


#contentbox a  {
color:#3879ff;
text-decoration:none;
}

#contentbox a:hover  {
color:#33cc33;
text-decoration:underline;
}


#footer  {
width:400px;
margin:auto;
text-align:center;
font-family:Trebuchet MS, times new roman, helvetica, arial, sans-serif;
color:#383838;
padding-top:5px;
text-decoration:none;
font-size:90%;
border-top:1px dotted #383838;
}

#footer   a  {
text-decoration:none;
color:#383838;

}

#footer   a:hover  {
text-decoration:underline;


}

/* Commence hack IE5-Mac \*/
#nav-menu li a
{
float: none
}



/* End IE5-Mac hack */

