@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

a img {
	border:0px;
	display:inline;
}

img {
	border: 0px;
	display: block;
}

#topNav {
	  width:620px;
      font-size:12px;
      line-height:normal;
	  margin-left:120px;
	  margin-top:0px;
	  padding-top:0px;
	  }
	  
	  #topNav ul {
        margin:0;
        padding:10px 10px 0 0px;
        list-style:none;
		font-size:12px;
      }
    #topNav li {
      display:inline;
      margin-right:5px;
      padding:0;
	  font-size:12px;
      }
    #topNav a {
      float:left;
      background:url("../images/tableftB2.gif") no-repeat left top;
      margin-right:5px;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-size:12px;
      }
    #topNav a span {
      float:left;
      display:block;
      background:url("../images/tabrightB2.gif") no-repeat right top;
      padding:5px 13px 0px 6px;
	  margin-top:0px;
      color:#c6c6c6;
	  font-size:12px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topNav a span {float:none;}
    /* End IE5-Mac hack */
    #topNav a:hover span {
      color:#FFF;
          background-position:100% -42px;
      }
    #topNav a:hover {
      background-position:0% -42px;
      }
    #topNav a:hover span {
      background-position:100% -42px;
          }

        #topNav #current a {
                background-position:0% -42px;
        }
        #topNav #current a span {
                background-position:100% -42px;
        }

#header {
	width: 690px;
	text-align:center;
}

.title{
font-size:16px;
font-weight:bold;}

.text{
font-size:12px;
font-weight:bold;
color:#FFF}

.header{
	font-size:24px;
	font-weight:bold;
	text-align: left;
}

#main {
	background-image:url(../images/HIGHGRADE2_06a.jpg);
	background-repeat:repeat-y;
	width:640px;
	
	color:#bcbcbc;
	padding:30px;
	text-align:left;
}

#main p {
	padding: 0px;
	margin: 0px;
}

#left {
	width:170px;
	height:auto;
	color:#bcbcbc;
	padding-right:10px;
	float:left;
}

#right {
	width:66px;
	height:auto;
	color:#bcbcbc;
	padding-right:10px;
	float:right;
}

#center {
	width:366px;
	height:auto;
	color:#bcbcbc;
	padding-right:10px;
}

h1, h2 {
	color:#bcbcbc;
	font-weight: normal;
}

h1 {
	color: #bcbcbc;
	font-size:500%;
	font-weight: normal;
	margin-top: 0px;
	padding: 10px;
	margin-bottom: 0px;
}

h2 {
	font-size: 300%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}

a:link {
	font-size: 300%;
	color: #bcbcbc;
	text-decoration:none;
}

#footer {
	color: #bcbcbc;
	font-size: 12px;
	clear:both;
	}

#nhbc {
	float:left;
	margin-left: 45px;
}

#w3c {
	float:right;
	margin-right: 45px;
}

