/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #6d6e71;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body.form{background:none;}
ul, ol {
	padding-left: 20px;
}
ul li {
	list-style-type: none;
	padding-bottom: 20px;
	float: left;
	width: 290px;
}
ul li ul li {
	list-style-type: disc;
	padding-bottom: 0px;
	float: none;
	width: 270px;
	padding-right: 20px;
}
ul li a {
	background: #C6C6C6;
	display: block;
	padding: 4px;
	width: 260px;
}
ul li ul li a {
	background: none;
	padding: 1px;
	width: 260px;
}
a {
	color:#442b7d;
	text-decoration:none;
}
a:hover { text-decoration: underline; }