a:link
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(153, 0, 204); 
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}
#content
{
	width:1000px; 
	height:100%; 
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
	background-color: #CFCFCF;
	z-index: 1;

}
#header
{
	width:1000px; 
	height:300px; 
	margin-left:auto;
	margin-right:auto;  
	text-align:center;
	background-color: #1b2a3b;
	z-index: 1;
     

}

#navigation 
{
	width:1000px; 
	height:20px;  
	top:300px; 
	margin-left:auto;
	margin-right:auto; 
	text-align:left;
	background-color: #9F9F9F;
	z-index: 3;
     

}
#contentinfo
{
    width: 1000px;
    height: 100%;
    top: 330px;
    margin-left:auto;
	margin-right:auto;
    text-align: center;
    background-color: #CFCFCF;
    z-index: 1;
    font-family: Tahoma;
}

#innercontentinfo
{
	width:980px; 
	height:100%; 
	top:10px; 
	margin-left:auto;
	margin-right:auto; 
	text-align:left;
	background-color:  #CFCFCF;
	z-index: 1;
    font-family: Tahoma;

}



body
{
	font-family: Century Gothic, Arial, Helvetica;
	background-color: #1a293a;
	color: #1b2a3b;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}
#menu {
width: 100%;
background: #9F9F9F;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 18px/24px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #1b2a3b;
background: #9F9F9F;
text-transform: uppercase;
}

#menu a {
color: #1b2a3b;
background: #eee;
text-decoration: none;
}

#menu a:hover {
color: #eee;
background: #1b2a3b;
}

#menu li 
{
    position: relative;
}

#menu ul ul 
{
position: absolute;
z-index: 500;
}

#menu ul ul ul 
{
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
    display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
    display: block;
}


