/* CSS Document */

* {
	margin:0;
	padding: 0;
}

#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	background-color: #FFF;
}
#wrapper_inner {
	padding: 0 2em;	
}
#header{
}
#header_inner {
}
#headerimg {}
#title {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 0;
}
#issueno {
	width: 350px;
	margin-top: 24px;
}

/*	===================================
			COLORS, FONTS, TEXT STYLES
		===================================*/
body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}
body {
	background-color: #DDD;
}
a {font-weight: bold;}
a:link {
	color: #720;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #720;
}
a:hover {
	text-decoration: underline;
	color: #C60;
}
a:active {
	text-decoration: none;
	color: #720;
}
#issueno, #title {
	font-weight: bold;
}

p {	
	font-size: 1em; 
	margin: .5em 0 .5em 2em;
}
h3 { 
	font-family: 'Century Gothic', Verdana, Arial, sans-serif; 
	margin: 1em 0;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.5em;
	clear: both;
}
h4 { 
	margin: 2em 1em 1em 1em;
	font-family: 'Century Gothic', Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 1.3em; 
	clear: both;
}
h5 {
	font-size: 1em;
	margin: 1.5em 0 .5em 2em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
#header_inner h5 {
	margin: 1em 0;
	font-family: 'Century Gothic', 'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-weight: normal;
	font-size: 1.3em;
}
h6 {
	font-size: .95em;
	margin: 1.5em 0 .5em 2em;
	font-style: italic;
	font-family: 'Century Gothic', 'Trebuchet MS', Verdana, Arial, sans-serif;
}
ul {
	margin-left: 4em;
	margin-bottom: 1.5em;
	list-style-type: disc;
}
ol {
	margin-left: 4em;
	margin-bottom: 1.5em;
}

li {
	margin-top: 5px; 
	margin-bottom: 5px
	margin-left: 1em;
	padding-left: .5em;
	
}
ul li ul {
	margin-left: 0em;
}
/* HEADER UNORDERED LISTS */
#header ul {
	list-style-type: none;
	margin-left: 2em;
}
#header li {
	margin-left: 0;
}
#header ul li ul {
	margin-left: 1em;
	line-height: 1.4em;
}
#header ul li ul li {
	margin-left: 1em;
	list-style-type: disc;
}
/* Ordered Lists */
#header ol li ul {

}
#header ol li {
	
}
#header ol li ul li {
	
}
div#top_img  img {
	float: none;
	margin: 0;
	padding: 0;
}
blockquote {
	font-family: Verdana, Arial, sans-serif; 
	margin-top: 1em;
	margin-left: 3em;
	margin-bottom: 2em;
}
blockquote h4 {
	font-family: Palatino, "Times New Roman" Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 0;
}
blockquote p {
	font-style: italic;
	font-size: .95em;
	margin-left: 1em;
}
blockquote em {
	font-style: normal;
}

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.imageleft {
	float: left;
	margin: 0.5em 1em 0.5em 2em;
}
div.imagecenter {
	align: center;
	text-align: center;	
	margin-right: auto;
	margin-left: auto;
}
div.image img, div.imagevertical img, div.imageleft img, div.imagecenter img {
	padding:1px; 
	border:1px solid #999;
}

div.image h6, div.imagevertical h6, div.imageleft h6, div.imagecenter h6, div.caption h6 {
	font-weight: bold;
	font-size: .8em;
	margin-top:.5em;
	line-height: 1.5em;
	font-style: normal;
}
.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; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

/*	=====================
				PRINT STYLES
		===================== */
		
@media print {

body {
	background-color: #FFF;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#wrapper_inner, #header, #header_inner, #content, #content_inner {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.noprint {display: none;}
.breakbefore {
	page-break-before: always;	
}
.print-display-none {
	display: none;
}
.print-invisible {
	visibility: hidden;
}

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 }


}
