/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	font: .8em Arial,Verdana,Helvetica,Sans-Serif;
	color: #191951;
}
a{
	color: #848484;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 20px 0
}
#columns h2{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .8em
}
#columns h3{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 .8em
}
#columns p{
	padding: 0 0 .8em;
	line-height: 2em
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 165px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 15px;
	width: 395px
}
/*=== Boxes ===*/
/*- Title Text -*/
.title{
	width: 195px
}