
html					{	font-size					:100%		;}

body					{	margin						:0			;
							padding						:0			;
						/*	overflow					:auto		;	*/
							cursor						:default	;
							font						:0.625em/1em Verdana,Geneva,sans-serif;
							color						:#e0e0e0;
							background					:#000000	;
							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:#fff5bb; margin:0; padding:0;}
h1, .h1					{	font-size					:16px		;}
h2, .h2					{	font-size					:1.1em		;}
h3, .h3					{	font-size					:1.0em		;}
h1						{	padding-bottom				:10px		;}
h2						{	padding-bottom				:10px		;}
h3						{	padding-bottom				:10px		;}


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

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			;}
input					{	margin						:0			;
							padding						:0 5px		;
							height						:1.8em		;
							vertical-align				:middle		;
							cursor						:pointer;}
textarea				{	margin						:0			;
							padding						:0 5px		;}
textarea				,
input					,
select					{	font						:1em/1.3em Verdana,Geneva,sans-serif;
							color						:#e0e0e0;
						}
label					{	cursor						:pointer;}



/*	classes																								*/

.clear					{	clear						:both		;}

.text					,
.password				{	cursor						:text		;
							color						:#e0e0e0;
							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						:#e0e0e0;
							font-size					:0.9em		;}
.smaller				{	font-size					:0.8em		;}

.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						:#ffffff;}

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



/*	container																							*/

#container-bg			{	width						:820px		;
							margin						:0 auto		;
							padding						:0			;
							text-align					:center		;
							background					:#26292d	;
							border-left					:1px solid #515357	;	/* #79abdc */
							border-right				:1px solid #515357	;	/* #79abdc */
						}
#container				{	width						:740px		;
							margin						:0 auto		;
							padding						:0			;
							text-align					:left		;
						}



/*	banner																								*/

#logo					{	position					:relative	;	height		:160px	;					 }
#logo #image			{	position					:absolute	;	left		:  0px	;	top		: 15px	;}
#logo #text				{	position					:absolute	;	left		:275px	;	top		: 30px	;}

#logo_welcome			{	position					:relative	;	height		:290px	;					 }
#logo_welcome #image	{	position					:absolute	;	left		:  0px	;	top		: 30px	;}
#logo_welcome #text		{	position					:absolute	;	left		:455px	;	top		: 60px	;}




/*	menu_h																								*/

#menu_h					{	width						:100%		;
							height						: 19px		;
							margin						:  0		;
							padding						:  2px 0 0 0;
							border-top					:1px solid #fff5bb;
							border-bottom				:1px solid #fff5bb;
						}
#menu_h a				{	width						:258px		;
							height						: 18px		;
							line-height					: 18px		;
							margin						: 0			;
							padding						: 0 32px	;
							font						:bold 14px Arial,Helvetica,sans-serif;
							color						:#fff5bb	;
							text-align					:center		;
						}
#menu_h a:hover			{	color						:#ffffff	;}




/*	content																								*/

#content				{	margin						:0			;
							padding						:5px 0 0 0	;
							text-align					:left		;
							font						:1.2em/1.6em Verdana,Geneva,sans-serif;
						}
#content_table			{	width						:740px		;}
#content_table_col1		{	width						:490px		;  text-align	:center;	}
#content_table_col2		{	width						:250px		;}

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

#content table			,
#content table th		,
#content table td		{	font						:1em/1.6em Verdana,Geneva,sans-serif;}

#content .text			{	width						:150px		;}

#content .table			{	font						:1em Verdana,Geneva,sans-serif;}
#content .table th		,
#content .table td		{	padding-right				:8px		;
							text-align					:left		;
							vertical-align				:top		;
							border-bottom				:1px solid #E0E0E0	;
						}
#content .table th		{	font-weight					:bold		;
							color						:#e0e0e0;
						}
#content .table tr.header th,
#content .table tr.header td
						{	background					:#000000	;
							color						:#FFFFFF	;
							border						:none		;
						}


#content 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		;}



/*	left_column																							*/

#left_column			{	width						:140px		;
							height						:600px		;
							padding-top					: 30px		;
							padding-right				: 20px		;
							text-align					:left		;
							font						:1.2em/1.3em Verdana,Geneva,sans-serif;
						}



/*	right_column																						*/

#right_column			{	width						:140px		;
							height						:600px		;
							padding-top					: 30px		;
							padding-right				: 20px		;
							text-align					:left		;
							font						:1.2em/1.3em Verdana,Geneva,sans-serif;
						}



/*	nav																									*/

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



/*	Help																								*/

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

							left						: 50%		;
							top							: 50%		;
							width						: 550px		;
							height						: 500px		;
							margin-left					:-275px		;
							margin-top					:-300px		;

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

							color						:#e0e0e0;
							background					:white		;

							font-size					:1.2em		;
							line-height					:1.3em		;
						}
#help h1				{	font-size					:1.3em		;
							font-weight					:bold		;
						}
#help-close				{	text-align					:right		;
							width						:100%		;
						}
#help-content			{	padding						:0 20px		;}
#help-content p			{	width						:500px		;}



/*	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																						*/

#bottom					{	padding-top					: 20px		;
							text-align					:center		;
							font						:1.1em/1.3em Verdana,Geneva,sans-serif;
							border-top					:1px solid #fff5bb	;
						}

#content table td.caption
						{	font						:bold 14px Arial,Helvetica,sans-serif;
							color						:#fff5bb	;
							padding						:6px 0		;
						}


#content td.small		{	font						:0.9em Verdana,Geneva,sans-serif;
						}
#content td.small p		{	width						:auto		;
							margin						:0 0 5px 0	;
							padding						:0			;
						}

#content b				{	color						:#6F9CD3	;}


.monospace				,
#content table.monospace td {	font					:bold 1.1em "courier new",courier,monospace;}


#content table th.h1	,
#content table td.h1	{	font						:bold 1.2em Arial,Helvetica,sans-serif; color:#fff5bb; margin:0; padding-bottom:10px; }



.light					{	color						:#808080	;}


