body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: "lucida sans", sans serif; 
	font-size: 0.9em;
	min-width: 800;
}

#leftcontent {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 200px;
	background: #fff;
	font-size: 14px;
	padding: 6px 10px 20px 10px;

}

#rightcontent {
	position: absolute;
	background: #fff;
	top: 5px;
	right: 5px;
	width: 220px;
	font-size: 14px;
	padding: 15px 10px 20px 10px;

}

#centercontent {

/*	overflow: auto;  
	scrollbar-3dlight-color : #855;
	scrollbar-arrow-color : #fee;
	scrollbar-darkshadow-color : #000;
	scrollbar-face-color : #800;
	scrollbar-highlight-color : #855;
	scrollbar-shadow-color : #800;
	scrollbar-track-color : #000;
	height: 99%; 
*/

	margin-top: 5px;
	margin-left: 240px;	
 	/* Margin for ie */
	margin-right: 240px;
	margin-bottom: 0px;
	background: #fff;
	padding: 5px 10px 100px 10px;
	min-width: 250px;
	/* Trickery for ie: */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 270px:	
}

html>body #centercontent{

     margin-right: 270px;
	
}

/****  Rounded corners  ****/	

#centercontent .top_left {
	margin-top: 5px;
	margin-left: 240px;
}

#centercontent .top_right {
	margin-top: 5px;
	margin-right: 249px;  /* Margin for ie */

	/* More trickery for ie */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 239px;  /* Margin for non ie */
}

.top_left {
	position: absolute;
	top: 0%;
	left: 0%;
	padding: 0px;
	margin: 0px;
}

.top_right {
	position: absolute;
	top: 0%;
	right: 0%;
	padding: 0px;
	margin: 0p;
}

.bottom_left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bottom_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
		
}

#centercontent .bottom_left {	
	margin: 0px;
}

#centercontent .bottom_right {
	margin: 0px;	
}

#title_bar {
	text-align: center;
	border: none;
}

#title_bar a img {
	border: none;
}

/*****************************
 *
 * Text formatting
 *
 *****************************/

a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #d00;
}

a:hover {
	border-bottom: 2px solid #d00;
}

a:active {
	color: #800;
}


#leftcontent h2 {
	font-size: 1em;
	font-weight: bold;
}

#leftcontent ul {
	font-size: 0.95em;
}

#leftcontent li {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}

li {
	margin-bottom: 2px;
}
/*
 * Right column text formatting
 *
 */

#rightcontent h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

#rightcontent ul {
	font-size: 0.95em;
}

#rightcontent li {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

/*
 * Center column text formatting
 *
 */

#centercontent h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 5px;
}

#centercontent h2 {
	margin-top: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5%;
	font-size: 1.5em;
	font-weight: bold;
	color: #800;
}

#centercontent h3 {
	margin-top: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5%;
	font-size: 1.5em;
	font-weight: normal;
	color: #800;
}

#centercontent h4 {
	margin-top: 1.5em;
	margin-bottom: 0px;
	margin-left: 1.5%;
	font-size: 1.1em;
	font-weight: normal;
	color: #800;
}

#centercontent p {
	margin-top: 0.5em;
	margin-left: 1.5%;
	margin-right: 1.6%;
	text-align: justify;
}

#centercontent pre {
	margin-top: 0.5em;
	margin-left: 1.4em;
	margin-right: 1.4em;
}

#centercontent .quote {
	font-size: 0.9em;
	margin-left: 3em;
	margin-right: 3.5em;
	padding-left: 0.2em;
	border-left: 1px solid #800;
}

#centercontent li {
	margin-left: 1.3em;
	margin-right: 1.4em;
}

#centercontent .text_submenu {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.1em;
	font-style: italic;
}

#centercontent .caption {
	text-align: center;
	font-size: 1em;
}

#centercontent .command {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5%;
	margin-right: 1.5%;
	color: #800;
	font-family: "lucida console", courier, proportional;
	font-size: 1em;
}

.figure {
	padding: 5px;
	text-align: center;
}

.eqn {
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.edit_delete {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}


table {	border: 1px solid #800; margin: 1em 0px 1em 0px; }
thead { font-weight: bold; color: #800; font-size: 0.85em; }
th    { padding: 5px; }
td    { 
	text-align:center; 
	padding: 5px;
}

.button {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}

.text_submenu a {
	text-align: center;
}

.footer {
	margin-top: 50px;
	margin-bottom: -50px;
	text-align: center;
	font-size: 0.7em;
}

/* News item formatting: */

	.headline {
		margin-left: 20px;
		font-size: 1.5em;
		font-weight: bold;
		color: #800;
	}

	.date {
		margin-left: 20px;
		font-size: 0.8em;
	}

	.newsitem {
		text-align: justify;
		margin-left: 2.5%;
		margin-right: 4%;
	}

/* Documentation-specific formatting: */

	.timings {
		margin: 1em;
		text-align: left;
		border: 1px solid #800;
	}
	
	.timings td {
		padding: 0.3em;
	}

/******
 *
 * Keep this at the bottom to override link settings
 *
 ******/

a img {
	border: none;
}


