
body {
	background-color: #ffffff;
	color: #003399;
	font-family: Verdana, sans-serif;
	font-size: small;
	padding: 0;
	margin: 50px;
}

/*
*warren pallet t-shirt colors:
*blue in lettering - 17418D websafe=003399
*grey in lettering - 54626D websafe=666666
*white - FFFFFF
*/

.smalltext {
	font-size: xx-small;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.floatright {
	float: right;
	margin: 3px 3px 3px 10px;
}
.floatleft {
	float: left;
	margin: 3px 10px 3px 3px;
}

.clearboth {
	clear: both;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
li {
	padding: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
	margin-bottom: 2px;
}

p {
	padding: 5px;
	margin: 10px;
}

div#header {
	border-bottom: 2px inset #003399;
}
div#header img {
	width: 190px;
	height: 127px;
	border: none;
	margin: 0px;
	padding: 0px;
}
div#header td#contact {
	white-space: nowrap;
	width: 25%;
}
div#header td#contact ul#contact {
	list-style: none;
	margin-left: 150px;
	text-align: left;
	font-size: small;
}
div#header td#contact ul#contact li {
	margin: 0px;
	padding: 1px;
}

div#header ul#mainmenu {
	list-style: none;
	text-align: center;
}
div#header ul#mainmenu li {
	display: inline;
	margin: 0px 3px;
	font-size: small;
}

div#home1 {
	position: relative;
	left: 5%;
	width: 90%;
	padding: 5px;
	color: #000066;
	margin-bottom: 40px;
	font-size: small;
}


div#highlightbox {
	margin: 20px;
	width: 300px;
	padding: 5px;
	font-weight: bold;
	background-color: #dddddd;
	border-left: 1px solid #003399;
	border-top: 1px solid #003399;
}

div#heattreatphoto {
	border: none;
}

div#footer {
	border-top: 1px solid #003399;
}

div#heattreatfaq {
	margin-top: 40px;
}
div#heattreatfaq ul {
	padding: 5px;
	margin: 10px;
}

li.faqq {
	color: #003399;
}
li.faqa {
	color: #666666;
	margin-bottom: 20px;
}