@charset "utf-8";
/* CSS Document */
html {
margin:0px;
padding:0px;
}
body {
margin-top:0px;
text-align:center;
background-image:url(images/comp010.jpg);
}
#container {
margin:0 auto;
width:776px;
}
#header {
margin-top:10px;
}
#menu {
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: block;
}

#maintext {
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:776px;
}
#footer {
margin-top:10px;
text-align:center;
}
/* sets image spacing from text for left aligned image */
img.ileft {
margin-right:10px;
margin-bottom:5px;
}
/* sets image spacing from text for right aligned image */
img.iright {
margin-left:10px;
margin-bottom:5px;
}
#bottom {
font-size:10px;
}
a {
text-decoration:none;
color:#990066;
}
a:hover {
text-decoration:none;
color:#0099FF;
}
h1 {
color:#000099;
text-align:center;
}
/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
	  margin-top:15px;
	  margin-bottom:15px;
      font-size:93%;
          border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }
.roundbox-tr { width:80%; margin:auto; padding:0; background:url("images/roundbox_tr.gif") no-repeat right top; }
.roundbox-tl { margin:0; padding:0; background: url("images/roundbox_tl.gif") no-repeat left top; }
.roundbox-br { margin:0; padding:0; background: url("images/roundbox_br.gif") no-repeat right bottom; }
.roundbox-bl { margin:0; padding:0; background: url("images/roundbox_bl.gif") no-repeat left bottom; }
.roundbox-content { margin:0; padding:2.5em 3.5em; line-height:1.6em;}
.roundbox-menu { margin:0; padding:2.0em 2.0em; font-size: 18px; font-weight: bold;}
.roundbox-menu ul {
list-style: none;
margin: 0;
margin-top:-15px;
}
.roundbox-menu li {
float: left;
}
.roundbox-menu a {
display: block;
text-decoration: none;
color: #FAEFDB;
padding: 0 10px;
line-height: 25px;
}
.roundbox-menu a:hover {
color: #FAEFDB;
}
/* nav 1-level dropdowns */
.roundbox-menu li ul { 
display: none; 
margin-left:-30px;
}
.roundbox-menu ul li a {
display: block;
text-decoration: none;
color:#990;
margin-left: 20px;
white-space: nowrap;
}
.roundbox-menu ul li a:hover { 
background-color:#690; 
}
.roundbox-menu li:hover ul {
display: block;
position: absolute;
top:190px;
}
.roundbox-menu li:hover li {
float: none;
font-size: 12px;
}
.roundbox-menu li:hover a { 
background-color:#060; 
}
.roundbox-menu li:hover li a:hover { 
background-color:#690;
}
.roundbox-header { margin:0; padding:1.0em 2.0em; }
.roundbox-footer { margin:0; padding:1.5em 2.0em; }
.roundbox-content p, dd { text-align:left;}	
.roundbox-content dt { margin-top:10px;}	

