/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #eee;
	background-image: url(images/pattern_sidebar.jpg);
	background-repeat: repeat-y;
	
}

#maintext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	max-width:500px;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );
}

#maintext {
	float: left;
	margin: 15px 10px 10px 170px;
	background-color: none;
	border: none;
	width: auto;
	display: inline;
}

#navigation {
	position: absolute;
	top:20px;
	left:5px;
	padding:5px;
	background-color: #3B3034;
	border: 1px solid #E99900;
	width: 143px;
	voice-family:inherit;
	width: 133px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: inline;
	}
html>body #navigation {
	width: 133px; 
	/* ie5win fudge ends */
	}

#navigation a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:link { color: white; }
#navigation a:visited { color: white; }
#navigation a:hover { color: white; text-decoration: underline; }

a {
	color: #E99900;
	font-weight: bold;
	text-decoration: none;
}
a:link { color: #E99900; }
a:visited { color: #E99900; }
a:hover { color: #E99900; }

h1 {
	margin: 15px 0px 25px 0px;
	font-weight: 500;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 15px 0px 10px 0px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: 500;
	font-size: 14px;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
}
dt {
	font-size: medium;
}

.glossary dt {
	font-size: small;
	font-color: white;
}

dd {
	margin-bottom: 1.6em;
	max-width:500px;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );
}

ul li {
	list-style-type: none;

}

table.info {
	width: 400px;
	border: none;
}
.info td {
	border: none;
}