/* interiorelectronics.com Cascading Style Sheets */

a   		{
			color: #FF3333; 
			text-decoration: none;
			}
A:HOVER		{ 
			color:#3333FF;
			text-decoration:none;
			}

body 		{
			margin: 0px;
			margin-top: 8px;
			
			background-color: #FFFFFF;
			font-family: Verdana, helvetica, sans-serif;
			color:#333333;
			font-size: 8px;
			}
P			{
			margin:0;
			}
UL			{
			padding:0;
			margin-top:0;
			margin-bottom:20;
			}			
.headerinfo	{
			background-color:#FFFF99;
			color:#333333;
			font-size:10px;
			font-family:Verdana, Helvetica, sans-serif;
			font-weight:normal;
			text-align: right;
			}
.footerinfo	{
			border-top: 1px #333333 solid;
			border-left: 1px #333333 solid;
			border-bottom: 1px #333333 solid;
			border-right: 1px #333333 solid;
			background-color: #e6e6e6;
			padding: 4px;
			color:#333333;
			text-align: center;
			vertical-align: top;

			font-size:10px;
			font-family:Verdana, Helvetica, sans-serif;
			font-weight:normal;
			text-align: center;
			padding-left: 10px;
			}
.footerinfo	a {
			/*background-color:#40408C;*/
			color:#3333FF;
			}
.footerinfo	a:active {
			/*background-color:#40408C;*/
			color:#3333FF;
			}
.footerinfo	a:hover {
			/*background-color:#40408C;*/
			color:#FF3333;
			}
.credits 	{
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
			color:#666666;
			text-align: center;
			}
.border 	{
			border-top: 1px #333333 solid;
			border-left: 1px #333333 solid;
			border-bottom: 1px #333333 solid;
			border-right: 1px #333333 solid;
			background-color:#333333;
			padding: 1px;
			}
.contentborder 	{
			background-color:#FFFFFF;
			padding: 1px;
			}




.tagline	{
			padding: 0pt;
			color: #ffffff;
			font-size: 16px;
			font-family: Georgia, Times New Roman, Times, serif;
			text-align: right;
			vertical-align: top;
			}
.navbar		{
			background-color: #FFFFFF;
			color:#333333;
			font-size:10pt;
			font-family:Verdana, helvetica, sans-serif;
			font-weight:bold;
			}
.leftcolumn	{
			border-top: 1px #333333 solid;
			border-left: 1px #333333 solid;
			border-bottom: 1px #333333 solid;
			border-right: 1px #333333 solid;
			background-color: #e6e6e6;
			padding: 4px;
			color:#333333;
			font-size:10pt;
			font-family:Verdana, helvetica, sans-serif;
			font-weight:bold;
			text-align: left;
			vertical-align: top;
			}
.rightcolumn	{
			border-top: 1px #333333 solid;
			border-left: 1px #333333 solid;
			border-bottom: 1px #333333 solid;
			border-right: 1px #333333 solid;
			background-color: #e6e6e6;
			padding: 2px;
			color:#333333;
			font-size:10pt;
			font-family:Verdana, helvetica, sans-serif;
			font-weight:bold;
			text-align: right;
			vertical-align: top;
			}
.dialog	{
			border-top: 1px #333333 solid;
			border-left: 1px #333333 solid;
			border-bottom: 1px #333333 solid;
			border-right: 1px #333333 solid;
			background-color: #FFFF99;
			padding: 4px;
			color:#333333;
			font-size:10px;
			font-family:Verdana, helvetica, sans-serif;
			font-weight:bold;
			text-align: left;
			vertical-align: top;
			}	
			
.title a	{ 
			color: #3333FF;
			}
.title a:hover	{ 
			color: #FF3333;
			}

.whiteboard	{
			background-color:#FFFFFF;
			color:#000000;
			font-size:10pt;
			font-family:Courier New, Courier, mono;
			font-weight:bold;
			}

select		{background-color: #F5F5F5; border-style: solid; border-width: 1;font-size:12px;font-family:Verdana,Helvetica,sans-serif;}
input		{background-color: #F5F5F5; border-style: solid; border-width: 1;font-size:12px;font-family:Verdana,Helvetica,sans-serif;}
textarea	{background-color: #F5F5F5; border-style: solid; border-width: 1;font-size:12px;font-family:Verdana,Helvetica,sans-serif;}
			}


.searchbar		{
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 4px;
			padding-right: 0%;
			background-color: #e6e6e6;
			color:#333333;
			font-size:10px;
			font-family:Verdana, helvetica, sans-serif;
			font-weight:bold;
			}
.searchinput {
			background-color: #FFFFFF; 
			border-style: solid; 
			border-width: 1;
			padding: 0px;
			height: 18px;
			font-size:10pt;
			font-family:Courier New, Courier, mono;
			}
.searchbutton {
			background-color: #FFFF99;
			color:#000000;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, helvetica, sans-serif;
			}

/* Top Navigation Buttons */
#topnavigator {
	width: auto;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	padding: 4px;
	background-color: #e6e6e6;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	}

	.topnavbutton {
		font-weight: normal;
		text-align: center;
		margin-bottom: 0px;
		margin-top: 0px;
		font-weight: bold;
		font-size: 10px;
		}

	.topnavbutton a {
		padding: 4px;
		text-decoration: none;
		width: 100%;
		display: block;

		border-top: 1px #333333 solid;
		border-left: 1px #333333 solid;
		border-bottom: 1px #333333 solid;
		border-right: 1px #333333 solid;
		background-color: #e6e6e6;
		color: #333333;
		}

	.topnavbutton a:active {
		border-top: 1px #333333 solid;
		border-left: 1px #333333 solid;
		border-bottom: 1px #333333 solid;
		border-right: 1px #333333 solid;
		background-color: #FFFF99;
		color: #333333; 
		}

	.topnavbutton a:hover {
		border-top: 1px #FFFF99 solid;
		border-left: 1px #FFFF99 solid;
		border-bottom: 1px #FFFF99 solid;
		border-right: 1px #FFFF99 solid;
		background-color: #1F3B84;
		color: #FFFF99; 
		}


/* Sidebar Buttons */
#navigator {
	width: auto;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	padding: 2px;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}
	.linkbutton {
		font-weight: normal;
		text-align: left;
		margin-bottom: 2px;
		margin-top: 2px;
		font-weight: bold;
		font-size: 10px;
		}

	.linkbutton a {
		padding: 2px;
		text-decoration: none;
		width: 100%;
		display: block;

		border-top: 1px #333333 solid;
		border-left: 1px #333333 solid;
		border-bottom: 1px #333333 solid;
		border-right: 1px #333333 solid;
		background-color: #FFFF99;
		color: #333333;

		}

	.linkbutton a:active {
		border-top: 1px #333333 solid;
		border-left: 1px #333333 solid;
		border-bottom: 1px #333333 solid;
		border-right: 1px #333333 solid;
		background-color: #e6e6e6;
		color: #333333; 
		}

	.linkbutton a:hover {
		border-top: 1px #FFFF99 solid;
		border-left: 1px #FFFF99 solid;
		border-bottom: 1px #FFFF99 solid;
		border-right: 1px #FFFF99 solid;
		background-color: #333333;
		color: #FFFF99; 
		}

	.linkbuttonsub {
		font-weight: normal;
		text-align: left;
		margin-bottom: 2px;
		margin-top: 2px;
		font-weight: bold;
		font-size: 10px;
		}

	.linkbuttonsub a {
		padding: 2px;
		text-decoration: none;
		width: 100%;
		display: block;

		border-top: 1px #e6e6e6 solid;
		border-left: 1px #e6e6e6 solid;
		border-bottom: 1px #e6e6e6 solid;
		border-right: 1px #e6e6e6 solid;
		background-color: #e6e6e6;
		color: #333333;
		}

	.linkbuttonsub a:active {
		border-top: 1px #e6e6e6 solid;
		border-left: 1px #e6e6e6 solid;
		border-bottom: 1px #e6e6e6 solid;
		border-right: 1px #e6e6e6 solid;
		background-color: #e6e6e6;
		color: #333333; 
		}

	.linkbuttonsub a:hover {
		border-top: 1px #FFFF99 solid;
		border-left: 1px #FFFF99 solid;
		border-bottom: 1px #FFFF99 solid;
		border-right: 1px #FFFF99 solid;
		background-color: #1F3B84;
		color: #FFFF99; 
		}