/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
  }
  
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
	width: 800px;
	margin: 0 auto;
	/*background-image:url(../assets/fong.gif);*/
	
	
  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
  margin: 15px 0 0;
  }
 #navigation {
 	
	background-position:center;
	height:32px;
	border-top:#666666;
	border-top-color:#373737;
	}
	 
/* maincontent width is 1px smaller to account for left border */
#maincontent {
	background-image:url(../assets/mainbkg.gif);
	width: 800px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*background-color: #F6F662;*/
  }

	

/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
  margin: 0 25px 0 40px;
  padding: 5px 0;
  line-height:1.4;
  color:#000000;
  }

/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
  margin: 0 0 15px 15px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #373737;
  }
#maincontent h1 {
  font-size: 165%;
  color:#373737;
  }
#maincontent h2 {
  font-size: 135%;
  }
 #maincontent h3 {
 margin: 0 25px 0 40px;
 color:#FF0000;
 }
 #maincontent h5 {
 margin: 0 25px 0 40px;
 font-size: 90%;
 }
 #maincontent h6 {
 font-size: 80%;
 text-align:right;
 }
 #maincontent ol {
 margin:0  25px 0 40px;
 }
#footer {
  background: url(../images/footer.jpg);  
  width: 800px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 75%;
  }
#footer p {
  margin: 0;
  padding: 10px 15px 0 25px;
  clear:both;
}
#maincontent form {
	margin:0;
	padding:0;	
}


#maincontent td, th{
padding:4px;
}
#maincontent table {
background-image:url(../assets/metalBk.gif);
border: 4px;
border:outset;
border-color:#000;
background-color:#CCCCCC;
border-collapse:collapse;
padding: 10px 15px 0 25px;

}

th {
	background:#FFFFFF url(../assets/tableTh.gif) repeat-x;
	font-variant:small-caps;
	text-align:left;
	border-bottom: 1px solid #000000;
border-bottom-color:#666666;
}
#maincontent h1.warning {
  color:#FF0000;
  }
.warning {
  color:#FF0000;
  }

.help {
	color: #990033;
	text-align: right;
	cursor:help;
	}

