/* CSS Document */
html{
	width:100%;
}
body{
	margin: 0px;
	font-size:10px;
	font-family:Verdana,Arial,Helvetica;
	background:url(/_images/page-bkd.gif) repeat-x #007070 center top;
	width:100%;
}
ul{
	padding: 0px;
	margin: 0px;
}
p{
	_height: 1%;
	margin: 10px 0px 0px 0px;
}
a{
	color: #ed1c4e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
}
#wrapper{
	position:relative;
	width:868px;
	margin:98px auto 0px auto;
}
#header{
	position:relative;
	background:url(/_images/page-header.gif) no-repeat transparent 0px 0px;
	height:105px;
}
#logo{
	position:absolute;
	left:-80px;
	top:-75px;
	z-index:9999;
	float:left;
}
#content{
	position:relative;
	background:url(/_images/content-bkd.gif) no-repeat #ffffff 0px 0px;
	overflow:auto;
	_height:1%;
}
#content h1.sectionTitle{
	position:absolute;
	left:230px;
	top:7px;
	z-index:1;
}
#leftContent{
	float:left;
	width:170px;
	text-align:center;
	padding:150px 15px 15px;
}
#primaryContent{
	float:left;
	background:url(/_images/vertical-divider.gif) repeat-y transparent 0px 0px;
	margin-top:85px;
	padding:20px 125px 30px 32px;
	font-size:11px;
	width:500px;
	min-height:328px;
	_height:328px;
}
#primaryContent ul{
	list-style:circle;
	margin:15px 30px;
}
#primaryContent li{
	margin-bottom:6px;
}
#primaryContent h3{
	font-size:12px;
	font-weight:800;
}
#footer{
	background:url(/_images/page-footer.gif) no-repeat transparent 0px 0px;
	padding-top:57px;
	padding-bottom:30px;
	color:white;
	font-size:1em;
	text-align:center;
}
#footer a{
	color:white;
}
