body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #c7ccd2;
	margin: 0px;
	padding: 0px;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
}
#page {
	width: 730px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 20px;
	border: 4px solid #999999;
}
#content {
}
#content h1 {
	color: #990000;
	background-color: #f1f1f1;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.5em;
	color: #003366;
}



#header {
	background-color: #FFFFFF;
}
#header h3 {
	color: #02427D;
	font-size: .9em;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.small {
	color: #666666;
	font-size: .8em;
}
.call {
	color: #006699;
	background-image: url(img/phone.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 0px 2px;
	font-weight: bold;
	font-size: 0.9em;
}
.red {
	color: #990000;
}

