a{
	color: #DE6868;
}
h1{
	font-size: 13px;
	font-weight: normal;
}

h2{
	font-size: 9px;
	color: #DE6868;
	font-weight: normal;
}

label{
	display: block;
	font-size: 9px;
	margin-bottom: 2px;	
}

input, textarea, small{
	margin-bottom: 5px;
	font-style: italic;
}

small{
	display: block;	
}

#boxes{
	padding: 20px 9px;
	margin-bottom: 20px;
	border-bottom: 1px dashed white;
}

.white_box{
	height: 142px;
	width: 460px;
	background: white url(/images/white_box_bottom.gif) no-repeat bottom;
	margin-right: 20px;
	float: left;
}

.white_box.no_margin {
	margin-right: 0;
}

.white_box h1{
	background: url(/images/white_box_top.gif) no-repeat top;
	color: #2BB6ED;	
}

#left_column{
	width: 254px;
	float: left;	
}

#left_column fieldset{
	background: url(/images/left_bg.jpg) no-repeat left top;
	height: 400px;
	margin-left: 27px;
	padding: 15px 15px;
	width: 190px;
}

#left_column fieldset h1{
  padding-bottom: 6px;
}

#left_column fieldset textarea{
  margin-top: 2px;
}

#left_column fieldset small{
  padding: 3px 0px 4px;
}

#primary{
	background: url(/images/primary_bg.jpg) repeat-y top;
	float: left;
	margin-bottom: 15px;
/*	height: 400px;*/
}

#primary li{
	background: url(/images/li_bg.jpg) no-repeat 180px top;	
	margin-bottom: 20px;
	margin-left: 0;
	min-height: 55px;
}

#primary li .li_left{
	width: 133px;
	margin-left: 40px;
	margin-top: 11px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

#primary li p{
	font-size: 11px;
	line-height: 18px;
	padding-top: 11px;
	padding-left: 30px;
	width: 300px;
	float: left;	
}

.pagination {
	padding-left: 30px;
}