html, body, div, p, th, td, li, dd, h1, h2   {
	/* redundant selectors to help NS4 remember */
	font-style: normal;
	font-family: Verdana, Arial, Tahoma, Lucida Grande, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #FFF;
	margin: 0px auto;
}
H1 {   /* for the page header letters */
	font-size: xx-large;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
H2 {   /* for the column headers */
	font-size: 150%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
H3 {   /* for the column headers */
	font-size: 120%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table, tr, td {
	padding: 1px 3px 1px 5px;
}
.mytable {
	margin-left: 5px;
	width: 715px;
}
.mytable td {
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 0px;
	border-style: solid 
}
.mytable td.letter {
	border: none;
}
.mytable td.left {
	width: 10%;
	border: none;
}
.mytable td.title {
	width: 80%;
}
.mytable td.code {
	width: 10%;
}
.paper {
	background: url(../img/grey_notebook.png) repeat-y;
}
#brand {
	margin: 0;
	padding: 0;
	position: relative;
	width: 800px;
	height: 20px;
	overflow: hidden;
}
#brand span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 800px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-image: url('../img/brand-white-red.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#header {
	margin: 0;
	padding: 0;
	position: relative;
	width: 715px;
	height: 136px;
	overflow: hidden;
}
#header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 715px;
	height: 136px;
	margin: 0;
	padding: 0;
	background-image: url('../img/job_spec_logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.center {
	text-align: center;
}
.updated		{
	font: bold 60%;
	text-align: right;
}
.date		{
	color: #FF0000;
}
.small		{
	font-size: 90%;
	text-align: left;
}
.smaller		{
	font-size: 80%;
	text-align: left;
}
.emphasis	{
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
a, a.other {
	text-decoration: none;
}
a:visited, a.other:visited {
	text-decoration: none;
}
a:hover, a.other:hover {
	text-decoration: underline;
	color: #333333;
	background: #CCFFCC;
}
a.other {
	font-size: 80%;
	padding: 5px;
}

/******* workarounds and hacks *******/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*   ****************  FROM other CSS file  ****************  */
.rightcontent {
	position: absolute; /* need to leave this in to fix exploding boxes in IE */
	left: 3px;
	top: 155px;
	width: 800px;
	height: 99%;
	float: left;
	padding: 1px;
}
p, h3 {
	margin: 0 auto;
}

#alpha {
	width: 499px;
	margin-left: 150px;
	text-align: center;
}
#alpha span {
	color: #CCCCCC;
}
.subnav {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
.subnav li {
	line-height: 2em;
	display: inline;
/*	margin: 0px; */
	font-size: 170%;
}
.subnav li a {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px solid #000099;
}
.subnav li a:visited {
	color: #C82C44;
	text-decoration: none;
	background: #E5ECF7;
}
.subnav li a:hover {
	background: #CC0000;
	color: #FFF;
	text-decoration: none;
}

