* {
  margin: 0px;
  padding: 0px;
  }

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	background: url(images/tile.gif);
  }

hr {
  height: 8px;
  width: 100%;
  background-color: #000000;
  border: none;
  color:#000000;
  margin-bottom: 10px;
  }

#pageContainer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
  }

#header {
	width: 740px;
	height: 80px;
	background: url(images/logo2.gif) #333333 no-repeat center left;
	margin-top: 10px;
	border-bottom: #d2d2d2 solid 5px;
	text-align: right;
	margin-bottom: 20px;

  }

#headerLinks {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	padding-top: 60px;
	padding-right: 5px;
	text-decoration: none;
  }

.hlink {
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9pt;
  text-decoration: underline;
  }

.hlink:hover {
	font-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: overline;
	font-weight: bold;
  }

#leftSide {
	width: 230px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
  }

#rightSide {
  width: 440px;
  float: right;
  }

.numBox {
	height: 48px;
	width: 48px;
	background-color: #bb1f1f;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 18pt;
	float: left;
	margin-right: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
  }

h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: overline;
  }

h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin-left: 0px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
  }


.showcase {
  margin: 2px;
  padding: 2px;
  border: 2px #000000 solid;
  }

p {
  text-indent: 20px;
  font-family: arial;
  font-size: 8pt;
  margin-bottom: 20px;
  }

#footer {
	clear: both;
	width: 740px;
	font-family: arial;
	font-size: 8pt;
	border-top: 2px #000000 solid;
	text-align: right;
  }

#title {
  float: left;
  color: #FFFFFF;
  padding-left: 120px;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24pt;
  }

#subTitle {
	float: left;
	clear: left;
	color: #FFFFFF;
	padding-left: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin-right: 100px;
  }

.right {
  float: right;
  margin: 0px;
  }

.left {
  float: left;
  margin: 0px;
  }

.flink {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-decoration: overline;
	background-color: #CC0000;
  }

.flink:hover {
	font-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	text-decoration: overline;
	color: #FFFFFF;
	background-color: #000000;
  }

