body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333;
	text-align: center;
	background: #c0c0c0 repeat-y top;
	font: 600 0.8em "Courier New", Courier, mono;
}
h1 {
	font-size: 200%;
	color: #808040;
	margin: 0;
}
h2 {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #b83808;
	margin: 1px 0 1px 1px;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #b83808;
	text-decoration: none;
	padding: 3px 6px;
	border-bottom: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	word-spacing: 2px;
	letter-spacing: 3px;
	background-color: #FFFFCC;
}
/*h3 {
	color: #9aba11;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 0 2px;
	margin: 0;
}
*/
a {
	color: #547699;
	text-decoration: underline;
}
a:hover {
	color: 374164;
	text-decoration: none;
}
img {
	border: none;
	list-style-image: url(/img/psnlogo.gif);
}
/*img.left {
	float: left;
	margin: 0 .5em 0 .2em;
	padding: .2em;
	border: 1px solid #eee;
}
img.right {
	float: right;
	margin: 0 .2em 0 .5em;
	padding: .2em;
	border: 1px solid #eee;
	background: url(img/headerpeachbannerleft.gif) repeat-y;
}
.boxleft {
	border: 1px solid #eee;
	float: left;
	margin: 0 .5em 0 .2em;
	padding: 0.2em;
	background: url(img/headerpeachbannerleft.gif) repeat-y;
}

.boxright {
	border: 1px solid #eee;
	float: right;
	margin: 0 .2em 0 .5em;
	padding: 0.2em;
	background: url((img/headerpeachbannerleft.gif) repeat-y;
}
blockquote.warning {
	margin: 1em;
	padding: .5em;
	padding-left: 5em;
	border-top: 1px solid #eee;
	background: #fffbf1 url(img/blockquote-bg-warning.jpg) no-repeat left top;
}
blockquote.question {
	margin: 1em;
	padding: .5em;
	padding-left: 5em;
	border-top: 1px solid #eee;
	background: #fffbf1 url(img/blockquote-bg-question.jpg) no-repeat left top;
}
blockquote p {
	font-size: .8em;
	margin: .2em;
	color: #616161;
}
*/
#outer {
	vertical-align: top;
	border-left: 2px solid #c8c8c8;
	border-bottom: 2px solid #c8c8c8;
	padding: 0 13px 0 0;
	text-align: left;
	width: 48em;
	background: url(img/paperborder-r.gif) no-repeat bottom right;
	margin: 0 auto;
}
#centerColumn {
	padding: 1em;
	width: 46.1em;
	text-align: left;
	vertical-align: middle;
	background: white url(img/paper-bm.jpg) no-repeat center bottom;
}
.headerslogan {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #b83808;
	margin: 1px 0 1px 1px;
	background: url(img/headerpeachbanner.jpg) no-repeat top right;
}
/*
#borderleft {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-position: top;
	background-repeat: repeat-x;
	left: -11px;
}
#borderright {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	height: 100%;
	right: -13px;
}

#fauxRightColumn {
	position: absolute;
	float: right;
	margin: 0 0 0 -20px;
	padding: 0;
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #eee;
}
#fauxRightColumn h2 {
	margin-bottom: -1em;
	font-size: .9em;
	color: #DA8619;
}
#fauxRightColumn a {
	font-size: .9em;
	text-decoration: none;
	color: #559449;
}
#fauxRightColumn a:hover {
	text-decoration: none;
	color: #ccc;
}
*/
div.ruler {
	line-height: 0;
	height: 1px;
	background: #DDD;
	font-size: 0;
	margin: 10px 0;
	padding: 0;
}
/*
div.rowl {
	width: 130px;
	padding-right: 9px;
	float: left;
	padding-left: 8px;
}
div.rowc {
	margin: 0 10px;
	float: left;
	width: 130px;
}
div.rowc2 {
	margin: 0 10px;
	float: left;
	width: 130px;
	padding-left: 10px;
}
div.rowr {
	padding-left: 10px;
	float: left;
	width: 130px;
}
*/
.subHeading {
	display: block;
	clear: both;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.noDisplay {
	display: none;
}
.bugFix {
	height: 1px;
}
.bigRightChar, .bigLeftChar {
	font-size: 6.0em;
}
.bigRightChar {
	float: right;
	width: 11%;
	text-align: left;
}
.bigLeftChar {
	float: left;
	width: 10%;
	text-align: right;
	padding-bottom: 11px;
}
.center {
	text-align: center;
}
.verticalSpacer {
	height: 1.3em;
}
acronym {
	cursor: help;
	border: 1px solid #D2D2D2;
	background: #FFF;
}
ul {
	margin-left: 2.0em;
	padding-left: 2.0em;
	list-style-image: url(../images/bullet.gif);
}
ul li:hover {
	list-style-image: url(../images/bullet_on.gif);
}
p {
	margin: 15px 0;
}
.imgBlock {
	float: left;
	width: 75%;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 1.0em;
}
.imgBlock .imgThree {
	padding: 0 2%;
}
.imgLeft {
	float: left;
	padding: 5px;
	background: url(img/headerpeachbannerleft.gif) repeat-y;
	margin: 10px 10px 5px;
}
.imgRight {
	float: right;
	padding: 5px;
	margin: 6px;
	text-align: right;
	background: url(img/headerpeachbannerleft.gif);
}
.buynow {
	float: right;
	padding: 5px;
	margin: 6px;
	text-align: right;
	width: 40%;
	background: url(img/headerpeachbannerleft.gif);
	color: #C60403;
}
.imgText {
	display: block;
	font-size: 0.7em;
}
.inputField {
	font-size: 0.70em;
	border: 1px solid #D2D2D2;
	background: #FFF;
}
.inputField:focus {
	color: #444;
	border: 1px solid #999;
}
.nav-global-container {
	position: absolute;
	z-index: 3;
	width: 780px;
	top: 5px;
	background: transparent;
}
.nav-global {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}
.nav-global ul {
	float: right;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-global li {
	display: inline;
	white-space: nowrap;
	text-transform: none;
}
.nav-global li a {
	display: inline;
	margin: 0;
	padding: 0 4px;
	border-left: solid 1px #646464;
	color: #646464;
	text-decoration: none;
	font-size: 110%;
}
.nav-global a:hover {
	color: #333;
	text-decoration: underline;
	background: #fff;
}
.img-flag {
	display: inline;
	vertical-align: text-bottom;
	height: 1.0em;
	margin: 0;
	padding: 0;
	border: solid 1px #000;
}
/*
.site-name {
	clear: both;
	float: left;
	position: absolute;
	z-index: 2;
	width: 461px;
	top: 20px;
	margin: 0;
	padding-left: 17px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: transparent;
}
.site-slogan {
	float: left;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 1.9em;
	left: 15px;
	margin: 0;
	padding: 0 0 0 3px;
	color: #ccd8e4;
	font-weight: bold;
	font-size: 14px;
	height: 15px;
	background: transparent;
}
*/
.img-header {
	clear: both;
	float: left;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
}
.nav-main {
	clear: both;
	float: left;
	width: 100%;
	min-height: 2.0em;
	line-height: 2.0em;
	margin: 0;
	padding: 0;
	border-top: solid 1px #546f90;
	border-bottom: solid 1px #546f90;
	background: #9fb6d5;
}
.nav-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.nav-main li {
	float: left;
	white-space: nowrap;
	background: inherit;
}
.nav-main li a {
	margin: 0;
	padding: 0 10px;
	border-left: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	letter-spacing: 1px;
}
.nav-main li a.noborder {
	margin: 0;
	padding: 0 10px;
	border-left: none;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}
.nav-main li a.noborderselected {
	margin: 0;
	padding: 0 10px;
	border-left: none;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	background: inherit;
}
.nav-main a:hover {
	color: #4b4b4b;
	text-decoration: none;
	background: inherit;
}
.nav-main a.selected {
	color: #4b4b4b;
	text-decoration: none;
	background: inherit;
}
.buffer {
	float: left;
	width: 780px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #fff;
}
* html .nav-main {
	height: 2.0em;
}
.nav-global-font {
	font-size: 1.0em;
}
.nav-main-font {
	font-size: 10px;
}
.content-font {
	font-size: 1.0em;
}
/*.sidebar-font {
	font-size: 1.0em;
}
*/
.footer-font {
	position: relative;
	height: 2.5em;
	line-height: 1.2em;
	text-align: center;
	font-size: .8em;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	text-decoration: none;
}
#nav li li a {
	display: block;
	padding: 0.2em 10px;
	color: #333;
}
li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background: inherit;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: url(img/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em;
	border-right: solid 1px #7d6340;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	border: 0;
	background: transparent;
}
li:hover ul, li.over ul {
	display: block;
	color: #808040;
}
hr {
	display: none;
}
p {
	color: #444;
	font: 11px/1.8em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
div#extra p {
	color: #444;
	font: 11px/1.8em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
div#extra {
	width: 360px;
	padding: 10px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(img/headerbanner.jpg) repeat-y;
	margin: 10px 10px 10px 70px;
}
.mainbody {
	float: none;
	margin: 0px 40px 10px;
}

label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 1.2emmargin-top: .4em;
	display: block;
}
.submit input {
	margin-left: 8.5em;
}
textarea, input {
	color: #9f9f9f;
	background: white;
	border: 1px solid #AACCD5;
	margin-left: 1em;
	margin-top: .4em;
}
fieldset {
	border: 1px solid #AACCD5;
}
legend {
	background: #FFFFE9;
	border: 1px solid #AACCD5;
	padding: 2px 6px;
}
