body {
	background-color: #333;
	margin-left: 15px;
	margin-top: 10px;
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 1.1em; 
	padding-top: 8px;
}
#masthead {
	position: relative;
	background-color: #FFFFFF;
	width: 740px;
	height: 200px;
	background: url(/images/header-bg.jpg);
}
#masttopbar {
	position: relative;
	background-color: #CCCCCC;
	padding: 5px 10px 5px 200px;
	top: 10px;
	font-size: .9em;
	color: #000;
}
#masttopbarright {right: 20px; position: absolute; top: 5px; font-weight: bold; }
#mastbottombar {
	position: relative;
	background-color: #CCCCCC;
	padding: 5px 10px 5px 200px;
	top: 150px;
}
#mastbottombar a:link, #mastbottombar a:visited {
	font-size: 0.9em;
	text-decoration: none;
	background-color: #999;
	color: #FFF;
	padding: 2px;
	margin-right: 3px;
	border: 1px solid black;
}
#mastbottombar a:hover, #mastbottombar a:active {
	background-color: #FFF;
	color: #AAA;
}
#inkcartridge {
	position: absolute;
	top: 30px;
	left: 420px;
}
#leftmenu {
	position: absolute;
	width: 150px;
	left: 20px;
	top: 10px;
	z-index: 100;
	padding-left: 20px;
}
#searchbox {
	position: absolute;
	top: 140px;
	left: 20px;
	background-color: #666;
	height: 80px;
	width: 160px;
}
#searchform {
	margin-top: 25px;
	margin-left: 10px;
}
#navcontainer {
	position: absolute;
	top: 220px;
	left: 20px;
}
 #navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 160px;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0 0 0 0;
padding: 0;
}

#navlist a {
width: 160px;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #EEE;
border-bottom: 1px #000 solid;
text-decoration: none;
color: #000;
padding: 6px 0;
}

#navlist a:hover { color: #FFF; background-color: #333; }


ul.rollmenu {list-style-type: none;
    color: #000;
    background-color: #ffc;
    margin: 0;
    padding: 0;
    border-color: #dda;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    width: 160px;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding: 0 0;
    width: 160px}
    html>body ul.rollmenu {width: 160px}
ul.rollmenu li {font-weight: bold;
    margin: 0;
    padding: 0}
ul.rollmenu ul {list-style-type: none;
    margin: 0.1em 0 0 0;
    padding: 0;
    border-bottom: 1px solid #dda;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin: 0.1em -0.5em 0 -0.5em}
ul.rollmenu a {font-weight: normal;
    text-decoration: none;
    color: #03f;
    background-color: transparent;
    margin 0;
    padding: 0 0.5em 0 1.25em;
    width: 100%;
    border-top: 1px solid #dda;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 1em}
html>body ul.rollmenu a {width: 160px}
ul.rollmenu a:hover {color: #03f;
    background-color: #ff3}
#content {
	position: relative;
	background-color: #FFF;
	width: 740px;
}
#contentcol {
	margin-left: 210px;
	margin-right: 10px;
}
#footerbar {
	position: relative;
	background-color: #CCCCCC;
	padding: 5px 0px;
	margin-top: 20px;
	font-size: .8em;
	color: #CC0000;
	bottom: 5px;
	width: 740px;
	height: 20px;
}
#footerbar a:link, #footerbar a:visited { color: blue; text-decoration: none; }
#footerbarleft{ position: absolute; left: 10px; }
#footerbarright { position: absolute; right: 10px; }
.largeheadline { font-size: 1.5em; color: #CC3333; padding-left: 30px; font-weight: bold;}
.headline {font-size: 1.2em; color: #CC3333; padding-left: 30px; font-weight: bold; padding-top: 0; line-height: 1em; }
.subheadline {font-size: 1em; color: #000; padding-left: 30px; font-weight: bold; line-height: 1em; margin-top: -15px;}
#bottommenubar {
	left: 210px;
	width: 520px;
	text-align: center;	
	position: absolute;
	padding: 5px;
	margin-top: 20px;
	font-size: .7em;
	color: #CC0000;
	bottom: 45px;
}
#bottommenubar a:link, #bottommenubar a:visited { color: blue; text-decoration: underline; }
#bottommenubar a:hover, #bottommenubar a:active { color: blue; text-decoration: none; }
.faq {
	color: #CC3333;
}
.floatleft { float: left; margin-left: 0px; margin-right: 10px; margin-bottom: 10px; margin-top: 0px; }
.bold { font-weight: bold; }