#bg img {
	position: absolute; top:180px; left:0px;
	width:175px;
	border:0px; 
	}

#navbar {
	position: absolute; top:0px; left:0px;
	width: 200px;
	color: #ECECEC;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	height: 650px;
	border-style: none;
	border-right-width: 2px;
	border-color: black;
	padding-left: 10px;
	z-index: 1;
	overflow: visible;
	}

#navbar a {
	display: block;
	border: 1px;
	}

#navbar a:link{
	background-color: black;
	color: #ECECEC;
        text-decoration: none;
	}

#navbar a:visited {
        background-color: black;
        color: #ECECEC;
        text-decoration: none;
        }


#navbar a:hover{
	background-color: #ECECEC;
	color: #000000;
	}
	
#navbar img{
	color: #000000;
	border: 0;
	}

#navbar ul{

	display: block;
	padding: 0;
	margin: 0;
	}

#navbar li {
	text-indent: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sublink a {
        display: block;
        border: 1px;
	padding:0;
        }

#sublink a:link{
        background-color: black;
        color: #ECECEC;
        }

#sublink a:hover{
        background-color: #ECECEC;
        color: black;
        }

#sublink a:visited {
        background-color: black;
        color: #ECECEC;
        }


#content {
	display: block;
	position: absolute; top: 130px; left: 220px; bottom: 0px; right: 0px;
	color: #ECECEC;
	font-family: "Arial", "Helvetica", sans-serif;
	border-style: solid;
	border-width: 20px;
	border-color: black;
	z-index: 3;
	background-color: black;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
	}

#content p {
	font-size: 12pt;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #ECECEC;
	}	

#content a {
        border: 1px;
        padding:0;
        }

#content a:link{
        background-color: black;
        color: green;
        }

#content a:visited{
        background-color: black;
        color: gray;
        }




#header {
	position: absolute; top: 5px; left: 220px;
	border-style: none;
	border-width: 0px;
	border-color: black;
	height: 10px;
	z-index: 2;
	display: block;
	overflow: visible;
	}

#footer {
	position: absolute; bottom: 0px; left: 200px;
	font-family: "Ariel", "Helvetica", sans-serif;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	height: 100px;
	z-index: 1;
	overflow: visible;
	color:#CECECE;
	}

#index {
	display: block;
	}

#index table {
	border-style: none;
	border-right-width: 2px;
	border-color: black;
	z-index: 1;
	overflow: visible;
	width: 675px;
	font-weight: bold;
	}

h2, h3 {
	position: relative; left:-25px;
	font-size: 14pt;
	font-family: "Arial", "Helvetica", sans-serif;
	text-indent: 25px;
	}

p {
	font-size: 12pt;
	font-family: "Arial", "Helvetica", sans-serif;
	}

body {
	background:black;
	z-index:4;
	color: #ECECEC;
	font-family: "Arial", "Helvetica", sans-serif;
	}


