/*
 * Agora stylesheet
 * Created by Kris Martin-Baker, July 2006
 * Last modified: 2006.08.11 KMB
 *
 */

* 
    { margin:0px; padding:0px; }
body 
    { background:#c0c0c0; color:#000; font-family:verdana,arial,sans-serif;}
p 
    { margin:1.4em 0; }
h1,h2,h3,h4,h5,h6
    { margin:1em 0; }
h1
    { margin-top:0; }

.hide 
    { display:none; }

.emphasis, #disclaimer
	{ margin:10px; padding:8px; border:solid 1px #999; background: #eee; }
.emphasis p, #disclaimer p
	{ margin:7px; padding:0; }
#disclaimer {
	margin-top:25px;
	}
#disclaimer p {
	font-size:.8em;
	}
#disclaimer h4 {
	margin:5px 7px
	}
table.tableOfContents
	{ margin:0; border:none;  }
table.tableOfContents tr td
	{ border-bottom:dotted 1px #ddd; vertical-align:bottom; }
table.tableOfContents tr td.author
	{ border-bottom:none; }
table.tableOfContents tr td a
	{}
span.author
	{  }
	
h1#pageTitle {}
h2.citation {
	font-size:1em;
	font-weight:normal;
	}

#container, #homeContainer {
	background: #000;
	color: #fff;
	width: 750px;
	margin: 0 auto;
	border: solid 1px #000;
	}
#container {
	background: url(contentbg.gif) repeat-y;
	}
#homeHeader, #header {
	background: #6e2639;
	border-bottom:solid 1px #000;
	}
#homeHeader {
	height:150px;
	}
#header {
	height: 100px;
	}

#nav {
	float:left;
	width: 135px;
	height:100%;
	background:#000;
	color:#fff;
	padding:20px;
	font-size:.9em;
	}
#nav ul {
	list-style-type:none;
	}
#nav ul li {
	margin-bottom:30px;
	}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
#nav ul li a:visited {}
#nav ul li a:hover {
	text-decoration:underline;
	}

#content, #homeContent 
    { margin-left: 175px;
	/* box model hack for IE 
	voice-family: "\"}\""; 
        voice-family:inherit;
	margin-left: 175px;  */  
	}
#content 
    { background:#fff; color: #000; font-size:.9em; line-height:1.4em;}
#homeContent 
    { height: 400px; background: #ccc url(homePicture.jpg) no-repeat top left; color:#000; }
#body 
    { padding:20px; }
#homeBody 
    { padding:30px 50px 30px 65px; line-height:1.4em; font-size:1em; font-weight:bold; }
#footer 
    { clear:both; padding:5px; background:#525252; color:#fff; border-top:solid 1px #000; text-align:center; font-size:90%; }


/* Issue index */

.eachArticle {
	
	}

/*
Form */

fieldset
    { display:block; padding: 0 1em 1em 1em; font-weight: bold; border: solid 1px #999; letter-spacing: .1em; margin: 2em 0; background: #fff url(fieldsetbg.gif) repeat-x bottom; }
legend
    { border:none; margin: .5em; padding: .3em; color:#000;}
input
    { display:block; border:inset 1px #999; background:#eee; }
input:focus
    { background:#fff; }
input.submit 
    { clear: both; border:outset 2px #999; background:#ccc; }
label
    { float: left; display: block; margin: 1em 1em 0 0; font-size: .8em; font-weight: normal; }
select 
    { display: block; }

form p
    { font-weight: normal; margin: .5em 0 0 0; font-size: .8em; }
