@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	list-style-type: disc;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #FFFFFF;
}
.Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: small;
	text-decoration: none;
}
.red {color: #FF0000}
.blue {
	color: #0000FF;
	font-weight: bold;
}
.white {color: #FFFFFF}

.back {
  background-image: url(images/bg2.jpg);
  background-repeat: repeat-x;
  border: 1px solid #FFFFFF;
  }
  
.bg4 {
  background-image: url(images/bg4.jpg);
  background-repeat: repeat-x;
  }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
/* 	font-variant: small-caps; */
}
a:active {
	text-decoration: none;
}
#compmenu {
	background-image: url(menucomp.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: auto;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navlist a:hover
{
background-color: #369;
color: #fff;
}

#navlist li#active a
{
background-color: #369;
color: #fff;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

