body
{
	background-color: #202428;
	background-image: url('../images/bg4.gif');
	background-repeat: repeat-x;
	background-position: top left; 
	background-attachment: fixed;
	margin-top: 0px;
	margin-left: 0px;
	color: white;
	font-family: "Georgia", "Verdana";
}

a
{
	color: white;
	text-decoration: none;
}

.timeline
{
	background-image: url('../images/line.gif');
	background-repeat: repeat-y;	
	background-position: top left;
	width: 193px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
}

.timeline-header
{
	color: white;
	font-family: "Georgia", "Verdana";
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	text-align: center;
	font-size: 20pt;
	width: 192px;
}

.boxA
{
	background-image: url('../images/box.png');
	background-repeat: none;	
	background-position: top left;

	position: absolute;
	width: 206px;
	height: 162px;
	z-index: -1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.boxB
{
	background-image: url('../images/box2.png');
	background-repeat: none;	
	background-position: top right;

	position: absolute;
	width: 280px;
	height: 162px;
	z-index: 1;
	padding: 0 8 0 0;
	margin: 0 0 0 0;
}

.boxB p
{
	color: black;
	margin-left: 8px;
	margin-top: 8px;
}

.boxB p .header
{
	font-size: 18px;
	font-weight: bold;
	line-height: 20pt;
	height: 28px;
	color: #F65D00;
}

.small-box
{
	position: absolute;
	width: 209px;
	height: 162px;
	z-index: -1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.timeline img
{
	border: 0px;
	z-index: 0;
	margin-top: 16px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.box-topleft
{
	background-image: url('../images/box_tl.png');
	width: 6px;
	height: 6px;
	max-width: 6px;
	max-height: 6px;
}

.box-top
{
	background-image: url('../images/box_c.png');
	width: auto;
	height: 6px;
	max-height: 6px;
}

.box-topright
{
	background-image: url('../images/box_tr.png');
	width: 6px;
	height: 6px;
	max-width: 6px;
	max-height: 6px;
}

.box-left
{
	background-image: url('../images/box_c.png');
	width: 6px;
	height: auto;
	max-width: 6px;
}

.box-right
{
	background-image: url('../images/box_c.png');
	width: 6px;
	height: auto;
	max-width: 6px;
}

.box-bottomleft
{
	background-image: url('../images/box_bl.png');
	width: 6px;
	height: 6px;
	max-width: 6px;
	max-height: 6px;
}

.box-bottom
{
	background-image: url('../images/box_c.png');
	width: auto;
	height: 6px;
	max-height: 6px;
}

.box-bottomright
{
	background-image: url('../images/box_br.png'); 
	width: 6px; 
	height: 6px;
	max-width: 6px;
	max-height: 6px;
}

.box-center
{
	font-family: "Georgia", "Verdana";
	font-size: 14pt;
	background-image: url('../images/box_c.png');
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: top;
	padding: 8px 8px 8px 8px;

	color: black;
	margin-left: 8px;
	margin-top: 8px;

}

.box-center h1
{
	font-size: 28pt;
	font-weight: normal;
	font-style: italic;
	color: #F65D00;

}

.box-center p a
{
	color: blue;
}

.contact a
{
	color: white;
	text-decoration: underline;
}
