/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: black;
    /*BACKGROUND-COLOR: blue;*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;    
	background-image: url(Spektrum_logo_black.gif);
	background-repeat:no-repeat	;
	background-position: center 70%;
	background-attachment: fixed;
}

#header  {
	background-color:transparent;
	text-align:center 
}

#header #small { 	text-align: center; 	float: right; 	margin: 0px 5px 5px; 	padding: 10px 5px 5px; 	border: outset 1px #483d8b; 	width: 200px; 	background-color: transparent}		#rightcontent   { 	background-color: transparent; 	float: right; 	margin-bottom: 10px; 	margin-left: 10px; 	width: 180px }
	
#links
{
	background-color:transparent;
	text-align:center
}

#sponsors
{
	float:right;
	border: outset 1px white;
	width: 150px;
}

#footer  {
	background-color:black;
	text-align:center;
	width:90% 
}
	
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	24px;
	font-weight:	bold;
	font-style:	normal;
	text-align:center;
	color:White;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	margin-top: 12px; 	margin-bottom: 12px; 	padding-bottom: 6px }
	
			
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	700;
	font-style:	normal;
	color:White;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	500;
	font-style:	normal;
	color:White;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	color:White;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	normal;
	font-style:	normal;
	color:White;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	text-align: left;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	normal;
	font-style:	normal;
	color:White;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	text-align: center; 	margin-top: 5px; 	margin-bottom: 3px
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:White
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:Silver
	}	
		
A:active	{	
	text-decoration:	none;
	color:White;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:Red
	}
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
