img { border-style: none; }
a.social { text-decoration: none; }
#main #toc {
	float: right;
	border: 1px solid #000;
	background-color: #eee;
	width: 200px;
	margin: 8px;
	padding: 8px;
}
#toc ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#toc ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#toc li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}
#toc p {
	font-size: x-small;
	text-indent: 0cm;
}
#toc li {
	font-size: x-small;
}
#main {
	border:1px solid #000; 
	background:#fff;
	text-align: left;
}
/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
#main #menu {
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	float:left;
	width:230px;
	background:#eee;
	margin:10px 25px 10px 0px;
	text-align: center;
}
#menu p { font-size:14px; text-indent: 0cm; }
#menu h1 { font-size:16px; }
#main #content {
	margin-top: 10px;
}
#footer {
	padding-top:5px;
	padding-bottom:5px;
	border-style:none;
	border-width:2px;
	border-color:#0000cc;
}
#footer p {
	text-align: center;
	text-indent: 0cm;
}
#banner {
	width: 600px;
	border: 2px solid #000080/*#FF8080*/;
	background-color: #eef/*#FFE0E0*/;
	margin: 15px auto 15px auto;
}
#content #rfloat {
	float: right;
	border: 1px solid #888;
	background-color: #eee;
	margin: 8px;
	padding: 8px;
}
html, body, div, p, td, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", "Helvetica", sans-serif;
	color: #000080;
}
a.title {
	text-decoration: none;
	color: #000080;
}

p.noindent {
	text-indent: 0cm;
}
html, body, div, p, td, ul, ol, li {
	font-size: small;
}
body {
	margin:20px 20px 0px 20px;
	text-align: center;
}
div.rfloat {
	float: right;
	border: thin silver solid;
	margin: 5px 5px 5px 10px;
	padding: 5px;
}
div.lfloat {
	float: left;
	border: thin silver solid;
	margin: 5px 10px 5px 5px;
	padding: 5px;
}
p,h1,h2,h3,ul,ol,pre {
	margin:0px 10px 10px 20px;
}
li { margin:0px 10px 10px 10px; 
}
h2 {
	font-size:x-large;
	font-weight: bold;
	padding-top:10px;
	text-align: center;
}
h1 {
	font-size:medium;
	font-weight: bold;
	padding-top:10px;
	text-align: center;
}
h3 {
	font-size:medium;
	font-weight: bold;
	padding-top:10px;
	
}
#h3-1{
		 font-size:medium;
	font-weight: bold;
	padding-top:10px;
	text-align: center;
}
.pink {
	color: #FF8080;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.black {
	color: #000000;
}
 div.title{
  width: 60%;
	border: thin #FF9696 solid; 
	margin: 0.5em; 
	padding: 0.5em; 
	background: #FFF8F8;
	
}
