html, img, body, td, th, tr, div,  span,  applet,  object,  iframe,  h1,  h2,  h3,  h4,  h5,  h6  { 
	margin:  0; 
	padding:  0; 
	border:  0; 
	outline:  0; 
	font-size:  100%; 
} 

body,td,th {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-color: #999999;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #cc0000;
}
h2 {
	font-family: Tahoma;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma;
}
h4 {
	font-size: 18px;
	color: #CC0000;
	text-transform: capitalize;
	font-family: Tahoma;
	text-align: center;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	border: none;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
#contentarea{
	margin:0px auto;
	margin-top: 0px;
	width:745px;
	}
#footer{
	background-image:   url(../images/footr-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 75px;
	padding:0px;
	margin:0px;
	text-align: center;
}

#footercontent{
	margin:0px auto;
	height:75px;
	width:845px;
	background-image:   url(../images/footr.png);
	background-position: 0px;
	font-weight: bold;
	color: #666666;
	}
.bonusbox{
	background-image: url(../images/gradient3.png);
	background:#eeeeee;
	border:1px solid #cccccc;
	color:#000;
	margin: 10px 45px 50px 0px;
	padding:5px 5px 20px 5px;
	width:85%;
	float: right;
}
/* styles for tabbed navigation */
#navcontainer {
	background: #ffffff;
	padding: 1px;
	width: 90%;
	margin: 0px auto;
}
#navlist {
	padding: 3px 0;
	margin-left: 0;
	font: bold 11px "Tahoma",helvetica,sans-serif;
	text-align:center;
	border-bottom: 1px solid #cccccc;
}
#navlist li { 
	list-style: none; 
	margin: 0; 
	display: inline; 
}
#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #eee;
	text-decoration: none;
	background-image: url(../images/gradient2.png);
}
#navlist li a:link {
	color: #0000FF;
}
#navlist li a:visited {
	color: #151563;
}
#navlist li a:hover {
	color: #FFCC00;
	background: #2b2bb4;
	border-color: #151563;
}
#navlist li a#current { 
	background: white; 
	border-bottom: 1px solid white; 
}
#navlist li a:hover#current {
	background: white;
	border-bottom: 1px solid white;
	color:#2b2bb4;
}
/* end styles for tabbed navigation */
#disclaimer {
	background: #ffffff;
	padding: 1px;
	width: 90%;
	margin: 0px auto;
	color: #999999;
	font-size: 10px;
}
