body {
	background-image: url(../rsrc/common/bodyc.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#top {
	float: left;
	padding: 10px;
	width: 540px;
}
#col1, #col2 {
	width: 260px;
	float: left;
	padding-left:  10px;
	padding-right: 10px;
}
#btm {
	padding: 10px;
	float: left;
	width: 540px;
}
#col3 {
	padding: 10px;
	width: 130px;
	float: left;
}
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;
}
h2 span.title {
	font-size: 12px;
	font-weight: normal;	
	font-style: italic;
	color: #000000;
}
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;
}
p.footnote {
	font-size: 10px;
	color: #999999;
}
 
#top a:link, #col1 a:link, #col2 a:link, #btm 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, #col2 a:visited, #btm 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, #col2 a:hover, #col2 a:active, #btm a:hover, #btm a:active {
	background-color: #F0F0F0;
	text-decoration: none;
}
img.right {
	margin-left: 10px;
	float: right;
}
