html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-image: url('../images/sbox.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
.hidden {
	display: none;
}
#container { 
	position: relative;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left
}
#ad-box {
		height: 0px;
		width: 800px;
		padding-left: 0px;
		margin-top: 0px;
}
#content-base {
	width: 800px;
	background-color: #CCCC00;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}

/* Main Navigation */

#main-nav { 
			height: 30px;
			width:760px;
			background-color: #CCCC00;
			text-align: right; /*set to left, center, or right to align the menu as desired*/
			margin: 0px;
			font-family: Gill Sans MT;
  		  	font-size:13px;
		   	font-weight:bold
}
#main-nav dl { margin: 0; padding: 0;}
/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 0; padding-right:0; padding-top: 5px; padding-bottom: 5px; } 
/*/ 
#main-nav { padding-left: 0px; 0;overflow: hidden; } 
/* End Hack */

#main-nav li {
    list-style:none;
    display:inline;
}
#main-nav a {
    color:#800080;
    text-decoration:none;
    background-color: #CCCC00;
	text-decoration: none;
	padding-left:10px; padding-right:10px; padding-top:7px; padding-bottom:7px;
	margin-left: 0; margin-right
}
#main-nav a:hover { 
    background-color: #669900;
    color:#ffffff;
    margin:0;
}
#main-nav li.selected a, #main-nav li.selected a:hover{ 
	background-color: #CCCC00;
    margin: 0;
	color:#FFFFFF;
}
#pictures {
	height: 115px;
	width: 760px;
	margin-bottom: 15px;
	background-image:url('../images/banner.png');
}
#pictures h1 {
	text-align: left;
	margin-left: 40px;
	margin-top: 110px;
	font-size: 22pt;
	font-family: Tw Cen MT;
}

#table p{ 
  	border: 0; 
	padding-left: 0px;
	padding-right: 0px;
	font-size: 9pt;
	color: white;
	text-align:left;
} 
td  { 
 	border-bottom:0px; 
	font-family: arial; 
  	font-size: 9pt;
	color: black;
} 
.fail { 
  color:#FFFFFF; 
} 
#table h2 {
	margin: 0;
	padding: 0px;
}
#table ul li {
	margin: 0;
	padding-left: 0px;
	font-size: 9pt;
	color: black;
	text-align:center;
}
#footer  {
	height: 10px;
	background-color: #CCCC00;
}
#bottom-tab{
	padding: 3px 0px;
	margin-left: 0;
	font:  10pt Tahoma;
	border-bottom: 1px solid #999966;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	background-color: #CCCC00;
}
#bottom-tab li{
	display: inline;
	margin-top: 0px;
}
#bottom-tab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #999966;
	border-bottom: none;
	background-color: #CCCC00;
	color: #000000;
}
#bottom-tab li a:hover{
	background-color: #CCCC00;
	color: #800080;
}
#bottom-tab li a:active{
	color: black;
}
#bottom-tab li.selected a, #bottom-tab li.selected a:hover{ /*selected tab effect*/
	background-color:#CCCC00;
	position: relative;
	top: 1px;
	padding-top: 4px;
	color: #800080;
}
#links {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: gray;
	background-color: #CCCC00;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	text-decoration: none;
}
#links a {
	color: #666666;
	text-decoration: none;
}
#links a:hover {
	color: #800080;
}
#links #altnav {
	width: 760px;
	text-align: center;
}