/* CSS Document */
* {
	margin: 0;
	padding: 0
}
html {
	background: url(../Graphics/General/topbackground.jpg) repeat-x top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
       line-height: 1.25em
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
code {
	display: block;
	margin-left: 25px;
	padding-bottom: 20px
}
ol {
	margin: 8px 0 0 10px
}
ol li {
	margin-left: 17px;
	margin-right: 10px;
}
ul {
	margin-left: 10px;
	margin-top: 10px
}
ul li {
	margin-right: 9px;
}
img {
	border: 0;
	margin: 10px 0
}
p {
	margin: 0px 10px 10px 0px
}
pre {
	white-space: normal
}

/* START: Link formatting for the toolbar */
a.toolbar:link {
	text-decoration: none; color: #000000;
}
a.toolbar:visited {
	text-decoration: none; color: #000000;
}
a.toolbar:hover {
	text-decoration: underline; color: #333333;
}
/* END: Link formatting for the toolbar */

/* START: Link formatting for the body */
a.body:link {
	text-decoration: none;
	color: #838383;
}
a.body:visited {
	text-decoration: none; color: #838383;
}
a.body:hover {
	text-decoration: underline; color: #333333; background-color: #CCCCCC;
}
/* END: Link formatting for the body */

#header,#menu,#content,#sub-section,#footer {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#sub-section div {
	text-align: center
}
#content div {
	margin: 10px
}

/* START: Bullet formatting for the constitution navigation */
#toplist {
	margin-left: 0;
	margin-bottom: 1px;
	padding-left: 0;
	list-style: none;
}
#toplist li {
	padding: 2px 0px 2px 45px;
	background-image: url(../Graphics/General/asabullet.gif);
	background-repeat: no-repeat;
	background-position: 2em;
}
/* END: Bullet formatting for the constitution navigation */

.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.superscript {
	vertical-align: top;
	font-size: xx-small;
}