body {

	background-image: url(images/bgheader.jpg);
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: verdana;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;

}

#header {

	background-image: url(images/header.jpg);
	height: 260px;

}

#cellbg {

	background-image: url(images/cellbg.png);
	padding: 15px;
	text-align: left;

}

#footer {

	background-image: url(images/footer.jpg);
	height: 64px;
}

h1 {

	text-align:center;
	font-family: georgia;
	font-size:24px;
	color: #CC0000;
	line-height:normal;

}

h2 {

	text-align:center;
	font-weight:bold;
	font-family: verdana;
	font-size:16px;
	color:#000000;

}

h3 {

	text-align:center;
	font-weight:bold;
	font-family: verdana;
	font-size:16px;
	color:#CC0000;

}
h4 {

	text-align:left;
	font-weight:bold;
	font-family: verdana;
	font-size:18px;
	color:#CC0000;

}
.johnsonbox	{
	border:dashed;
	border-width:5px;
	border-color:#CC0000;
	background-color:#FFFFFF;
	text-align:left;
	font-family:verdana;
	font-size:12px;
}
.johnsonbox1	{
	border:solid;
	border-color:#D4D4D4;
	border-width:5px;
	text-align:center;
	padding:5px;
}
.solidbox1	{
	border:dashed;
	border-color: #CC0000;
	background-color: #FFFFCC;
	border-width:5px;
	text-align:left;
	padding:5px;
	line-height:normal;
}
.highlight	{
	background-color: #FFFF33;
}