@font-face {
 font-family: lcd-bold;
 src: url("font/LCD2B.eot") /* EOT file for IE */
}
@font-face {
 font-family: lcd-bold;
 src: url("font/LCD2B.TTF") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: lcd-n;
	src: url("font/LCD-L.eot") /* Eot file for IE */
	}
	
@font-face {
	font-family: lcd-n;
	src: url("font/LCD-L.TTF") /* TTF file for CSS3 browser */
	}
	
@font-face {
	font-family: matrix;
	src: url("font/commodore.ttf");
	}

h1 {
	font-family: lcd-bold;
	font-size: 300%;
	margin: 0;
	}	
	
h2 {
	font-family: lcd-bold;
	font-size: 160%;
	margin: 0;
	}	
	
html, body {
			margin: 0;
			padding:0;#00FF00
			}
			
body {
	background-color: #111111;
	color: rgb( 210,210,210);
	font-family: arial,sans-serif;
	font-size: 86%;
	text-align: center;
	
	}

div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #222222;
}

div#header {
	color: rgb( 210,210,210);
	/* background-color: #dFdFdF; */
	background-color: #111111;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;	
	margin-top: 20px;
	width: 900px;
	height: 160px;
	
	}
	
#logo {
	/*	background-image: url(images/logo-green.png);
		background-repeat: no-repeat; */
		width: 140px;
		height: 140px;
		padding: 10px;
		margin-left: 20px;
		float: left;
		
		}

#banner {
		text-align: left;
		padding: 45px 10px 10px 10px;
		margin-left: 180px;
		height: 110px;
		}
			
div#navigation { 
			float: right;
			width: 180px;
	}						
	
div#navigation ul li {
	font-family: lcd-bold;
	font-size: 11pt;
	font-weight: normal;
	list-style-type: none;
	}
	
	
div#extra { 
			float: left;
			width: 180px;
			text-align: center;
			font-family: lcd-n;
	}						
	
div#extra a {
			text-decoration: none;
			
	}

div#extra ul {
			margin-top: 0;
			margin-bottom: 0;
			padding-left: 0;
			margin-left: 10px;
			}

	
div#extra li {
			margin-left: -10px;
			}
			
div#extra img {
			padding: 10px;
			max-width: 160px;
		}
		
a:visited { text-decoration: none;
				color: #00FF00;
				font-size: 12pt;
				font-weight: normal;
			}
			
a:link { text-decoration: none;
  				color: #00FF00;
  				font-size: 12pt;
  				font-weight: normal;
  				}  

  
a:hover {text-decoration: none;
  				 color: #ff0000;
  				 font-size: 12pt;
  				 font-weight: bold;
  				 }

div#content {
			background-color: #2f2f2f;
			min-height: 600px;
			margin-right: 180px;
			margin-left: 180px;
			padding:10px;
			border-width: 0 1px; 
			border-style:solid;
			border-color: #ffffff;
	}
div#content table { text-align: center;
							background-color: rgb(80,80,80);
	}	
div#footer {
			border-top: 2px;
			border-top-style: solid;
			border-top-color: #ffffff;
			clear: both;
			background-color: #7F7F7F;
			color: #000000;
			font-size: 8pt;
			text-align:center;
	}
	
div#footer	a { text-decoration: none;
  				color: #000000;
  				font-size: 10pt;
  				font-weight: normal;
  				}  

ul {	font-size: 12pt;
		 font-weight: bold;
		 list-style-type: none;
}

ul li { font-size: 11pt;
			font-weight: normal;
			list-style-type: none;
			
}
			
.menu {	font-size: 14pt;
		 		font-weight: normal;
		 		list-style-type: none;
		 		text-align: left;
		 		padding-top: 10px;
		 		padding-bottom: 10px;
		 		
}
.menuli {text-align: left;
			margin-left: -30px;
			padding-top: 5px;
			padding-bottom: 5px;
}

.inline {	display: inline;
				padding: 15px;
}

.orangebold {	font-size: 12pt;
					 font-weight: bold;
					 color: #00FF00;
}

.title {	font-size:15pt;
			color:#00FF00;
			text-align: left;
			font-weight: bold;
			padding-left: 5px;
			font-family: lcd-n;
}
		 
		 
