/* GENERAL CLASS INDICATORS */

body {
	background: #666666 url(images/background-no-A.gif) no-repeat 0px 0px;
	width: 800px; 
	margin: 0px 20px 20px 20px;
}

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

h2 {
	font: 16pt/20pt "georgia", "times new roman", serif;
	color: #000000;
}

h3 {
	font: 14pt/18pt "georgia", "times new roman", serif;
	color: #000000;
	font-weight: bold;
}

h4 {
	font: 11pt/13pt "georgia", "times new roman", serif;
	color: #000000;
	font-weight: bold;
}

a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC0000;
}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF9999;
}

ul {
	font: 10pt/11pt "trebuchet ms", verdana, arial, sans-serif;
	color: #000000;
	margin: 0px 0px 20px 0px;
}

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

/*THIS IS THE MAIN CONTAINING BOX */

#main {
	width: 801px;
	position: absolute;
	top: 245px;
	left: 150px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 1;
	padding-bottom: 20px;
	background-image: url(images/bottom-curves.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

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

#intro {
	width: 285px;
	position: relative;
	float: right;
	text-align: center;
	padding-left: 20px;
	margin-bottom: 30px;
	z-index: 15;
	background-image: url(images/anarchya.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

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

#body {
	width: 756px;
	position: relative;
	padding-top: 5px;
	padding-left: 25px;
	background-image: url(images/body-background.gif);
	background-repeat: no-repeat;
	background-position: -1px -19px;
	margin: 0px;
	z-index: 5;
}

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

#body h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid gray;
}

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

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

#sidebar {
	width: 180px;
	position: relative;
	float: right;
	clear: right;
	text-align: left;
	z-index: 10;
	padding-right: 0px;
	padding-left: 50px;
	background-color: #FFFFFF;
}

#sidebar p {
	font: 10pt/12pt "trebuchet ms", verdana, arial, sans-serif;
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
}

#sidebar h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
}

#sidebar h4 {
	margin: 0px;
}

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

#copyright {
	position: absolute;
	bottom: 0px;
	z-index: 5;
	width: 801px;
}

#copyright p {
	margin-bottom: 3px;
	margin-top: 0px;
	font: 9pt/9pt "trebuchet ms", verdana, arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#copyright a:link {
	color: #FFFFFF;
}

#copyright a:visited {  
	color: #FFFFFF;
}
	
#copyright a:hover {
	color: #FF9999;
}

#copyright a:active { 
	color: #FF9999;
}
	

/* THIS IS ACTIVATED FOR PRINTED DOCUMENTS */

#printtag {
	display: none;
}

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

#links {
	position: absolute;
	width: 800px;
	top: 203px;
	left: 150px;
	text-align: right;
}

#links ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#links li {
	display: inline;
	font: 10pt/10pt "trebuchet ms", verdana, arial, sans-serif;
}

#links ul li a {
	text-decoration: none;
	padding: 3px;
}

#links a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
}

#links a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
}

links a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
}

#links a:hover { 
	text-decoration: underline; 
	color: #CC0000;
}

#currentpage {
	color: #CC0000;
}

/* IMAGE STYLINGS */

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

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

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

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

#blurbimage {
	margin-bottom: 10px;
}

#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;
}