
@media print {

	body {
		font-family:arial,helvetica,sans-serif;
		font-size:100%;
	}

	#leftcol {
		display:none;
	}

	#rightcol {
		display:none;
	}

	#footnote {
		display:none;
	}

	table.grid {
		width:100%;
		border-collapse:collapse;
	}

	table.grid th {
		font-weight:bold;
		text-align:center;
		border:solid 1px #000000;
		padding:0.2em;
	}

	table.grid td {
		background-color:#FFFFFF;
		color:#000000;
		border:solid 1px #000000;
		text-align:center;
		padding:0.2em;
	}

	a img {
		border:none;
	}

	caption {
		display:none;
	}

}

@media handheld {

	body {
		font-family:arial,helvetica,sans-serif;
		font-size:100%;
	}

	#rightcol {
		display:none;
	}

	table.grid {
		width:100%;
		border-collapse:collapse;
	}

	table.grid th {
		font-weight:bold;
		text-align:center;
		border:solid 1px #000000;
		padding:0.2em;
	}

	table.grid td {
		background-color:#FFFFFF;
		color:#000000;
		border:solid 1px #000000;
		text-align:center;
		padding:0.2em;
	}

	a img {
		border:none;
	}

	caption {
		display:none;
	}

}

@media screen {

	body {
		color:#000000;
		background-color:#FFFFFF;
		background:url(../images/footerback.gif);
		margin:0em 0em 3em 0em;
		padding:0em;
		font-family:arial,helvetica,sans-serif;
		font-size:100%;
	}

	a {
		color:#048D56;
		background-color:inherit;
		text-decoration:underline;
	}

	a:hover {
		color:#000000;
		background-color:inherit;
		text-decoration:none;
	}

	#header {
		background:url(../images/header.jpg);
		height:110px;
	}

	.playingcard {
		margin:0px 0px 6px 3px;
	}

	h1 {
		font-size:150%;
		font-weight:bold;
		color:#048D56;
		background-color:inherit;
		margin-top:0em;

	}

	h2 {
		font-size:100%;
		font-weight:bold;
		color:#FFFFFF;
		background-color:#003300;
		padding:0.5em;
	}

	ul {
		list-style-type:square;
	}
		
	hr {
		height:1px;
		color:#048D56;
		background-color:#048D55;
	}

	#mainpic {
		float:left;
		margin-right:30px;
	}

	.cleaner {
		clear:both;
		height:1px;
		line-height:1px;
		font-size:0pt;
		overflow:hidden;
	}

	#date {
		position:absolute;
		top:17px;
		right:20px;
		font-size:100%;
		font-weight:bold;
		color:#FF9B2F;
		background-color:#048D56;
		padding:0.3em;
	}

	#date a {
		color:#FFFFFF;
		background-color:inherit;
		text-decoration:underline;
	}


	#container {
		background:url(../images/bodyback.jpg);
		background-repeat:repeat-y;
		color:inherit;
		background-color:#FFFFFF;
		border-bottom:solid 18px #048D56;
	}

	#leftcol {
		display:inline;
		width:197px;
		float:left;
		padding:0px 0px 0px 0px;
	}

	#leftcol ul {
		list-style-type:none;
		margin:0px 0px 0px 60px;
		padding:0px;
	}

	#leftcol ul li#home {
		width:80px;
		height:76px;
		background:url(../images/home.jpg);
	}

	#leftcol ul li#about {
		width:80px;
		height:76px;
		background:url(../images/about.jpg);
	}

	#leftcol ul li#contact {
		width:80px;
		height:76px;
		background:url(../images/contact.jpg);
	}

	#leftcol ul li#press {
		width:80px;
		height:76px;
		background:url(../images/press.jpg);
	}

	#leftcol ul li#faq {
		width:80px;
		height:76px;
		background:url(../images/faq.jpg);
	}

	#leftcol ul li#playingguide {
		width:80px;
		height:76px;
		background:url(../images/playguide.jpg);
	}

	#leftcol ul li {
		padding:0px;
	}

	#leftcol a {
		display:block;
		width:80px;
		height:76px;
	}

	#leftcol a:hover, #leftcol a.selected {
		background:url(../images/button1.gif);
	}

	#midcol {
		height:1%; /* IE 3px jog bug */
		overflow:visible;
		font-size:85%;
		background-position:top right;
		background-repeat:no-repeat;
		padding:12px 32px 32px 32px;
		margin:0px 0px 0px 197px;
		position:relative;
	}

	#rightcol {
		display:inline; /* IE double margin bug fix */
		width:272px;
		margin:50px 32px 0px 32px;
		padding:0em;
		float:right;
		font-size:75%;
		font-weight:bold;
		text-align:center;
	}

	#rightcol img {
		float:left;
		margin:0em;
	}

	#footnote {
		display:block;
		clear:both;
		margin:0px 0px 0px 197px;
		padding:0px 32px 32px 32px;
		text-align:center;
		font-size:75%;
		font-weight:bold;
		color:#808080;
		background-color:inherit;
	}

	#footnote ul {
		list-style-type:none;
		margin:0em;
		padding:0em;
	}

	#footnote ul li {
		display:inline;
		padding:0em 1em 0em 1em;
		margin:0em;
	}

	#footnote p a {
		color:#808080;
		background-color:inherit;
		text-decoration:underline;
	}

	#quickjump {
		border:solid 1px #C0C0C0;
		color:#FFFFFF;
		background-color:#57AC59;
		padding:0.5em;
		margin:5em 0em 0em 0em;
	}

	#quickjump select {
		font-size:80%;
	}

	table.grid {
		width:90%;
		font-size:100%;
		border:solid 1px #C0C0C0;
	}

	table.grid th {
		color:#FFFFFF;
		background-color:#57AC59;
		font-weight:bold;
		text-align:right;
		border:none;
		padding:0.5em;
		width:20%;
	}

	table.grid td {
		background-color:#57AC59;
		color:#000000;
		border:none;
		padding:0.5em;
	}

	table.grid td.submitrow {
		text-align:center;
	}

	table.grid td.submitrow input {
		cursor:pointer;
	}

	span.quicklink {
		float:left;
		display:block;
		background:url(../images/quicklinksback.gif);
		background-repeat:repeat-x;
		padding:0em 1em 0em 1em;
		margin:0em 0em 1em 0em;
		text-align:center;
		font-weight:bold;
	}

	span.quicklink a img {
		border:solid 1px #C0C0C0;
	}

	span.quicklink a:hover img {
		border:solid 1px #009900;
	}

	span.quicklink a {
		text-decoration:none;
	}

	.textarea {
		width:22em;
		margin-bottom:1px;
		font-family:arial,helvetica,sans-serif;
	}

	.textareamedium {
		width:10em;
		margin-bottom:1px;
		font-family:arial,helvetica,sans-serif;
	}

	.textareasmall {
		width:6em;
		margin-bottom:1px;
		font-family:arial,helvetica,sans-serif;
	}

	.errornote {
		font-size:90%;
		font-weight:bold;
		color:#FF0000;
		background-color:yellow;
	}

	p.error {
		font-size:110%;
		font-weight:bold;
		color:#FF0000;
		background-color:yellow;
		text-align:center;
	}

	a img {
		border:none;
	}

	.novisible {
		display:none;
	}

	caption {
		display:none;
	}

	form {
		margin:0em;
		padding:0em;
	}
}
