body {
	background:#383838;
	margin:10px 10px 0px 10px;
	padding:0px;
	font: 14px "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	}

a:link {
	color: white;
	text-decoration: none;
	}

a:visited {
	color: #999900;
	text-decoration: none;
	}

a:active {
	color: red;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: none;
	}
	
acronym:hover {
	cursor: help
	}

acronym[title] {
	border-bottom: none;
	cursor: help;
	}

#leftcontent {
	position: absolute;
	left:10px;
	top:50px;
	width:82px;
	background:#000000;
	border:1px solid #000;
	color:#9f9f9f;
	}

#centercontent {
	background:#000000;
	margin-left:81px;
	margin-right:129px;
	border:1px solid #000;
	color:#bfbfbf;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
		
	Read more at http://www.glish.com/css/hacks.asp
	*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left:83px;
	margin-right:131px;
	}
html>body #centercontent {
	margin-left:83px;
	margin-right:131px;
	}

#centercontent address {
	font:12px "Kaela", arial, sans-serif, bold;
	margin:0px 0px 5px 5px;
	}	

#centercontent tt {
	font:14px "Kaela", arial, sans-serif, bold;
	}	

#rightcontent {
	position: absolute;
	right:10px;
	top:50px;
	width:120px;
	background:#000000;
	border:1px solid #000;
	color:#9f9f9f;
	}
html>body #rightcontent {
	width:130px;
}

#rightcontent address {
	font-size:10px;
	margin:-8px 0px 5px 5px;
	}

#rightcontent tt {
	font:12px "Kaela", arial, sans-serif, bold;
	margin:-8px 0px 5px 5px;
	}

#rightcontent p {
	margin:0px 10px 10px 5px;
	}

#banner {
	background:#800000;
	color: #111;
	height:40px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
	}
html>body #banner {
	height:39px;
	}
		
p,h1,h2,pre,form {
	margin:0px 10px 10px 10px;
	}
		
p.sub {
	margin:0px 0px 5px 5px;
	font-size:10px;
	color:#ddd;
	}

h1 {
	font-size:14px;
	padding-top:10px;
	}

h2 {
	font:16px "Kaela", arial, sans-serif, bold;
	padding-top:10px;
	}
		
#banner h1 {
	font:24px "Kaela", arial, sans-serif, bold;
	padding:5px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	color:#eee;
	}
	
#hidden {
	color:#000000;
	}

ul {
	list-style: none;
	}

li.listing {
	padding:5px 5px 5px 5px;
	}

#navcontainer {
	width:130px;
	}
html>body #navcontainer {
	width:140px;
}

#navcontainer ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	}

#navcontainer a {
	display:block;
	padding:3px;
	width:110px;
	background-color:#800000;
	border-left: 1em solid #000000;
	}
html>body #navcontainer a {
	border-bottom:1px solid #000000;
}

#navcontainer a:link, #navlist a:visited {
	color:#EEE;
	text-decoration:none;
	}

#navcontainer a:hover {
	background-color:#9f9f9f;
	border-color:#ddd;
	color:#000;
	}

#subnavcontainer {
	width:82px;
	}

#subnavcontainer ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}

#subnavcontainer a {
	display:block;
	padding:3px;
	width:76px;
	background-color:#800000;
	border-bottom:1px solid #000000;
	}

#subnavcontainer a:link, #subnavlist a:visited {
	color:#EEE;
	text-decoration:none;
	}

#subnavcontainer a:hover {
	background-color:#9f9f9f;
	border-color:#ddd;
	color:#000;
	}

img.picright {
	float:right;
	padding:5px 5px 5px 5px;
	border:0px;
	}

img.picleft {
	float:left;
	padding:5px 5px 5px 5px;
	border:0px;
	}

img.piccenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px 5px 5px 5px;
	border:0px;
	}

.W3C {
	font-family: verdana, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	margin:0px;
	border-left:1px solid #FD6;
	border-top:1px solid #FD6;
	border-right:1px solid #FA6;
	border-bottom:1px solid #FA6;
	color: black;
	background-color: #FC6;
	}

.Back {
	font-family: verdana, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	margin:0px;
	border-left:1px solid #322;
	border-top:1px solid #322;
	border-right:1px solid #022;
	border-bottom:1px solid #022;
	color: white;
	background-color: #222;
	}

.Flip {
	font-family: verdana, sans-serif; 
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	margin:0px;
	border-left:1px solid #900;
	border-top:1px solid #900;
	border-right:1px solid #600;
	border-bottom:1px solid #600;
	color: white;
	background-color: #800;
	}
								
.accelerator {
	text-decoration: underline;
	}

.attention {
	text-decoration: underline;
	}

.subtext {
	font-size: 10px;
	}

.disclaimer {
	font-size: 12px;
	}

ul.sidebyside {
	padding: 0;
	margin: 0;
	}

.sidebyside li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	}
