body {
  background-color: #000000;
 }
#container {
	position: relative;
	width: 100%;
	margin: auto;
	BACKGROUND-COLOR: #000000;
}
#sidebar1 {
	position:absolute;
	left:25px;
	top:175px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#mainContent {
    position:absolute;
	left:150px;
	top:175px;
	background: #000000;
	width: 75%;
	margin: 0 0px 0 1em;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #A0A0A4;
	border-right-color: #A0A0A4;
	border-bottom-color: #A0A0A4;
	border-left-color: #A0A0A4;
	padding: 0 10px;
} 




A:hover {color: #FFFFFF; text-decoration: none;}
A:visited {color: #FFFFFF; text-decoration: none;}
A {color: #FFE500; text-decoration: none;}

.a8 {font-family: verdana;arial;font-size:8pt;color: #FFE500}
.a10 {font-family: verdana;arial;font-size:10pt;color: #FFE500}
.a12 {font-family: verdana;arial;font-size:12pt;color: #FFE500}
.a14 {font-family: verdana;arial;font-size:14pt;color: #FFE500}
.a16 {font-family: verdana;arial;font-size:16pt;color: #FFE500}
.a18 {font-family: verdana;arial;font-size:18pt;color: #FFE500}
.a20 {font-family: verdana;arial;font-size:20pt;color: #FFE500}
.a22 {font-family: verdana;arial;font-size:22pt;color: #FFE500}
.a24 {font-family: verdana;arial;font-size:24pt;color: #FFE500}
.a26 {font-family: verdana;arial;font-size:26pt;color: #FFE500}
.y12 {font-family: verdana;arial;font-size:12pt;color: #FFFF00}
.y14 {font-family: verdana;arial;font-size:14pt;color: #FFFF00}
.y18 {font-family: verdana;arial;font-size:18pt;color: #FFFF00}
.









