@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header {
	height: 150px;
	width: 100%;
	background-image: url(../images/letter-header-bg.gif);
	background-repeat: repeat-x;
}
#header h1 {
	display: block;
	height: 150px;
	width: 474px;
	margin: 0px;
	padding: 0px;
}
#header .content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header .content span {
	display: none;
}
#container {
	width: 580px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h1 {
	font-size: 28px;
	margin-bottom: 15px;
}
.red {
	color: #CC0000;
}
.phone {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.hilight {
	background-color: #FFFF66;
	font-weight: bold;
	line-height: 20px;
}
.boxout1 {
	background-color: #FFFFCC;
	padding: 10px;
	width: 80%;
	border: 3px solid #FFCC99;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.tick-list {
}
.tick-list li {
	background-image: url(../images/small-red-checkmark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	list-style-type: none;
	display: block;
	line-height: 20px;
}
.boxout2 h3 {
	font-size: 24px;
	color: #0000CC;
	font-weight: bold;
	text-transform: uppercase;
}
.boxout2 {
	padding: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 3px groove #0000CC;
}
.boxout3 {
	padding: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #000000;
	margin-top: 15px;
}
li {
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
