/* 
Title:		Reset default browser styles
Author: 	dan@simplebits.com
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	line-height: 200%;

	
	
	}
	

.cursor	{

margin-top: -5px;

}	

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

.a	{

	text-align: center;
	color: #fff;
}
.a:hover {	
	color: #fff;
	text-align:right;
	}
a.menu_links	{  cursor: pointer; }

#container
{

	position: absolute;
    left: 50%;
	width: 964px;
	height: 644px;
	margin-left: -484px;
	margin-top: 9%;
	z-index: 30;
	
}



	/*position: absolute; 
	left: 50%; 
	width: 900px;
	margin-left: -450px;
	height: 900px;
	overflow: hidden;
	background:	#6076c5;
*/	


#header
{
	width: 964px;
	height: 654px;
	overflow: auto;
	
	background: #20398d;
	padding: 16px 0px 0px 0px;
	color: #6076c5;
	text-align: left;
	font-size: 145%;
	font-family: c64font;
    text-shadow: none;
    letter-spacing: 0px;
	line-height: 151%;
	
	}



#header h1 { 
	margin: 0; 
	
	}

#navigation
{
	font-family: "c64font";
	font-size: 100%;
	float: left;
	position: absolute;
    left: 50%;
	/* width: 916px; */
	height: 20px;
	margin-left: -458px;
	margin-top: 0;
	text-align: center;
	/* background:#6076c5; */
	
	text-shadow: 1px 1px 3px #6b6b99;
	letter-spacing: 0px;
	line-height: 110%;
	
	}

#navigation ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;

	}

#navigation li a
{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
	color:#fff;
	text-decoration: none;
/*	border: 1px solid #8a8aee;
	border-radius: 0px 0px 15px 15px; */
	

	}

#navigation li a:hover { background:#20398d; }


#li 	{

	text-align: center;

}




#downtable
{	font-family: c64font;
	display: inline;
	font-size: 100%;
	font-weight: bold;
	opacity: 1;	 
	color: #6076c5;
	text-align: center;
	background:#20398d;
	text-shadow: none;
	letter-spacing: 0px;
	line-height: 100%;
	

	}

#downtable ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#downtable ul li
{
	list-style-type: none;
	display: block;
	font-size: 100%;
	
	}

#downtable li a
{
	display: block;
	margin: 0;
	padding: 4px 0px;
	text-align: center;
	color:#6076c5;
	text-decoration: none;
	text-shadow: none;
	border-top: none;
	font-family: c64font;
	line-height: 66.67%;
	}

#downtable li a:hover { 
	background: #6076c5; 
	color: #fff;
	}


#textarea	{
	margin: 8px; width: 890px; height: 110px;
	

		}





.fade {
   opacity: 1;
   transition: background 0.12s ease-in-out;
 
   }

@keyframes	glow {

	0%	{color: #6075c5;}
	50%	{color: #fff;}
	100%	{color: #6075c5;}
	
}

.glow	{
	animation: glow 1s infinite;

}

.selected {
		color: #ffffff;
		background: #20398d;
        transition: none;

}
	  
#content
{	display: inline;
	clear: left;
	margin: 0;
	padding: 0px;
	background-color: #20398d;
	color: #6076c5;
	letter-spacing: 4px;
	text-align: left;
	font-size: 400%;
	font-family: myFirstFont;
    text-shadow: 1px 1px #000063;
	line-height: 100%;
}



#content h2
{
	color:#6076c5;
	font-family: myFirstFont;
	font-size: 120%;
	margin: 0 0 .5em;
}



#footer
{
	background:#20398d;
	text-align: right;
	color: #fff;
	padding: 1px;
	
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	
	font-size: 100%;
}