html,body {
		margin:0;
		padding:0;
	}
body {
	/* calibri is the vista replacement for arial */
		font-family: calibri,arial,sans-serif;
		text-align:center;
	}
p {
	 
}
a {
	color: #5555ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #932c2d;
	text-decoration: underline;
	font-weight: bold;
}
h1,h2,h3 { padding-left: 0; }
h2 a { color: black; }
h2 a:hover { color: black; text-decoration: none; }
h1 {
	color: #2222ff;
	padding-top: 0.5em;
}
div#header {
	padding-left: 10px;
	background-color: white;
	border-bottom: 6px solid #111188;
	padding-left: 0px;
	padding-bottom: 0px;
}

#logo {
	float: right;
	margin-bottom: 12px;
	background-color: white;
}
div#header h1 {
	height: 80px;
	line-height: 80px;
	margin: 0;
	background: #EEE;
	color: #79B30B;
}
div#container {
	background-image: url("../images/skc-bk.png");
	background-repeat: repeat-y;
	background-position: 0 220px ;
	text-align: left;
	width: 775px;
	margin: 60px auto;
}
div#content {
	float: left;
	width: 575px;
	margin-bottom: 1.5em;
}
div#content p {
	padding-right: 3em;
}

div#content dl { display: compact; }
div#content dd { display: compact;  padding-right: 1em; }
div#content dt {
	display: compact;
	font-style: italic;
	font-weight: bold;
}
div#content ol {
	list-style-type: lower-alpha;
}

div#footer { 
	background: #5555ff;
	background: #111188;
	color: #FFF;
	clear: both;
	width: 100%;
}
div#footer p {
	margin: 0;
	padding: 5px 10px;
}

div#navigation {
	float: right;
	width: 200px; 
}
div#extra { 
	float: right;
	clear: right;
	width: 200px;
	padding-bottom: 1em;
	margin: 0;
}
div#extra p {
	padding: 0 1em 0 1em;
	margin: 0;
	color: #111188;
	font-style: italic;
}
div#extra p.sig {
	text-align: right;
	padding-top: 1em;
}
ul { 
	list-style-type: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
ul a {
	color: #5555ff;
	text-decoration: none;
}
ul a:hover {
	text-decoration: underline;
	color: #932c2d;
}

ol.order li {
	list-style-type: decimal;
	padding-right: 3em;
}
ol li {
	list-style-type: upper-roman;
}
ol a {
	color: #5555ff;
	text-decoration: none;
}
ol a:hover {
	text-decoration: underline;
	color: #932c2d;
}

#rulesdisclaimer {
	margin-right: 5em;
}
dl#memberlinks a {
	text-decoration: none;
	color: #5555ff;
}
dl#memberlinks a:hover {
	text-decoration: underline;
	color: #932c2d;
}

/* obsolete things use faded text */
.obsolete {
	color: #888888;
}

dt.obsolete+dd {
	color: #888888;
}
decoration: underline;
	color: #932c2d;
}

/* obsolete things use faded text */
.obsolete {
	color: #888888;
}

dt.obsolete+dd {
	color: #888888;
}
