		body {
			font: 100% tahoma, arial, helvetica, sans-serif;
			color: black;
			background: #c0c0c0 url("../backgrounds/GrayBackground.jpg");
			margin: 0;
			padding: 0;
		}
		
		#header {
			text-align: center;
			line-height: 60px;
			color: white;
			vertical-align: middle;
			background: #708090;
		}
		
		div.domtab {
			padding: 0;
			width: 700px;
			font-size: 90%;
			margin: 15px auto 0;
			overflow: hidden;
		}
		
		ul.domtabs {
			list-style: none;
			float: left;
			width: 100%;
			margin: 0 auto;				
			padding: 0 12px;
		}

		ul.domtabs li {
			float: left;
			margin: 10px 3px 10px;
			padding: 0 3px;
			width: 155px;
			vertical-align: middle;
			line-height: 2.5em;
		}
		
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover {
			width: 155px;
			padding: 10px 0 10px;
			display: block;
			text-align: center;
			vertical-align: middle;
			background: white;
			color: black;
			font-weight: bold;
			text-decoration: none;
		}
		
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover {
			border: 1px solid white;
			height: auto;
			min-height: 3em;
		}
		
		ul.domtabs a:hover {
			background: #b0c4de;
		}
		
		div.domtab div {
			clear: both;
			width: auto;
			background: #696;
			color: #fff;
			padding: 1em 1em;
		}
		
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover {
			background: #708090;
			color: #fff;
		}
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active {
			color: #fff;
			display: block;
			padding: 1em 0.5em;
			font-weight: bold;
			font-size: 1.3em;
		}

		#navigation {
			position: absolute;
			top: 60px;
			left: -164px;
			width: 164px;
			background: #708090;
		}
		
		#navigation ul {
			top: 60px;
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
			font-size: 0.80em;
			line-height: 20px;
		}
		
		#navigation ul a {
			color: black;
			text-align: center;
			text-decoration: none;
			display: block;
			background: #c0c0c0;
			padding: 0 0.5em;
			margin: 0 1em 0 1em;
			border-bottom: 1px solid white;
			border-left: 1px solid white;
			border-right: 1px solid white;
		}
		
		#navigation a:visited {
			color: black;
		}
		
		#navigation a:hover {
			font-weight: bold;
			color: #708090;
			background: white;
			padding: 0 0.5em;
			margin: 0 1em 0 1em;
		}
		
		#navigation a.nohover, #navigation a.nohover:hover {
			color: black;
			text-decoration: none;
			display: block;
			background-color: #c0c0c0;
			padding: 0 0.5em;
			margin: 0 1em 0 1em;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
		}
		
		#content {
			min-height: 25em;
			padding: 0 20px 20px 20px;
			background: #d0d0d0;
			border: 1px solid white;
		}
		
		ol {
			margin-right: 1em;
		}
		
		ol li {
			margin-bottom: 1em;
		}
		
		ol ol {
			list-style: lower-roman;
			margin-right: 1.5em;
		}
	
		dt {
			margin-left: 1em;
			font-weight: bold;
		}
		
		h1 {
			font-size: 2em;
			font-weight: bold;
			color: white;
			padding: 0;
			margin: 0;
		}
		
		h2 {
			margin-top: 0;
			text-indent: 1.7em;
			font-size: 1.5em;
			color: #708090;
		}
		
		h3 {
			margin: 0.5em auto 1em;
			font-size: 1.25em;
			color: #708090;
			width: 800px;
			border-bottom: 1px solid #708090;
		}
		
		h4 {
			text-indent: 1em;
			font-size: 1.25em;
			color: #708090;
			margin: 1em 0;
			width: 400px;
			border-bottom: 1px solid #708090;
		}
		
		h5 {
			margin: 1em 0 0.25em;
			text-indent: 1em;
			font-size: 1.25em;
			color: #708090;
			width: 400px;
			border-bottom: 1px solid #003366;
		}
		
		.tackhead {
			padding: 15px;
			border: 1px solid white;
			float: right;
			margin: 0 0 1em 2em;
			background: #c0c0c0;
		}

		img {
			padding: 15px;
			border: 1px solid white;
			float: right;
			margin: 1.2em 0 1em 1em;
			background: #cccccc;
		}

		#latestnews, #latestnewswide {
			float: right;
			clear: right;
			color: black;
			background: #cccccc;
			padding: 15px;
			margin: 0.5em 1em 2em 1.5em;
			border: 1px solid #333;
			font-size: 75%;
		}
		
		#latestnews {
			width: 252px;
			height: 260px;
		}

		#latestnewswide {
			width: 336px;
			min-height: 210px;
		}
		
		#latestnews h5, #latestnewswide h5 {
			text-align: center;
			text-indent: 0;
			width: 252px;
			margin: 15px 15px 5px 15px;
			color: white;
			background: #708090;
		}
			
		#latestnews h5 {
			width: 252px;
		}
		
		#latestnewswide h5 {
			width: 336px;
		}
		
		#latestnews p, #latestnewswide p {
			margin: 9px 18px 9px 18px;
		}
		
		#container {
			position: relative;
			width: 1000px;
			margin: auto;
			border-left: 164px solid #708090;
			border-right: 35px solid #708090;
		}
		
		#footer {
			clear: right;
			background: #708090;
			text-align: center;
			font-weight: bold;
			line-height: 2.5;
			vertical-align: middle;
			color: white;
			font-size: 0.9em
		}
		
		table.euchre
			{
			margin: 0 auto 0;
			border-spacing: 0;
			*border-collapse: collapse;
			border: none;
			font-size: 1em;
			}
				
		td.ColA
			{	
			width: 400px;
			vertical-align: top;
			}		

		td.ColB
			{	
			width: 540px;
			vertical-align: top;
			}		

		.judgmentleft {
			width: 400px;
		}
		
		.judgmentright {
			float: right;
			width: 540px;
			margin: 0;
			padding: 0;
		}		
		
		.euchrevideo {
   			display: block;
   			margin: 24px 240px 24px;
   			width: 482px;
 			border: 1px solid white;
			padding: 15px;
			background-color: #cccccc;
	    }
			
		.chapter, .chapter1 {
			color: #708090;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#footer p {
			margin: 0;
		}
