* {margin:0; padding:0; border:1px;}

body
{
	background: #fff;
	color: #555;
	font: 0.8em Arial, sans-serif;
	overflow: hidden;
}

input {
	border: 1px solid #998;
}

select {
	border: 1px solid #998;
}

p {
	margin-left: 20px;
}

#container
{
	margin: 10px auto;
	width: 100%;
}

#main {
	margin-top : 20px;
	margin-left: 220px;
	background-color: transparent;
}

#topics
{
	margin-top: 10px;
}

h2
{
	font-size: 1.3em;
	margin-top: 10px;
	font-weight: bold;
}

h3
{
	font-size: 1.1em;
	margin-top: 10px;
	font-weight: bold;
}

#toptable{
	width: 100%;
}

#toptable h1 {
	font-size: 15px;
	text-align: left;
}

#topinfo
{
	width: 100%;
	text-align: right;
	font: 10px Arial, sans-serif;
	margin:0;
	padding:0;
}

#topinfo a
{
      margin:0;
      padding:0 10px 0 0;
      text-decoration: underline;
}

#topleft{
	width: 33%;
	text-align: left;
	white-space:nowrap;
}

#topcenter{
	width: 33%;
	text-align: left;
	white-space:nowrap;
}

#topright{
	width: 33%;
	text-align: right;
	font: 12px Arial, sans-serif;
	white-space:nowrap;
}
	
#searchArea
{
	color: #443;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

.fontred
{
	color: red;	
	font-weight: bold;
}

#footer
{
	clear: both;
	color: #443;
	border-top: 1px dashed #998;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
}

#footer a
{
	color: #443;
}

/*tab menu */
    #tabs10 {
      float:left;
      width:100%;
      font-size:93%;
          border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:0px 10px 0 50px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      cursor: pointer;
      float:left;
      background:url("/img/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("/img/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;
      }

#menu3 {
		float: left;
		font-weight: bold;
        width: 180px;
        margin: 0 10px 20px 10px;
        border-style: solid solid none solid;
        border-color: #BCD2E6;
        border-size: 1px;
        border-width: 1px;
        }
        
#menu3 h4
{
	background: #D5DFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding:5px;
}

#menu3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
        
#menu3 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: #8BADCF;
        display: block;
        background:  url(/img/menu3.gif);
        padding: 8px 0 0 10px;
        }

#menu3 li a:hover, #menu3 li #current {
        color: #627EB7;
        background:  url(/img/menu3.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }