/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font:normal 70% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

a:link    { color: #B92025; font-weight:bold; text-decoration: underline; }
a:visited { color: #B92025; font-weight:bold; text-decoration: underline; }
a:active  { color: #B92025; background-color:inherit; font-weight:bold; text-decoration: underline; }
a:hover   { color: #B92025; background-color:inherit; font-weight:bold; text-decoration: none; }

h3 span
{
}

/* Container */

#container
{
	width:760px;
	margin:auto;
	background:#FFFFFF url(../images/banner.jpg) no-repeat left top;
	padding-top:159px;
	position:relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B1AEAE;
	border-bottom-color: #B1AEAE;
	border-left-color: #B1AEAE;
	height: 100%;
}

/* Intro */

#intro
{
	position:relative;
	height: 100%;
}

#intro h3
{
  width:362px;
  height:30px;
}

#logo {
	position: relative;
	left: -30px;
	top: 0px;
	display: none;
}

#pageHeader
{
	top:0px;
	background:url(../images/spacer.gif);
	color:inherit;
	width:735px;
	height: 23px;
	padding-left: 25px;
}

#pageHeader a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}


#pageHeader h1
{
  font-size:1.2em;
  font-weight:bold;
  margin:0;
  padding:15px 10px 0 10px;
}

#pageHeader h2
{
  font-size:1.1em;
  font-weight:bold;
  margin:0;
}

#pageHeader h2 span
{
  display:block;
  padding:0 10px 15px 10px;
  background:url(images/roundcorner_bottom.gif) no-repeat left bottom;
}

#pageHeader a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	line-height: 20px;
	text-decoration: underline;
}

#content
{
	width:710px;
	position: relative;
	left: 25px;
	top: 20px;
	padding-bottom: 40px;
}

#content h3
{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #666666;
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	width: 705px;
}

#content h4 {
	margin:0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
}

/* SupportingText */

#supportingText
{
	background:url(../images/footer.gif) no-repeat left bottom;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color: #BFBFBF;
	color: #FFFFFF;
	line-height: 22px;
	width: 735px;
	padding-left: 25px;
}

#supportingText h3
{
  width:362px;
  height:30px;
  margin:0px;
}

#supportingText a {
	color: #FFFFFF;
	position: absolute;
	right: 25px;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

#supportingText a:hover {
	text-decoration: underline;
}


#footer
{
  text-align:center;
  font-size:10px;
}

.spacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#top {
	position:absolute;
	right: 5px;
	top: 0px;
	width: 150px;
}
#top a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}
#top a:hover {
	text-decoration: underline;
}
