/* This is the stylesheet for Mannex.com */
/* This site was hand-coded by Russ Mannex */

body {
	background-image: url('../images/bgpaper.png');
	background-repeat:repeat-y;
	background-attachment:fixed;
   border-width: 0 px;
   margin: 0px;
   padding: 0px;
   outline-width: 0px;
   text-align: center;
   }
   
.header {
   font-family: bookman;
   font-size: 20pt;
   text-align:center;
   font-style: italic;
   text-decoration: underline;
	}
	
.subhead {
	font-family: bookman;
	font-size: 18pt;
	text-align: center;
	font-style: italic;
	text-decoration: none;
	}
   
p {
   font-family: bookman;
   font-size: 12pt;
   text-align:justify;
   text-indent: 10pt;
   }

img {
	position:absolute;
	left: 0px;
	top: 0px;
	}

table {
	position: absolute;
	top: 200px;
	}

td.menu {
   vertical-align:top;
   text-align: left;
   width: 300px;
   line-height: 30px;
   padding-left: 20px;
   font-size: 12pt;
   font-weight: bold;
   font-style: normal;
   color: blue;
   }

td.data {
   vertical-align:top;
   text-align: justify;
   padding-left: 20px;
   padding-right: 20px;
   font-size: 14pt;
   }

.currentpage {
   color: yellow;
   font-style: italic;
   }

/*
a.menuitem {
   float:left;
	/* width:10em;
	text-decoration:none;
	text-indent: 0;
	font-weight: bold;
	color:#d12700;
	background-color:#ffee66;
	padding:0.2em 1.3em;
	border-right:0;
	}
*/

a.menuitem:hover {
   /* background-color:#cd8b5c; */
   color: red;
   }


a, a:link, a:visited, a:hover, a:active  {
   border:0;
   text-decoration: none;
   color: blue;;
   padding: 0;
   }

/* The reason for the below stylization is because the contents
   I want are like a list without style-type, but I want an
   indent. There should be some way to specify a bullet character,
   but I haven't found one, so I am making a 15 pixels space.
*/

ul.contents {
   font-size:8pt;
   list-style-position:outside;
   list-style-type:none;
   text-indent:0px;
   padding:10px;
   margin:10px;
   }

li.indent {
	font-size:8pt;
   margin:0px 0px 0px 15px;
   }

#copyright {
   font-family: bookman;
   font-size: 9pt;
   text-align: right!Important;
   }

