/* CSS Document */


* {
  margin: 0;
  padding: 0;
}

body {
	color: #000000;
	text-align: center;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	background: #FFF url(../interface/siteBG.gif) repeat-x left top;
}

a {
  color: #010000;
  text-decoration: none;
}

a:hover,a:focus {
	color: #B25F97;
	text-decoration: none;
	padding-left: -5px;
}

p {
	color: #000000;
	margin-top: 15px;
	margin-right: 20;
	margin-bottom: 15px;
	margin-left: 30;
	font: 11pt/1.1em Georgia, "Times New Roman", Times, serif;
}

ul,ol {
  margin: 15px 0 15px 50px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #5E3980;
	margin-left: 30px;
}
h2 {
	color: #000000;
	margin-right: 20px;
	margin-left: 30px;
	font: bold 12px/17px Georgia, "Times New Roman", Times, serif;
}
li {
  line-height: 1.5em;
}


img,fieldset {
  border: 0 none;
}

hr,legend {
  display: none;
}

strong,b {
  color: #000;
  font-weight: bold;
}

#page-container {
	width: 990px;
	text-align: center;
	position: relative;
	height: 500px;
	margin: 0 auto;
	top: 79px;
}
#homepage-content {
	position:absolute;
	width:200px;
	height:356px;
	z-index:1;
	left: 81px;
	top: 127px;
	text-align: left;
	font: bold normal 8pt/24pt Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 2px;
	letter-spacing: .1em;
}

