
#list {
	margin-left: 0;
	padding-left: 25px;
	text-indent: 0;
	list-style: none;
}

#list li {
	background: transparent url(/images/bullet.gif) no-repeat left;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	line-height: 16px;
	padding-bottom: 5px;
	width: 90%;
}

/* Copy */
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

.copyforms {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
}

.copycommentform {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
}

.copyhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.copysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}

.copywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.copywhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.copyawards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* Headers */
H1 {
color:#83B8B3;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding-bottom:-10px;
padding-top:4px;
}

.headerforms {
	color: #83b8b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 2px;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #83b8b3;
	padding-top: 4px;
	padding-bottom: 12px;
}

.copyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.seoheader {
color:#83B8B3;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding-bottom:12px;
padding-top:4px;
}

/* Tabular Table Data */
table.tabular {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	background-color: white;
}

table.tabular th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: white;
}

table.tabular td {
	border-width: 1px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: white;
}

/* Photo Styles */
.image {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 0 0 15px 0;
}

img.floatleft {
	float: left; 
	margin: 4px 10px 8px 0px;
}