

html, body				{	height						:100%		;
							width						:100%		;
							margin						:0			;
							padding						:0			;
							border						:none		;
						}
html					{	font-size					:100%		;}

body					{	margin						:0			;
							padding						:0			;
						/*	overflow					:auto		;	*/
							cursor						:default	;
							font						:0.625em/1em Verdana,Arial,Geneva,Helvetica,sans-serif;
							color						:#606060;
							background					:#FFFFFF	;
							text-align					:center		;
						}

p						{	margin						:0			;
							padding						:0			;
							padding-bottom				:10px		;}

h1, .h1					,
h2, .h2					,
h3, .h3					{	font						:bold 1em Arial,Helvetica,sans-serif; color:#686868; margin:0; padding:0;}
h1, .h1					{	font-size					:1.3em		;}
h2, .h2					{	font-size					:1.2em		;}
h3, .h3					{	font-size					:1.1em		;}
h1						{	padding-bottom				:10px		;}
h2						{	padding-bottom				:10px		;}
h3						{	padding-bottom				:10px		;}


a						{	text-decoration				:none		; color :#000000;}
a:hover					{	text-decoration				:none		; color :#000000;}

hr						{	color						:#A0A0A0;
							background-color			:#FFFFFF	;
							height						:1px		;}

ul						{	width						:100%		;
							list-style-type				:disc		;}

table					{	empty-cells					:show		;
							border-collapse				:collapse	;
						}
th,td					{	vertical-align				:top		;
						}

img						{	border						:none		;}

form					{	margin						:0			;
							padding						:0			;}
textarea				{	margin						:0			;
							padding						:0 5px		;
							border						:solid 1px #A0A0A0;
							color						:#606060;
							cursor						:text		;}
input					{	margin						:0			;
							padding						:0 5px		;
							height						:1.8em		;
							vertical-align				:middle		;
							cursor						:pointer;}
input					,
select					,
textarea				{	font						:1em/1.3em Verdana,Geneva,sans-serif;}

label					{	cursor						:pointer;}

pre						{	font						:normal 0.9em/1.1em "Lucida Console", Monaco, monospace;}

acronym					{	text-decoration				:none		;
							border						:none		;}
acronym.help			{	cursor						:help		;}


/*	classes																								*/

.clear					{	clear						:both		;}

.text					,
.password				{	cursor						:text		;
							color						:#606060;
							border						:solid 1px #A0A0A0;}
.button					,
.submit					{	border						:solid 1px #A0A0A0;
							background					:#F2F2F2	;
							font						:1em/1.3em Verdana,Geneva,sans-serif;
						}
.list					{	padding-left				: 3em		;}
.list img				{	margin						: 2px		;}

.red					,
.red a					,
.red a:hover			{	color						:#E60016	;}
.blue					{	color						:#0100A7	;}
.green					{	color						:#00B90A	;}
.yellow					{	color						:#FFD000	;}

.small					{	color						:#606060;
							font-size					:1.1em		;}
.smaller				{	font-size					:1.1em		;}

.right					{	text-align					:right		;}
.center					{	text-align					:center		;}
.left					{	text-align					:left		;}

.thin					{	margin						:0			;
							padding						:0			;}
.thick					{	padding-bottom				:20px		;}
.spacer					{	padding-bottom				:12px		;}
.indent					{	padding-left				:4em		;}

.pointer				{	cursor						:pointer;}
.hover					{	text-decoration				:underline	;
							color						:#000000;}

.no_display				{	display						:none		;}
.pre					{	white-space					:pre		;
							font						:normal 0.9em/1.1em "Lucida Console", Monaco, monospace;
						}



/*	container																							*/

#container				{	width						:740px		;
							margin						:0 auto		;
							padding						:0			;
							text-align					:left		;
						}



/*	banner																								*/

#logo					{	height						:100px		;}
#logo #inner			{	position					:relative	;}
#logo #inner #image		{	position					:absolute	;
							left						:40px		;
							top							:30px		;}



/*	content																								*/

#content				,
#content-welcome		{	margin						:0			;
							padding						:30px 50px 0 43px;
							font						:1.2em/1.3em Verdana,Geneva,sans-serif;
						}
#content				{	text-align					:left		;}
#content-welcome		{	text-align					:center		;}

#content p				{	width						:500px		;}
#content blockquote	p	,
#content blockquote		{	width						:400px		;}
#content a:hover		{	text-decoration				:underline	;}

#content img			,
#content-welcome img	{	vertical-align				:middle		;}

#content ul				{	margin						:0			;
							width						:410px;
							padding						:0.5em 0 1.5em 2em	;}
#content ul.thin		{	padding						:0.5em 0 0.5em 2em	;}
#content ul.narrow		{	width						:450px		;}



/*	nav																									*/

#nav					{	height						:90px		;
							margin						: 0			;
							padding-top					:26px		;
							font						:1.1em Verdana,Geneva,sans-serif;
							text-align					:center		;
							line-height					:20px		;
							color						:#A0A0A0	;
						}
#nav a					{	color						:#A0A0A0	;}
#nav a:hover			{	color						:#000000;}



/*	Help																								*/

#help					{	position					:absolute	;
							display						:none		;
							z-index						:100		;

							left						: 50%		;
							top							: 50%		;
							width						: 500px		;
							height						: 300px		;
							margin-left					:-250px		;
							margin-top					:-150px		;

							text-align					:left		;

							padding						:5px		;
							border						:solid 1px #808080;

							color						:#606060;
							background					:white		;
						}
#help h1				{	font-size					:1.2em		;
							font-weight					:bold		;
						}
#help-close				{	text-align					:right		;
							width						:100%		;
						}
#help-content			{	padding						:0 20px		;}
#help-content p			{	width						:450px		;}



/*	Content / network_sites																				*/

#network_sites h1		{	font	: bold 1.3em/1em Arial,Helvetica,sans-serif;	margin-bottom :20px;					}
#network_sites h2		{	font	: bold 1.2em/1em Arial,Helvetica,sans-serif;	margin		  :0; padding:30px 0 2px 0;	}
#network_sites h3		{	font	: bold 1.1em/1em Verdana,Geneva,sans-serif;		margin		  :0; padding:10px 0 0	 0; }
#network_sites .indent	{															margin		  :0; padding:0 0 0 2em;	}
#network_sites h2.first	{															margin		  :0; padding:0 0 2px 0;	}
#network_sites a		,
#network_sites a:hover	{	text-decoration				:none		;}



/*	Site specific																						*/


	#leds				{	position	:relative	;
							width		:340px		;
							height		:270px		;
							margin		:0 auto		;
							cursor		:help		;
						}

	#leds img			{	position	:absolute	;}


	#dh1	{top:116px; left:0px;}
	#dh0	{top:174px; left:0px;}

	#uh3	{top:0px; left:58px;}
	#uh2	{top:58px; left:58px;}
	#uh1	{top:116px; left:58px;}
	#uh0	{top:174px; left:58px;}

	#dm2	{top:58px; left:116px;}
	#dm1	{top:116px; left:116px;}
	#dm0	{top:174px; left:116px;}

	#um3	{top:0px; left:174px;}
	#um2	{top:58px; left:174px;}
	#um1	{top:116px; left:174px;}
	#um0	{top:174px; left:174px;}

	#ds2	{top:58px; left:232px;}
	#ds1	{top:116px; left:232px;}
	#ds0	{top:174px; left:232px;}

	#us3	{top:0px; left:290px;}
	#us2	{top:58px; left:290px;}
	#us1	{top:116px; left:290px;}
	#us0	{top:174px; left:290px;}


	#digits	{display	:none		;
			 width		:340px		;
			 height		:50px		;}

	#dh		,
	#uh		,
	#dm		,
	#um		,
	#ds		,
	#us		,
	#sep1	,
	#sep2	{position	:absolute		;
			 width		:58px	;
			 text-align	:center			;
			 font		:bold 1.6em Arial,Helvetica,sans-serif	;
			 color		:#303030		;
			 }

	#dh		{top:232px; left:10px;}
	#uh		{top:232px; left:48px;}
	#dm		{top:232px; left:126px;}
	#um		{top:232px; left:164px;}
	#ds		{top:232px; left:242px;}
	#us		{top:232px; left:280px;}

	#sep1	{top:232px; left:87px;}
	#sep2	{top:232px; left:203px;}

