body {
margin:0;
padding:0;
font-size:90%;
}
/* header styles */
#header {
clear:left;
float:left;
width:100%;
overflow:hidden;
border-bottom:3px solid #eeeeee;
}
#header p,
#header h1,
#header h2 {
clear:left;
float:left;
width:96%;
margin:0;
padding:.4em 2% .1em 2%;
}
/* column container */
.colmask {
clear:both;
float:left;
width:100%;
overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
float:left;
width:100%;
position:relative;
}
.col1,
.col2,
.col3 {
float:left;
position:relative;
padding:.5em 0 1em 0;
overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
background:#fff; /* right column background colour */
}
.leftmenu .colleft {
right:75%; /* right column width */
background:#eeeeee; /* left column background colour */
}
.leftmenu .col1 {
width:71%; /* right column content width */
left:102%; /* 100% plus left column left padding */
}
.leftmenu .col2 {
width:21%; /* left column content width (column width minus left and right 
padding) */
left:6%; /* (right column left and right padding) plus (left column left 
padding) */
}
/* Footer styles */
#footer {
clear:both;
padding:1em 2%;
border-top:3px solid #eeeeee;
}
body {
	font: 80% verdana, arial, helvetica, sans-serif; background-color: white
}
td {
	font-size: 80%; line-height: 1.5em
}
a:link {
	color: #0000ff; text-decoration: none
}
a:visited {
	color: #800080; text-decoration: none
}
a:hover {
	color: #0000ff; text-decoration: underline
}
p {
	line-height: 1.5em; margin-bottom: 1em; margin-top: 0.5em
}
pre {
	BACKGROUND: #eeeeee; margin-bottom: 1em; margin-left: 0px; margin-top: 1em; PADDING-BOTTOM: 5pt; PADDING-LEFT: 5pt; PADDING-RIGHT: 5pt; PADDING-TOP: 5pt
}
h1 {
	font: 160% verdana, arial, helvetica, sans-serif; text-align: center; margin: 0px 0px 5px
}
h2 {
	font: 130% verdana, arial, helvetica, sans-serif; text-align: center; margin-bottom: 0.5em
}
h2 {
    color: #2f4f4f
}

h3 {
	font: bold 110% verdana, arial, helvetica, sans-serif; text-align: center; margin-bottom: 0.5em
}
h4 {
	font: bold 100% verdana, arial, helvetica, sans-serif; text-align: center; margin-bottom: 0.5em
}
h4 {
    color: maroon
}
h5 {
	font: bold 100% verdana, arial, helvetica, sans-serif; text-align: center; margin-bottom: 0.5em
}
ol {
	margin-bottom: 10px; margin-left: 25px; margin-top: 10px
}
ol li {
	line-height: 150%; margin-bottom: 0.5em; margin-left: 1em
}
ins {
	color: red
}
.price {
  color: #CC0000;
  background: none
}
.note {
  color: #006600;
  background: none
}
p.center {
  text-align: center
}
li { list-style-type: none;
}
ul { padding: 0; margin: 0;
}
#navcontainer {
	width: 100%;
	float: left;
	background-color: #eeeeee;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul {
	margin: 0;
	padding: 0 0 0 7%;
	color: #000033;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .70em;
	letter-spacing: 2px;
	font-weight: normal;
}
#navcontainer ul li a {
	padding: 0.2em 12px;
	background-color: #eeeeee;
	color: #000033;
	text-decoration: none;
	float: left;
	border-right: 1px solid #94B473;
}
#navcontainer ul li a:hover {
	background-color: #FFFFFF;
	color: #000033;
}
#navlist li a:hover, #navlist li a:active {
	color: #000033;
	text-decoration: none;
	background: #FFFFFF;
	text-align: left;
	font: normal 10px/10px verdana, arial, helvetica, sans-serif;
}