body {
	background-image: url(../rsrc/common/bodyc.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#col1 {
	padding: 10px;
	width: 540px;
	float: left;
}
#col2 {
	padding: 10px;
	width: 130px;
	float: left;
}
#col2 p {
	font-size: 10px;
	color: #ffcbcb;
}

h1 {
	padding: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #660000;
	color: white;
}
h2 {
	margin-bottom: 10px;
	padding-top: 20px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #660000;
}h3 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #660000;
}
p.intro {
	margin-top: 10px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top a:link, #col1 a:link {
	color: #2F668C;
	text-decoration: none;
	background: url(/rsrc/common/rulelink.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#top a:visited, #col1 a:visited {
	color: #999933;
	text-decoration: none;
	background: url(/rsrc/common/rulevisited.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#top a:hover, #top a:active, #col1 a:hover, #col1 a:active {
	background-color: #F0F0F0;
	text-decoration: none;
}

#col2 a:link, #col2 a:visited, #col2 a:active {
	font-size: 10px;
	color: #ffcbcb;
}
#col2 a:hover {

	background-color: #6d0000;

}
p.pack a {
	background-image: url(/rsrc/common/package.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}
