body {
	padding: 0;
	margin: 0;
    background-color: #eef4f6;
	font-family: Arial;
}

h3 {
	padding: 5px;
	padding-bottom: 20px;
	padding-left: 0;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
	max-width: 800px;
	_width: 800px;
}

p {
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.5em;
	max-width: 800px;
	_width: 800px;
}

p + h3 {
padding-top: 30px;
}

b,strong {
	font-weight: bold;
}

strong em {
	font-weight: bolder;
	font-size: 1.1em;
}

h1 {
	color: #cb2d00;
	padding-bottom: 40px;
	max-width: 800px;
	_width: 800px;
}

em {
	font-style: italic;
}

#contactsTable td {
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 1.3em;
}

.contactsName {
	font-weight: bold;
	text-decoration: uppercase;
}

.contactsJobDescription {
	color: #bbbbbb;
	width: 430px;
	font-size: 12px;
}

.contactsPhone {
    font-size: 16px;
	font-weight: bold;
}

.contactsEmail {
	font-size: 14px;
	color: #cb2d00;
}

.contactsEmail:hover {
	text-decoration: none
}

p.smallFont {
	font-size: 10px
}

p.quoteLeft {
	padding-left: 40px;
	background: white url(../i/quote-left.png) no-repeat scroll left top;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

p.smallEm {
	font-style: italic;
	font-size: 11px;
	line-height: 1.8em;
}

span.quoteRight {
	width: 700px;
	padding-right: 40px;
	background: white url(../i/quote-right.png) no-repeat scroll right bottom;
	display: inline-block;
	_display: inline;
	font-style: italic;
	line-height: 20px !important;
}

#orgsLogos td {
	vertical-align: middle;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.stripedTable {
	width: 700px;
	margin: 10px;
	margin-left: 0;
}

.stripedTable td {
	border: none !important;
	padding: 4px;
	font-size: 11px;
}

.stripedTable tr:nth-child(n+1){
	border-bottom: 1px solid rgb(255,123,24);
}

.stripedTable tr:nth-last-child(1){
	border-bottom: none;
}

.stripedTable thead td{
	text-align: left;
	font-weight: bold;
}

li {
	list-style-type: circle;
	margin-left: 2em;
	margin-bottom: 1em;
}
