/*************************************************/
/*************  MAIN PAGE STRUCTURE **************/
/*************************************************/

html body{
	margin: 0px; padding: 0px; border:0;
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; color: #333;
	background-color:#BDB7A9;   /* home page */
	/* \*/
  	height:100%; /* height declaration hidden from Mac IE 5.x */
  	min-width:940px; /*** This is needed for moz. Otherwise, the header and footer will
	slide off the left side of the page if the screen width is narrower than the design. ***/
	}
	
#wrapper	{	
	margin: 0 auto;
	width: 940px;
	background: url("../images/bkg.jpg") repeat 0 0;
	}

#mainTable	{	
	position:relative;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	}
	
#copyTable	{	
	margin-left:2px;
	margin-right:2px;
	background-color:#8c8c8c;
	}
	
#navbar	{	
	background-color:#3C351A;
	width:900px;
	height:40px;
	border-bottom:2px solid #fff;
	z-index:1;
	}
	
#starsTable	{	
	margin-left:2px;
	background-color:#fff;
	width:656px;
	}
	
#leftSide	{	
	background: url(../images/bar_left.gif) repeat-y;
	}
	
#headbar	{	/* this ID is used for the page navbar placement */
	background-color:#3C351A;
	width:900px;
	height:40px;
	border-bottom:2px solid #fff;
	z-index:1;
	}
	
#footbar	{	/* this ID is used for the page navbar placement */
	background-color:#3C351A;
	width:900px;
	height:40px;
	border-top:2px solid #fff;
	z-index:1;
	}
	
#footer {	
	width: 900px;
	position: relative;
	margin-top: 20px;
	text-align: center;
	}	
	
/*************************************************/
/**************  ALL FONT SECTION  ***************/
/*************************************************/

h1, h2, h3, h4, h5, h6, table, th, td, li, dd{
	margin:  0;
	voice-family: "\"}\"";			/* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	line-height:  1.2em;
}
h1 {
	font-weight: bold;
	font-size: large;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: x-large;			  /* correct value for newer browsers */
}
h2 {
	font-weight: normal;
	margin-bottom:  0;  
	font-size: medium;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: large;			  /* correct value for newer browsers */
}
h3{ 
	font-weight: bold;
	font-size: small;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: medium;			  /* correct value for newer browsers */
}
h4 { 
	font-weight: normal; 
	font-size: x-small;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: small;			  /* correct value for newer browsers */
	margin-bottom: 0;
}
h5, h6	{
	font-weight: normal; 
	font-size: xx-small;			      /* IE 5.x size value */
	voice-family: "\"}\"";		     /* IE 5.x parse workaround */
	voice-family: inherit;		/* recover from the hack */
	font-size: x-small;			  /* correct value for newer browsers */
	margin-bottom: 0;
}

.highlight {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 22px; color: #fff; font-weight: bold;
	border-bottom: 1px solid #333;
	}
	
.highlightNO {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 22px; color: #fff; font-weight: bold;
	}
	
.highlightMED {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 16px; color: #fff; font-weight: bold;
	}
	
.adtitle {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; color: #fff; font-weight: bold; 
	}
	
.adtext {
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; color: #fff;
	}

/*************************************************/
/***************** LINKS & LISTS *****************/
/*************************************************/

a {text-decoration: underline}
a img {border: none}
a:link, a:visited {color:#fff}
html body a:hover {background-color: #CCC}

ul{
 list-style-type: square;}
ul ul{
 list-style-type: disc;}
ul ul ul{
 list-style-type: none;}
	
