body {
	min-width:800px;
  font-size: 12pt;
  font-family: Verdana, Arial, sans-serif;
	background: white;
}

#preview-message {
	display:none;
}

@page {
  margin: 3cm;
}

#wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

* {
	margin:0px;
	padding:0px;
}

/* Generic site wide hypertext link selectors */

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

a[href^="/"]:after {
 content: " (http://www.pensionhelp.org" attr(href) ") ";
}

a img { 
	border: none;
}

/* Layout */

#container {
    width:800px;
    margin:0px auto 0px 0px;	
}

#header,#menu,#content,#footer {
	overflow:hidden;
  /* Make these elements inline-block so we can set widths */
	display:inline-block;
}

/* Layout - Header */

.header {
	display: none;
}

/* Layout - Menu */

#menu {
	display: none;
}

/* Layout - Content */

#content {
	width:641px;
	float:right;
}

/* Layout - Footer */

#footer {
	width:773px;
	padding-bottom:30px;
	color:#001384;
	font-weight:bold;
	text-align:center;
	clear:both;
}

#footer ul {
    white-space: nowrap; 
		margin-bottom:10px;
}

#footer li {
	  padding:2px;
    list-style-type: none;
    display: list-item;
}

#footer li.list_separator {
	display:none;
}

#print_disclaimer {
	display:block;
}

/* HTML element styles */

p {
	margin:10px 0px 10px 0px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}

h2 a:link, h2 a:visited {
  color: #000088;
  text-decoration: underline;
}

h2 a:hover {
  text-decoration: underline;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #cc0000;
  margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h4 {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

h5 {
  font-size: 14px;
  font-weight: normal;
  color: #004CB2;
}

/* Misc */

.buffer {
	margin:10px 0px 50px 10px;
}

.blueheader {
	font-size: 18px;
  font-weight: bold;
  color: #000088;
 }

.redheader {
  font-size: 16px;
  font-weight: bold;
  color: #CC0000;
}

table.form th {
  text-align: right;
  vertical-align: top;
}

table.form td {
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 5px;
}

table.form table.form td {
  padding-bottom: 0;
}
