html{
	background:#EEE url(../../posts/backgrounds/images/30.gif);
	}
body{
	padding:1em;
	font-family:"Times New Roman", Times, serif;
	border:2px solid #999;
	margin:2em auto;
	width:50em;
	background-color:#FFFFFF;
	font-size:1.1em;
	color:#333;
	}
	
/*--------------------TABLES-----------------------------*/

table{
	border-collapse:collapse;
	width:100%;
	font-size:.9em;
	margin:0 1.5em;
	}
table img{
	padding:0;
	margin:0;
	border:none;
	}
table td{
	padding:0 5px;
	}
table tr{
	height:24px;
	border-bottom:1px solid #EEE;
	}	
table th{
	text-align:left;
	font-family:"Trebuchet MS", "Arial";
	font-weight:bold;
	font-size:1.2em;
	padding:2px 5px;
	color: #000;
	border-bottom:3px double #EEE;
	}


/*--------------------HEADERS-----------------------------*/

h1,h2,h3,h4.h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	color:#000;
	}
h1{
	text-align:center;
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h2{
	font-size:1.5em;
	padding:1.3em .5em .1em .5em;
	border-bottom:6px double #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#disclaimer{
	font-style:italic;
	color:#666666;
	text-align:center;
	}	
#toc li li{
	border-top:1px dotted #666;
	padding:.6em 0 .2em 0;
	list-style:inherit;
	list-style-type:upper-roman;
	}
#toc li{
	text-transform:uppercase;
	padding-left:1em;
	}
#toc ol{
	padding-top:1em;
	}
#toc li:first-letter{
	font-size:1em;
	}
	#toc a {
		text-decoration:none;
		}


/*--------------------DEFINITIONS-----------------------------*/

ol#instructions li{
	list-style-type:decimal;
	text-transform:none;
	}

dl{
	width: 59.1em;
	margin: 2em 0;
	padding: 0;
	clear:both;
	font-family: georgia, times, serif;
	}
dt{
	width: 12em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px dotted #999;
	text-transform:none;
	font-weight: bold;
	background-color:#F6F6F6;
	}
dd{
	float: left;
	width: 33em;
	margin: 0 0 0 0;
	padding: .5em;
	font-weight: normal;
	text-transform:none;
	background-color:#F6F6F6;
	border-top: 1px dotted #999;
	}	

/*--------------------QUOTES-----------------------------*/

blockquote.poem{
	font-style:italic;
	font-weight:normal;
	font-size:1.1em;
	color:#666666;
	margin-bottom:2em;
	padding:1em;
	background-color:#EEE;
	}	
	

pre {
	background-color:#EEE;
	border:1px solid #333;
	}

.ampersand{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.1em;
	}
	
/*--------------------LISTS-----------------------------*/

ul{
	margin:0; 
	padding-left:0;
	border-top: none;
	clear:both;
	}
ul ul{	
	margin-bottom:1em;
	padding-left:2em;
	border-top:1px solid #000;
	}
	
	
ul ul ul{
	border-top:none;
	}	
li{
	list-style-type:none;
	font-weight:bold;
	padding-top:1em;
	clear:both;
	text-transform:uppercase;
	padding-left:1em;
	}
ul:first-child{
	}		
	li li{
		font-size:.9em;
		font-variant:normal;
		font-weight:normal;
		padding-top:.5em;
		text-transform:none;
		}
	li li:first-letter{
		font-size:1em;
		}
		li li li{
			font-size:1em;
			list-style-type:circle;
			}
		li li ol li{
			font-size:1em;
			list-style-type:decimal;
			}
			
