body {
	margin-top: 0px;
	background-color: #ADD8C8;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ADD8C8;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.bullets {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ADD8C8;
	margin-top: 8px;
	margin-bottom: 1px;
	font-weight: normal;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ADD8C8;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
}



#content_l {
	background-image: url(../images/template/content_l.jpg);
	background-repeat: repeat-y;
}
#content_r {
	background-image: url(../images/template/content_r.jpg);
	background-repeat: repeat-y;
}
#content_folio_l {
	background-image: url(../images/template/content_folio_l.jpg);
	background-repeat: repeat-y;
}
#content_folio_r {
	background-image: url(../images/template/content_folio_r.jpg);
	background-repeat: repeat-y;
}
#columndivider {
	background-image: url(../images/content/columndivider.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}



#footer {
	background-image: url(../images/template/tagline.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #46362B;
	margin-top: 0px;
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #46362B;
	text-decoration: none;

}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #D02529;
	text-decoration: none;
}

/* table */
.table {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D02529;
	background-color: #B71F23;
}

.small {
	font-size: 9px;
	line-height: 12px;
}