/*********************************************************************/
/* RESET & DEFAULT STYLES FOR KITTELSON & ASSOCIATES, INC'S WEBSITES */
/*********************************************************************/

body,html,div,
ul, li, h1, h2, h3, h4, abbr,
blockquote, ol, p, img, a,
a:active, a:visited, a:hover,
table, tr, td {
	margin:0;
	padding:0;
	border:0;
	text-decoration: none;
}
body {
	font-size: 14px;
	background-color:white;
	font-family: tahoma,verdana,helvetica,arial,sans-serif;
}
p, ul, ol {
	margin-bottom:1em;
	line-height:1.5;
}
ul, ol {
	padding-left:2em;
}
table {
	border-collapse:collapse;
	border-top:1px solid #ccc;
	width:100%;
}
table tr {
	background-color:white;
}
table td, th {
	padding:.5em;
	border-bottom:1px solid #ccc;
}
table th {
	color:#666;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:3px;
	text-align:left;
	background-color:#eee;
}
.container li {
	margin-bottom:1em;
}
#content li {
	margin-bottom:0;
	line-height:1.2;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
#content h1,h2,h3,h4 {
	text-transform: none;
	margin:0;
	font-weight:normal;
	letter-spacing:0;
	color:#777;
}
h1, h2, h3, .heading {
	margin:10px 0;
	font-weight:normal;
}
h1 {
	font-size:250%;
}
h2 {
	font-size:150%;
}
h3, h4 {
	font-size:125%;
}
blockquote {
	padding-left:2em;
	font-size:80%;
}
#header,
#container,
#footer {
	margin:0 auto;
	clear:both;
}
#container {
	position:relative;
}
#leftcolumn {
	float:left;
}
#rightcolumn {
	float:right;
}
.clearer {
	clear:both;
}
.float {
	float:left;
}
.floatright {
	float:right;
}
.amp {
	font-family:"Baskerville", "New Baskerville", "NewBskvll BT","Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size:120%;
	font-style:italic;
}
textarea {
	width:600px;
	height:200px;
}