/* stylesheet for www.tweney.com 
	by Dylan Tweney */
	
body { margin: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align: center;
	}
p { }
h1 { font-size: 28pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	}
ul { }
.menu {background: #ffffcc;
	width: 450px;
	color: blue;
	/* margin-left: 220px; */
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	/* float: right; */
	border: 1px dashed #dddddd;
	}
.container {width: 450px;
	margin: 0px auto;
	text-align: center;
	}
.content {border-left: 1px dashed #dddddd;
	border-right: 1px dashed #dddddd;
	/* border-bottom: 1px dashed #dddddd;
	border-top: 1px dashed #dddddd; */
	margin: 0px auto;
	padding: 10px;
	width: 450px;
	text-align: left;
	}
.deck { font-style: normal;
	font-size: 12pt;
	padding-bottom: 8px;
	line-height: 8pt;
	}
.contactlinetop { border-bottom: 1px dashed #dddddd;
	font-size: 10pt;
	padding-top: 8pt;
	padding-bottom: 2pt;
	margin-bottom: 15pt;
	}
.contactlinebottom { border-top: 1px dashed #dddddd;
	font-size: 10pt;
	padding-top: 4pt;
	padding-bottom: 8pt;
	}
.lefty { float: left;
	}
.righty { float: right;
	}
.textright { text-align: right;
	}
.textleft { text-align: left;
	}
a { color: rgb(51, 51, 255);
	text-decoration: none;
	}
a:link { color: rgb(51, 51, 255);
	text-decoration: none;
	}
a:visited { text-decoration: none;
	color: rgb(51, 0, 153);
	}
a:active { text-decoration: none;
	color: rgb(51, 0, 153);
	}
a:hover { color: rgb(51, 51, 255);
	text-decoration: underline;
	}
h1 a, h1 a:visited, h1 a:hover {color: #000000;
	text-decoration: none;
	}
.quote { background: #ccffff;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-left: 12pt;
	padding-right: 12pt;
	margin-left: 12pt;
	margin-right: 12pt;
	}
