/* CSS Document */

* {
	margin:0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
}
body {
	background-color: #DDDDDD;
}
#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#inner_wrapper {
	margin: 0 2em 0 2em;
}

a:link {
	color: #772200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #772200;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #772200;
}
p {	
	font-size: 1em; 
	margin: .5em 0 .5em 4em;
}
h3 { 
	font-family: 'Century Gothic', Verdana, Arial, sans-serif; 
	margin: 1em 1em 1em 1.5em;
	text-indent: -1.5em;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.5em;
}
h4 { 
	margin: 2em 1em 1em 2em;
	font-family: 'Times New Roman', Times, serif; 
	font-weight: bold;
	font-size: 1.3em; 
}
h5 {
	margin: 1.5em 1em .5em 2em;
	font-family: 'Times New Roman', Times, serif; 
	font-weight: normal;
	font-size: 1.3em;
}
ul {
	margin-left: 6em;
	margin-bottom: 1.5em;
	list-style-type: disc;
}
ol {
	margin-left: 5.5em;
	padding-left: 1.5em;
}
li {
	margin-top: 5px; 
	margin-bottom: 5px
}
ol li ul {
	margin-left: 1.1em;
}
#toc ol li ul {
	margin-left: 1em;
}
#toc ol li {
	margin-top: 2em;
	margin-left: 1em;
	font-weight: bold;
}
#toc ol li ul li {
	font-weight: normal;
	margin-top: .5em;
	margin-left: 1em;	
}
div#top_img  img {
	float: none;
	margin: 0;
	padding: 0;
}
blockquote {
	font-family: Verdana, Arial, sans-serif; 
	margin-top: 2em;
	margin-left: 5em;
	margin-bottom: 2em;
}
blockquote h4 {
	font-family: Palatino, "Times New Roman" Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 20;
}
blockquote p {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 1em;
	margin-left: 1em;
}

div.image {
	float:right; 
	width:250px; 
	margin:0.5em 2em 0.5em 1em;
}
div.imagevertical {
	float:right; 
	width:188px; 
	margin:0.5em 2em 0.5em 1em;
}
div.imageright {
	float: left;
	width: 125px;
	margin: 0.5em 1em 0.5em 2em;
}
div.image img, div.imagevertical img, div.imageright img {
	padding:1px; 
	border:1px solid #999;
}
div.image h6, div.imagevertical h6, div.imageright h6 {
	font-weight: normal;
	font-size: .85em;
	margin-top:.5em;
	line-height: 1.5em;
}
.nobullet {
	list-style-type: none;
}
p a, li a {
	font-weight: bold;
}
/*	======================
		PRINT STYLES
	==================== */
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

