/* GENERAL CLASS INDICATORS */

body {
	background: #ffffff;
}

p {
	font: 12pt/17pt "times new roman", "georgia", serif;
	color: #000000;
}

h2 {
	font: 16pt/20pt "trebuchet ms", verdana, arial, sans-serif;
	color: #000000;
}

h3 {
	font: 14pt/18pt "trebuchet ms", verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
}

h4 {
	font: 11pt/13pt "trebuchet ms", verdana, arial, sans-serif;
	color: #000000;
	font-weight: bold;
}

a:link, a:visited {  
	text-decoration: none; 
	color: #000000;
}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
}

ul {
	font: 10pt/13pt "times new roman", "georgia", serif;
	color: #000000;
	margin: 0px 0px 20px 0px;
}

li {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
}

/*THIS IS THE MAIN CONTAINING BOX */

#main {
	width: 100%;
	position: relative;
}

/* THIS INTRO IS NESTED IN #BODY, ABOVE SIDEBAR */

#intro {
	display: none;
}

/* THIS BODY IS NESTED IN #MAIN, AND HAS A IMPORTANT BACKGROUND IMAGE IN TOP-LEFT CORNER */

#body {
	width: 100%;
	position: relative;
}

#body p {
	margin-top: 0px;
	margin-bottom: 20px;
}

#body h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

#body h4 {
	margin-bottom: 8px;
}

/* THIS SIDEBAR IS NESTED AS A FLOAT ELEMENT IN #BODY, BELOW INTRO, BUT WILL FLOAT UP IF INTRO IS HIDDEN */

#sidebar {
	display: none;
}

/* THIS IS A DIV ELEMENT UNDER #MAIN, ABSOLUTELY POSITIONED ON THE BOTTOM */

#copyright {
	display: none;
}

/* THIS IS ACTIVATED FOR PRINTED DOCUMENTS */

#printtag {
	position: relative;
}

#printtag p {
	font: 10pt/16pt "trebuchet ms", verdana, arial, sans-serif;
	font-weight: bold;
	font-color: #000000;
	border-top: 1px dotted #000000;
}

/* THE LINKS HAVE THEIR OWN DSIPLAY PROPERTIES, DIFFERENT FROM ALL OTHER LINKS ON THE PAGE */

#links {
	display: none;
}


/* IMAGE STYLINGS */

#imageintextleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#pastissuesimages {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 1px solid #000000;
}

#pastissuesboxes {
	float: left;
	position: relative;
}

#pastissuesboxes p {
	font: 10pt/12pt "trebuchet ms", verdana, arial, sans-serif;
	text-align: center;
}

#whitedot {
	width: 600px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
}
	
/* GENERAL LISTS */

#body ul.list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#body ul.indentedlist {
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
	list-style-type: none;
}

#body ul.indentedlistbullets {
	padding: 0px 0px 0px 20px;
	margin-left: 20px;
	list-style-type: round;
}