html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
body {
	margin: 0;
	padding: 0;
	background: #ADB2A7;
	font-size: 76%; /* 76%; */
	font-family: Helvetica, Arial, sans-serif;
	}

table, input, select {
	font-size: 100%;
	}

#outerwrap {
	width: 66em;
	margin: 0px auto 10px auto;
	padding: 0;
	color: #1E284D;
	font-size: 1em;
	line-height: 1.5; /* 1.5em */
	overflow: hidden;
	}

h1 {	font-size: 2em;	}
h2 {	font-size: 1.5em; line-height: 1.125;	}
h3 {	font-size: 1.125em;	}
h4 {	font-size: 1em;	}

h1, h2, h3, h4, p {
	margin-left: 7px;
	margin-right: 7px;
	}
a {
	color: #0000ff;
	text-decoration: none;
	}
a:hover {
	color: #0000ff;
	text-decoration: underline;
	}
h2 a {
	text-decoration: none;
	}
img {
	border: 0;
	}

.dimit {
	font-size: .85em;
	}
ol {
	margin-left: 0;
	padding-left: 20px;
	}
ol li {
	list-style-position: outside;
	}
ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 10px;
	}
li {
	list-style-position: inside;
	margin-left: 20px;
	}
	
h1 {
	font-size: 1.8em;
	color: #cc0000;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 1.125;
	}


pre {
	margin-left: 20px;
	margin-right: 45px;
	font-size: 1.125em;
	border-left: 1px dotted #ff5555;
	border-right: 1px dotted #ff5555;
	padding-left: 15px;
	}

#innerwrap {
	background: #ffffff;
	border-left: 1px solid #004400;
	border-right: 1px solid #004400;
	border-bottom: 1px solid #004400;
	width: 65.75em;
	}

/* LOGO ============================ */
#logo {
/* 	width: 100%; */
	margin: 0;
	font-size: 3em;
	line-height: 2;
	height: 3.24em;
	}

/* MASTHEAD ======================== */
#masthead {
/* 	width: 100%; */
	width: 66em;
	margin: 0px auto 0px auto;
	background: #ffffff;
	padding: 0;
	text-align: center;
	}

/* TOPMENU ======================== */
#topmenu {
/* 	background: #C6C6C6 url(../graphics/css-topmenubg100.gif) top left repeat-x; */
	background: #C6C6C6 url(../graphics/css-topmenubg76.gif) top left repeat-x;
	padding: 0;
	font-size: 1em;
	line-height: 2;
	color: #000000;
	height: 2.125em;
	}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#topmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px solid #999999;
	}
#topmenu ul li a {
	padding: 0 18px 0 18px;
	color: #000000;
	text-decoration: none;
	}
#topmenu ul li.last {
	border-right: 1px solid #C6C6C6;
	}
#topmenu ul li a:hover {
	color: #990000;
	}
#topmenu ul li a.cart {
	padding-left: 12px;
	background: transparent url(../graphics/css-cartlink.gif) center left no-repeat;
	}
#topmenu ul li a:hover.cart {
	background: transparent url(../graphics/css-cartlinkhover.gif) center left no-repeat;
	}

/* LMMENU ======================== */
#lmmenu {
	float: left;
	width: 16em;
	padding: 0;
	color: #333333;
	overflow: hidden;
	}
#lmmenu h2 {
	line-height: 1.125;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 20px;
	margin-left: 14px;
	color: #990000;
	font-size: .9em;
	}

#lmmenu h2 a {
	color: #990000;
	text-decoration: none;
	}
#lmmenu h2 a:hover {
	color: #000099;
	text-decoration: underline;
	}

#lmmenu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	font-size: .9em;
	color: #990000;
	list-style-position: inside;
	}
#lmmenu ul li {
	margin: 0 0 0 14px;
	color: #333333;
	padding: 0;
	}
#lmmenu ul li a {
	padding: 0;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	}
#lmmenu ul li a:hover {
	color: #990000;
	text-decoration: underline;
	}

/* RMMENU ======================== */
#rmmenu {
	float: right;
	width: 12em;
	padding: 0;
	font-size: .9em;
	color: #000099;
	font-weight: bold;
	overflow: hidden;
	}
#rmmenu p {
	margin-left: 0;
	margin-right: 0;
	}

/* RCCONTENT ===================== */
#rccontent {
	width: 36em;
	float: left;
	margin-top: 0px;
	}

/* FOOTER ======================== */
#footer {
	width: 65.75em;
	clear: left;
	height: 3.3em;
	background: #ffffff;
	border-top: 1px solid #959AA1;
	margin: 0;
	padding: 0;
	color: #666666;
	}

#footer ul {
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 0 0 0 8px;
	text-align: center;
	font-size: .9em;
	}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#footer ul li a {
	padding: 0 12px 0 12px;
	color: #7D8188;
	text-decoration: none;
	}
#footer ul li a:hover {
	color: #005599;
	}

/* FORM ============================== */
form { margin:0; padding:0; display:block;}

.basicform { 
	float: left; 
	margin-top: 10px;
	margin-bottom: 10px;
	}

.fieldpair {
		display: block;
		clear: both;
		padding: 3px 20px 3px 20px;
		margin: 0;
	}

p.fieldname {
		clear: left;
		float: left;
		width: 8em; /* 100px; */
		text-align: right;
		margin: 0;
		padding: 0;
	}

p.fieldinput {
		float: left;
		text-align: left;
		padding: 0 0 0 5px;
		margin: 0;
	}

.submitbutton {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* =================================== */
.boxreset {
        margin: 0;
        height: 0;
        padding: 0;
        width: 100%;    /* this is the magic element to fix the h1 clump */
        clear: both;    /* magic element makes box shrink-wrap */
}

.floatright {
        float: right;
        margin: 6px 5px 0px 8px;
}

.floatleft {
        float: left;
        margin: 6px 8px 0px 5px; 
}

.pstamp {
	width: 22em; /* 23 in ie6 went whacky */ /* 280px; */
	float: left;
	margin: 10px;
	border: 1px solid #649ADE;
	background: #D0E0F0; 
	}
.pstamp h2 {
	font-size: 1.5em;
	text-align: center;
	}


.sidebox {
	width: 25em;
	font-size: .9em;
	float: right;
	margin-left: 15px;
	padding-left: 5px;
	border-left: 2px dashed #9CB3D5;
	}
.sidebox h2 {
	margin-top: 5px;
	}
.sidebox h4 {
	margin-top: 5px;
	margin-bottom: 0px;
	}

.insetbox {
	width: 90%;
	margin: 0 auto;
	}

h2.ocswitch {
	font-size: 1.125em;
	line-height: 1;
	padding-bottom: 3px;
	overflow: hidden;
	margin-bottom: 0;
	}
.ocbox {
	margin-left: 2.5em;
	margin-right: 2.5em;
	overflow: hidden;
	}
.ocopened  {
	padding-left: 12px;
	background: transparent url(../graphics/css-adwn.gif) center left no-repeat;
	border-bottom: 1px dashed #116699;
	}

.occlosed  {
	padding-left: 12px;
	background: transparent url(../graphics/css-argh.gif) center left no-repeat;
	border-bottom: 1px dashed #ffffff;
	}

h2.point2 {
	font-size: 1.5em;
	color: #000099;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 1.125;
	}

p.faqq {
	color: #990000;
	padding-bottom: 0;
	margin-bottom: 0;
	}

p.faqq a {
	color: #990000;
	}

p.faqa, ul.faqa {
	color: #000044;
	padding-top: 0;
	margin-top: 0;
	margin-left: 36px;
	margin-right: 36px;
	}

p.cta {
	color: #990000;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	border: 1px dashed #990000;
	}

blockquote {
	margin-right: 20px;
	margin-left: 20px;
	color: #000099;
	padding: 10px;
	border: 1px dashed #990000;
	}

blockquote p.bywho {
	text-align: right;
	}


.centeredline {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1px;
        margin-top: 4px;
        padding:0px;
        width: 82%;
        height: 0;
        border-top: 1px solid #994444;
/*      border-bottom: 1px solid #B9C893; */
        text-align: center;
}


