/* CSS Document */

/* -------------------------------------------------------- */
/*                         Tag Styles                       */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/*                        Class Styles                      */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/*                          ID Styles                       */
/* -------------------------------------------------------- */

#Header {
	text-align: left;
	position: relative;
	width: 780px;
	z-index: 2;
	height: 98px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#HeaderL {
	float: left;
	width: 300px;
	position: relative;
}
#HeaderR {
	position: relative;
	float: right;
	width: 390px;
}
#PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-top: 50px;
}
#TagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #0000CC;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	z-index: 2;
	margin-top: 25px;
}


