H1 {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: x-large; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner {
	background: #ad0404 url(images/background.gif) repeat-x scroll right bottom;
	border-color: #470101;
	padding: 30px 0pt 40px;
	width: 100%;
	margin: 0pt;
	border-top-width: 10px;
	border-top-style: solid;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1;
}

.title {
	margin: 0pt 0pt 5px;
}

.subtitle {
	font-size: medium;
}

H2 {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
H3 {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: medium; 
	font-weight: bold; 
}
H4 {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: small; 
	font-weight: bold; 
}

pre {
	margin: 1em 0;
	background: #DDD;
	padding: 0.5em 1.5em;
	font-size: small;
	font-family: "Courier New",Courier,monospace;
	border: 2px #ccc dotted;
	overflow: auto;
}

html {
	margin: 0;
}

a {
	text-decoration: none;
	color: #00c;
	background: url(images/dotted.gif) bottom left repeat-x;
	border: 1px #fff solid;
}

a:hover {
	background: #ddd;
	border: 1px #aaa dotted;
}

/* Each content entry ------------------------------------------ */

div.entry {
	border: 1px #ccc solid;
	border-color: #ccc;
	padding: 0.1em 0.1em 0.1em 0.1em;
}

div.content {
	float: left;
	width: 75%;

	/* margin-right: 200px; */

	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	/* position: relative; */
	/* Make containing block for the menus */
	/* padding: 0em 2em 2em 14em; */
	/* padding-right: 220px; */
	/* Room for menu at left */
	margin: 0;
}


/* Setup the Table of Contents ---------------------------------*/

div.toc { 
	width: 20%;
	float: right;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none; 
}

div.toc a:link, div.toc a:visited {
	text-decoration: none;
	border: none;
}

div.toc a:hover {
	background: #ddd;
	border: 1px #aaa dotted;
}

div.toc p {
	display: block;
	font-size: medium;
	margin: 0.3em 0.2em 0.2em -0.4em;
	padding: 0.1em 0.4em; 
	text-indent: 0;
	text-align: left;
	background: #ccc;
	list-style: none
}		

div.toc li {
	margin: 0.3em 0.2em 0.2em -2.5em;
	list-style: none;
	border: 1px #fff dotted; 
	font-size: 77%;
}

div.section {
	padding-bottom: 1em;
	border-top: 1px solid #ccc;
}

div.footer {
	float: left;
	width: 100%;
}

