html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; 
}

a {
	color: #0e2958;
	text-decoration: none;
}
a:hover {
	color: #354158;
}
h2 {
	font-size: 2.2em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #354158;
}
h3 {
	font-size: 1.9em;
	line-height: 1.3;
	margin-top: 30px;
	border-bottom: 1px solid #797979;
	margin-bottom: 10px;
	color: #607293;
}
h4 {
	font-weight: bold;
}
ul {
	margin-left: 15px;
}


#container {
	width: 850px;
	margin: 30px auto 0;
}
#example {
	margin-top: 24px;	
	margin-bottom: 14px;	
}
#example p {
	font-size: 70%;
	text-align: center;
	color: #FFF;
}


/* These two lines can produce transparency, but it affects contents 
as well as BG. Was part of maincontent.

filter: Alpha(Opacity=84);
   opacity:0.84;
*/   

#footer {
	margin-top: 20px;
}
#header {
	text-align: center; 
	margin-top: 20px;
	/*  this will center the logo and home text  */	
}
#maincontent {
   text-align: center;
   background-color: #ffffff;
   border: 7px solid #ffffff;
}
#maincontent h3 {
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	border: 1px solid #ffffff;
	margin: 27px auto;
	color: #000;
}
#maincontent p {
	font-size: 90%;
    text-align: left;
	margin: 17px 23px 20px 25px;
	color: #000000;
}
#navtype {color: #4d4d4d;}
#navigation li {
	display: inline;
	border: 0px;
	padding: 0px
	margin: 0px;
	}
#navigation ul {
	list-style-type: none;
	text-align: center;
	border: 0px;
	padding: 0;
	margin: 0;
	}
#usage p {
	margin: 10px 0px 5px 0px;
}

	
.arrow {
	font-size: 4em;
	position: absolute;
	right: 0px;
	top: -16px;
	color: #b9b9b9;
}
code {
	font-family: Courier;
}
dd {
	margin-left: 150px;
	margin-bottom: 10px;
}
.description {
	margin-top: 10px;
}
dt {
	float: left;
}
.desc {
	margin: -15px 0 40px 0;
	}
.desc p {
	margin-bottom: 10px;
	}
.hdrhead {
	font-size: 1.1em;	
	font-weight: bold;
	color: #990000;
	margin-top: 6px;
	margin-left: 8px;
}
.hdrmice {
	font-size: 0.7em;	
	font-weight: normal;
	color: #000000;
	margin-left: 2px;
}
.home .menuItem h3 {
	font-size: 1.8em;
	line-height: 1.0em;
	float: none;
	position: relative;
	display: block;
	border-bottom: none;
	margin: 0;
}
.home .menuItem p {
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	display: block;
	border-bottom: none;
}
.home .menuItem {
	display: block;
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #797979;
	outline: none;
	cursor: pointer;
	height: 40px;
	border-bottom: 1px solid #797979;
}
.home  .menuItem:hover {
	background-color: #f1f1f1;
}
.home h2 {
	color: #354158;
	margin-bottom: 0px;
}
.home  .menuItem:hover .arrow {
	right: -4px;
}
.nav {
	float: right;
	margin-top: -15px;
}
.micetype {
	font-size: 0.65em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: red;
	text-align: center;
}
.smalltype1 {
	font-size: 0.7em;
	font-family: Arial, Helvetica, Sans-Serif;
}
.version {
	font-family: Courier;
	font-size: 1em;
}

