html, body {
	margin: 0;
    padding: 0;
    background: #fff;

    /*
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    */
	font-size: 10pt;
    /*
	line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
	*/
	font-family: verdana,arial,sans-serif;
    }
acronymn {
	border-bottom: 1px dotted black;
	cursor: help;
	}
abbr {
	border-bottom: 1px dotted black;
	cursor: help;
	}
	
h2 {
	font-size: 150%;
    }

h2 a:hover {
	color: inherit;
    }

a:link, a:visited {
	font-family: Verdana,sans-serif;
    color: #fa6;
	color: #F07F25;
	/* font-weight: bold; */
    text-decoration: none;
    }

a:hover {
	text-decoration: underline;
    }

input.button {
	border: 1px solid black;
	background: #def;
	}
.icon {
	border: 0;
	vertical-align: middle;
	}

#header {
	line-height: 1.1; /* To fix stupid IE background bug */
    margin: 0 5px 0 0;
    padding: 5px 15px;
	background: #C9BA93 url(../images/header-bg2.jpg) no-repeat scroll top right;
	color: #000;
	border-bottom: 3px solid #000;
	}

#header h1 {
	margin: -.5em 0 0;
    padding: 0;
    font-family: "Trebuchet MS",Verdana,sans-serif;
    font-size: 360%;
    color: #000;
	}

#header h1 .beta {
	color: #fff;
	font-size: 50%;
	position: relative;
	top: -1.2em;
	left: -3em
	}

#header h2 { 
	display: none;
    }

ul.categories {
	margin: -.7em 0 0 2em;
    padding: 0;
	font-family: verdana,sans-serif;

	margin: 0 0 0 21em;
    }

.categories li#first {
	border: 0;
    margin: 0;
    padding: 0;
    display: inline;
    }

.categories li {
	/* border-left: 3px double rgb(255, 170, 102); */
    margin: 0;
    display: inline;
    padding-left: 0.5em;
    padding-right: 0.2em;
    white-space: nowrap;
	
	padding: 0;
    }

.categories a:link, .categories a:visited {
	text-decoration: none;
	font-weight: normal;
    color: white;
	
	border: 1px solid #000;
	background-color: #FEF5ED;
	background-color: #555;
	padding: 1px 6px;
	font-weight: bold;
	font-size: 90%;
    }

.categories a:hover {
	text-decoration: underline;
	
	text-decoration: none;
	background-color: #999;
    }

#content {
	width: 100%; /* To fix stupid IE background bug */
   margin: 0;
   padding: 0;
	background-image:  url(../images/corner-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
   text-align: left;
	border-bottom: 3px solid #000;
	}

#main_content {
	margin: 0 20px 0 185px;
	padding: 1em 0;
	}
#main_content h2 {
	margin-top: 0;
	padding-top: 1em;
	}

#sidebar {
   margin: -10px 2em 1em -10px;
   font-family: courier,monospace;
   float: left;
	border: 0;
	width: 168px;
	padding: 0;
	}
	html>body #sidebar {
		margin-top: -45px;
		}
	#sidebar .top {
		background: url(../images/sidebar-top.gif) no-repeat top left;
		height: 45px;
		}
		html>body #sidebar .top {
			background: url(../images/sidebar-top-black.gif) no-repeat top left;
			}
	#sidebar .middle {
		padding: 0 1em 0 2em;
		background: url(../images/sidebar-middle.gif) repeat-y top left;
		}
	#sidebar .bottom {
		background: url(../images/sidebar-bottom.gif) no-repeat top left;
		height: 40px;
		}

#sidebar h2 {
	font-size: larger;
    text-align: center;
    }

#sidebar ul, #sidebar li {
	margin: 0.3em 0pt;
    padding: 0pt;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    font-family: Arial,sans-serif;
    font-weight: bold;
    }

#sidebar li ul { margin-left: 1em;
    }

#sidebar li span { border-top: 1px solid rgb(0, 0, 0);
    border-left: 3px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    padding-left: 5px;
    }

#sidebar li a { border-top: 1px solid rgb(201, 186, 147);
    border-left: 3px solid rgb(201, 186, 147);
    padding-left: 5px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(128, 128, 128);
    font-family: Arial,sans-serif;
    }

#sidebar li a:visited { color: rgb(128, 128, 128);
    }

#sidebar li a:hover { border-top: 1px solid rgb(255, 170, 102);
    border-left: 3px solid rgb(255, 170, 102);
    background: rgb(234, 234, 234) none repeat scroll 0%;
    }

#sidebar li a:active { border-top: 1px solid rgb(221, 238, 255);
    border-left: 3px solid rgb(221, 238, 255);
    }

#sidebar h3 {
	margin: 0pt;
    padding: 0pt;
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    color: inherit;
    font-weight: normal;
    }

#status {
	border-bottom: 2px dotted black;
    padding: 0.5em 0pt;
    color: black;
    text-align: center;
    }

#status .username {
	font-weight: bold;
    }

#status a {
	font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    }

#status a:hover { background: rgb(255, 238, 221) none repeat scroll 0%; }

#navigation {
	margin-top: 1em;
    }

#navigation h3 {
	font-family: Arial,sans-serif;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    }

#navigation #current {
	color: rgb(255, 170, 102);
    cursor: default;
    }

#footer {
	border-bottom: 1px solid #000;
	margin: 0;
    padding: 0;
    text-align: center;
	/*
    background: #fa6;
    background: #def url(../images/content-bg3-flip.gif) repeat-x;
	*/
	background: #def;
	background: #f0f8ff;
    }

#footer a {
	margin: 0pt;
    padding: 0pt;
    }

#footer img {
	border: 1px solid rgb(255, 170, 102);
	border: 1px solid #def;
    margin: 5px 5px 0pt 0pt;
    padding: 1px;
    }

#footer img:hover { border: 1px solid white; border-color: #fa6;}

#footer li, #footer ul {
	margin: 0pt;
    padding: 0pt;
    display: inline;
    }

#copyright {
	margin: 0px auto;
    padding: 0pt 15px;
	background: #fff;
    text-align: center;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 10pt;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    }

#note {
	background: #fff;
	text-align: center;
    font-style: italic;
    color: rgb(119, 119, 119);
    }

.spacer {
	clear: both;
    height: 0;
    /* display: none; */
    }

html>body .spacer { display: block; }

.hidden { display: none; }

.definition { cursor: help; border-bottom: 1px dotted blue }


/* New stuff for the new style of page */
#header-container {
	/* background-image: url(../images/title2.gif); */ /* For IE */
	/* background-repeat: no-repeat;
	background-position: 0px 15px; */
	}
	html>body #header-container {
		/* background-image: url(../images/title3.png); *//* For the rest */
		background-color: 000;
	}
	
h1 { visibility: hidden; }
#header {
	/* background: #fff url(../images/upper-right.jpg) no-repeat bottom right; */
	background: #000 url(../images/title5.jpg) no-repeat top left; /* For the rest */
	border: 0;
	}

		
/* New Stuff testing */
/* #header,#content,#footer { margin-right: 20px; } */
#right-graphic {
	border-left: 1px solid #fa6;
	background: #fff;
	float: right;
	width: 20px;
	height: 100%;
	display: none;
	}
#super-container {
	voice-family: "\"}\""; /* Hiding from IE5 */
	voice-family: inherit;

	margin-right: 21px;
	background-color: #FFEBD3;
	}
body {
	voice-family: "\"}\""; /* Hiding from IE5 */
	voice-family: inherit;

	background: #fff url(/images/body-shadow-bg.gif) repeat-y scroll top right;
}

#footer { border: 0; }
#content {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
.white_corner {
	width: 17px;
	/* border: 1px solid red; */
	background: #fff;
	float: right;
	}
#func a:link, #func a:visited {
	color: blue;
	}
#func {
	background-color: white;
	}