body
{
	background-color: #9CAAA5;
	color: black;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto; 
	text-align: center;
	padding: 10px;
	width: 940px;
}

div.mainright
{
	float: right;
	width: 160px;
	text-align: left;
}

div.main
{
	width: 770px;
	text-align: left;
	background-color: White;
	border-right: #B1BDB8 thin solid;
	color: #2A2A2A;
	margin-top: 10px;
}

.footer
{
	background-color: Black;
	background-image: url(BlackTextured.jpg);
	background-attachment: fixed;
	background-position: center center;
	width: 770px;
}

.header
{
	background-color: Black;
	background-image: url(BlackTextured.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	height: 160px;
}

div.headerLogo
{
	float: left;
	width: 210px;
}

div.headerLogo img
{
	vertical-align: bottom;
	padding-top: 10px;
	border: 0;
}

div.headerTitleAndSearch
{
	height: 107px;
	text-align: left; /* Cook */
}

div.headerTitleAndSearch img
{
	border: 0;
}

div.headerSupport
{
    float: right;
	padding-right: 25px;
	padding-top: 48px;
    font-size: 16pt;
    font-weight: bold;
}

div.headerSupport a
{
    color: rgb(255,150,25);
	text-decoration: none;
}

div.headerSearch
{
	float: right;
	padding-right: 25px;
	padding-top: 64px;
}

div.headerNavigation
{
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	line-height: 27px;
}

div.headerNavigation img
{
	vertical-align: bottom;
	border: 0;
}

div.headerNavigation ul
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}

div.headerNavigation li
{
	list-style-type: none;
	display: inline;
}

div.headerNavigation li a
{
	color: White;
	text-decoration: none;
	padding: 2px 5px 5px 5px;
}

div.headerNavigation li a:hover
{
	color: Black;
	background-color: #caffb1;
}

li.extraPadding
{
	padding-bottom: 20px;
}

.aside
{
	background-color: #D2DAD7;
	padding: 5px;
}

.warning
{
	background-color: orange;
	padding: 5px;
	border-width: thin;
	border-color: Black;
	border-style:solid;
}

.email
{
	border: medium double #000080;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

.emailResponse
{
	border: medium double #008000;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

.home
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	width: 730px;
}

.home a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	color: Black;
}

.home a:hover
{
	text-decoration: underline;
	color: #dd1c1b;
}

.home tr
{
	height: 57px;
}

.home td
{
	padding: 0px;
	margin: 0px;
}

div.button
{
	width: 50px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	background-image:url("Push-the-button-red.png");
}

div.button img
{
	width:100%;
	height:100%;
	border: 0px;
}

div.button a
{
	display:block;
}

div.button a:hover img
{
	visibility:hidden;
}


/* These still need to be verified */

div.indexContents
{
	margin: 0;
	padding: 20px 20px 20px 20px;
	line-height: 1.4;
	font-size: 10pt;
}

div.indexContents h1
{
	clear: left;
	color: Blue;
	font-weight: bold;
	font-size: larger;
	font-style: italic;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.seeAlso
{
	clear: left;
	margin-top: 20px;
	font-style: italic;
}

div.seeAlso ul
{
	margin-top: 0;
	font-style: normal;
}

div.thumbnail
{
}

div.thumbnail div
{
	clear: left;
	margin-top: 20px;
}

div.thumbnail img
{
	float: left;
	margin: 4px 10px 0px 0px;
	border: solid 1px Black;
}

div.thumbnail a
{
	font-size: larger;
}


div.projectNavBorder
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #9CAAA5;
}

div.projectNav
{
	background-color: #E6ECE9;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

div.projectNav span
{
	color: black;
	font-weight: bold;
}

div.projectNav ol
{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.projectNav ul
{
	/* Is this even being used? */
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
	color: White;
}

div.contents
{
	margin: 0;
	padding: 10px 20px 20px 20px;
	line-height: 1.4;
	font-family: Georgia, "Bitstream Charter", serif;
}

code
{
	color: Black;
}

h1
{
	margin-top: 0;
	padding-top: 0;
	line-height: 1.2;
	color: #400000;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3, h4
{
	color: #400000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
}

div.SquareFloat
{
	float: right;
	margin: 10px 0px 10px 10px;
}

div.SquareFloatLeft
{
	float: left;
	margin: 10px 10px 10px 0px;
}

div.SquareFloatLeftWide
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.prevnext
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: larger;
	color: Black;
	text-align: right;
	padding-bottom: 20px;
	clear: both;
}

div.prevnext span
{
	text-decoration: none;
}

p.imgCaption
{
	font-size: 9pt;
	font-style: italic;
	padding-top: 5px;
	display: inline;
	color: #404040;
}

.tableTitles
{
	background-color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: Black;
}

.tableText
{
	background-color: #FFFFD5;
	font-family: Verdana, Geneva, sans-serif;
	color: Black;
}

span.numberChanged
{
	background-color: Yellow;
}

table
{
	font-family: Verdana, Geneva, sans-serif;
	color: Black;
}

table.classic
{
	background-color: #FFFFD5;
	text-align: right;
	border: 1px solid Black;
	border-collapse: collapse;
}

table.classic td
{
	border: 1px solid Black;
	padding-left: 7px;
	padding-right: 7px;
}

.classicTitle
{
	color: White;
	background-color: Black;
	text-align: center;
	font-weight: bold;
	border: 1px solid White;
	padding-left: 7px;
	padding-right: 7px;
}

table.numberConversion
{
	background-color: White;
	text-align: right;
	border: 1px solid Black;
	border-collapse: collapse;
}

table.numberConversion td
{
	border: 1px solid Black;
	width: 50px;
}

td.numberConversionTitle
{
	color: White;
	background-color: Black;
	text-align: left;
	border: 1px solid White;
}

/* RBFB.html */
h3.book
{
	background-color: #99CCFF;
	padding-left: 5px;
}

/* Resistor-Color-Code-Calculator */
span.listBoxTitle
{
	font-weight: bold;
	font-style: italic;
}

img.movieThumbnail
{
	border-width: 2px;
	border-color: Yellow;
}

span.fstop
{
	font-style: italic;
	font-family:"Trebuchet MS", Candara, Georgia, Calibri, Corbel, serif;
}

.file
{
     text-align: center;
     padding-right: 16px;
     font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;
     font-size: 9pt;
     float: left;
}

.file A:link {text-decoration: none; color: black;}
.file A:visited {text-decoration: none; color: black;}
.file A:active {text-decoration: none}
.file A:hover {text-decoration: underline}
.file img {border: 0px; padding-bottom: 5px}