html, body {
	margin:0;
	padding:0;
	background: #d8d8e0 url("/media/gradient-400-white.png") repeat-x;
	font-family: Helvetica, sans-serif;
      font-size: 12pt;
      height: 100%;
}

body div.body {
	background: transparent url("/media/background-2.png") no-repeat;
	position:relative;
      min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}

h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }

p {
	text-indent: 15px;
	padding: 0 0 0 10px;
	font-size: 80%;
}

#banner {
	background: transparent url("/media/pr-logo2.png") 8px 9px no-repeat;
	height:65px;
	padding:10px;
}


#banner form {
	float: right;
	margin: 10px 0px 0 20px;
}

#banner img {
	background: transparent;
	margin: 0px 0 0 0px;
	float: left;
}

#banner div.header {
	font-size: x-small;
}

#header {
	padding: 0;
	margin: 0px 0 0 0;
	background:transparent;
	border-bottom: 2px solid #448;
	position: absolute;
	left:10px;
	top:70px;
	right:10px;
	height:25px;
	font-size: small;
}

#header ul {
	padding: 0;
	margin: 0px 0 0 0;
	vertical-align: bottom;
	list-style: none;
	float: right;
	border-right:1px solid #aaa;
}

#header li {
	bottom: 0px;
	float: left;
	text-decoration: none;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	
}

#header ul li a span {
	display: block;
	background: transparent url("/media/target.png") 10px no-repeat;
	padding: 4px 20px 4px 33px;
}

#header ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
	padding: 0;
	background: #fff url("/media/gradient-30-black.png");
	height: 24px;
}

#header ul li a.current{
	background: #475470 url("/media/gradient-30-white.png");
	color: #fff;
	font-weight: bold;
}

#header ul li a:hover {
	background: #8794b0 url("/media/gradient-30-white.png");
	color: #fff;
}



#leftcontent {
	background: transparent;
	position: absolute;
	padding: 0px;
	left:0px;
	top:95px;
	width:188px;
	font-size: 90%;
	color: #000;
}

#leftcontent ul {
	padding: 0;
	margin: 15px 10px 10px 10px;
	width: 188px;
	list-style: none;
	border: 1px solid #ccd;
}

#leftcontent a {
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
}

#leftcontent a.a {
	font-size: 100%;
	font-weight: normal;
}

#leftcontent a.b {
	background: transparent url("/media/arrow-r-blue-50.png") 25px no-repeat;
	padding: 2px 5px 2px 40px;
	font-size: 80%;
}

#leftcontent a.c {
	background: transparent url("/media/arrow-r-blue-50.png") 40px no-repeat;
	font-size: 60%;
	padding: 2px 5px 2px 55px;
}

#leftcontent li {
	padding: 0px;
	margin: 0px;
	background: transparent url("/media/gradient-30-gray2.png");
}

#leftcontent li.inactive a.a {
	background: transparent url("/media/arrow-r-white.png") 2px no-repeat;
	padding-left: 28px;
}

#leftcontent li.activeh a.a {
	background: transparent url("/media/arrow-d-white.png") 2px no-repeat;
	padding-left: 28px;
}

#leftcontent li.inactive a.b:hover {
	background: #8794b0 url("/media/arrow-r-blue-50.png") 25px no-repeat;
	color: #eef;
	text-decoration: none;
}
#leftcontent li.inactive a.a:hover {
	background: #8794b0 url("/media/arrow-r-white.png") 2px no-repeat;
}
#leftcontent ul li.inactive a {
	color: #004;
}

#leftcontent li.activeo {
	font-weight: bold;
}

#leftcontent li.inactivec {
	display: none;
}

#leftcontent li.activeo a.b{
	background: #ddd url("/media/arrow-r-blue.png") 25px no-repeat;
}

#leftcontent li.activeo a.c{
	background: #ddd url("/media/arrow-r-blue.png") 40px no-repeat;
}

#leftcontent ul li.active a:hover {
	color: #bfbfd2;
	text-decoration: none;
}

#leftcontent li.activeh {
	background: #475470 url("/media/gradient-30-white.png");
	color: #eef;
}

#leftcontent ul li.activeh a {
	color: #eef;
}



#centercontent {
	padding: 30px 15px 30px 30px;
	margin-left: 191px;
	margin-right: 160px;
	min-height: 100%;
}
#centercontent h2{
	background: transparent url("/media/gear.png") 0px no-repeat;
	padding-left: 30px;
}

#centercontent div {
	margin-top: 20px;
	margin-left: 40px;
}

#centercontent div.min200 {
	margin: 0;
	min-height: 200px;
	/* start ie6 hack HERE */
	height:auto !important;
  	height:200px;
}

#centercontent div.min150 {
	margin: 0;
	min-height: 150px;
	/* start ie6 hack HERE */
	height:auto !important;
  	height:150px;
}

#centercontent div.min100 {
	margin: 0;
	min-height: 100px;
	/* start ie6 hack HERE */
	height:auto !important;
  	height:100px;
}

#centercontent div.min50 {
	margin: 0;
	min-height: 50px;
	/* start ie6 hack HERE */
	height:auto !important;
  	height:50px;
}

#centercontent img {
	float: right;
	margin: 10px;
	height: 100%;
}

#centercontent img.l {
	float: left;
	margin: 5px;
}

#centercontent p {
	margin: 2px 0 5px 0;
	font-style: normal;
}

#centercontent table {
	margin: 2px 0 0 0;
	font-size: 90%;
}

#centercontent li{
	margin: 10px 0 0 20px;
	font-style: italic;
}

#rightcontent {
	position: absolute;
	right:0px;
	top:108px;
	width:140px;
	padding: 0px;
	margin: 0 10px 0 10px;
}

#rightcontent div.border {
	border: 2px solid #aad;
}

#rightcontent ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	font-size: 60%;
}

#rightcontent span.total {
	font-weight: bold;
	font-size: 80%;
	padding: 0 5px 5px 10px;
}

#rightcontent a.buttons {
	font-weight: bold;
	font-size: 80%;
	padding: 0 5px 0px 0px;
}

#rightcontent li {
	background: transparent url("/media/arrow-r-white.png") 2px no-repeat;
	padding-left: 28px;
	min-height: 20px;
}
	
#rightcontent a {
	text-decoration: none;
}

span.rightspan {
	font-style: italic;
	font-size: 90%;
	text-decoration: none;
}

span.rightspan img{
	border: 2px solid #ccd;
}
span.rightspan p {
	padding: 0px;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
	text-indent: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #f8f8ff;
	border-bottom: 2px solid #aad;
	background: #b7b4c0 url("/media/gradient-30-white.png");
}

#footer {
	position: absolute;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
	width:50%;
	text-align: center;
	font-size: small;
	color: #224;
	font-weight: bold;
}

#overlay {
	padding: 40px;
	margin: 0px 0 0 0;
	position: absolute;
	left:0px;
	top:0px;
}

