body{
    margin-left: 10%;
    margin-right: 10%;
    font-family: georgia, "trebuchet ms", verdana, arial, sans-serif;
    line-height: 120%;
    font-size: 10pt;
/*    background-color: #d6d6f3; */
	background-color: #dedeff;
    color: #000000;
}

/* Link Styles */

a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}

/* Header styles. */

h1{
    border-top: solid 2px black;
    margin-top: 0;
    font-size: 24pt;
    padding: 0.5em 0.2em 0.2em 0.2em;
	margin-bottom: 0.5em;
}

h1 img{
    margin: 0 1em 0.2em 0.2em;
}

div.menu{
	float: left; 
	margin-right: 2em; 
	border: solid 1px black;
	padding: 0.5em;
}

div.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.menu ul li{
}

/* The page title is an h2. */

h2{
    font-size: 15pt;
	clear: both;
	border-top: solid 2px black;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

/* Footer styles. */

div.footer{
	border-top: solid 1px black; 
	border-bottom: solid 1px black;
	padding: 0;
	margin-top: 2em;
}

div.footer p{
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
}

div.footer p a{
	text-decoration: none;
	color: #000000;
}

/* Classes for the update table. */
table.bugList{
	border: solid 1px black;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-top: 1em;
	margin-bottom: 1em;
	min-width: 100%;
}

table.bugList td{
	border: solid 1px black;
	padding: 0.25em;
	vertical-align: top;
}

table.bugList thead td{
	text-align: center;
	font-weight: bold;
}

table.bugList tr.fixed td{
	background-color: #e6e6ff
}
/* Styles for question/answer area */
div.question {
	padding: 20px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	border-color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
}
div.detailbox {
	display: block;
	float: right;
	width: 50%;
	height: 100%;
	font-style: normal;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	overflow: auto;
}
textarea{
	text-align: left;
	width: 90%;
	height: 100%;
	display: block;
}
img {
	border: none;
}
#header {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#preamble {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
}




