body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p {
	font-size: 12px;
	text-indent: 26px;
	line-height: 24px;
	letter-spacing: 2px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 727px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px dashed #999999;
   
}
#textarea{width: 685px;
}
#colOne {
	float: right;
	width: 685px;
	margin-top: 20px;
	padding-right: 20px;
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
}

#content h3 {
	color: #2F73B8;
}
/* Footer */

#footer {
	width: 727px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #EEEEEE;
	border: 1px dashed #999999;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

#done 
{
  padding-right:0px;
 
}
#done ul
{
	margin:0px;
	
}
*li
{
	 margin-left:10px;
	list-style:none;
	margin-right:10px;
	
}
.lone
{
	background-color: #B2D4F7;	
	text-transform: uppercase;
	font-size: 15px;
	color: #173E68;
	
	
}