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

body {
	background-color: #000000;
	position: relative;
}
#container {
	background-color: #000000;
	width: 100%;
	background-repeat: no-repeat;
}
#header {
	height: 120px;
	background-position: bottom;
	background-color: #000000;
	background-repeat: repeat-x;
	position: relative;
}
#content {
	background-color: #000000;
	width: 1100px;
	height: 420px;
	position: relative;
	overflow: hidden;
}

#navigation {
	background-color:#000000;
	font-size:7px;
	line-height:10px;
	height: 25px;
	width: 910px;
	position: relative;
	left: 220px;
	top: -415px;
	z-index: 2;
}

#nav {
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
}

#nav li {
float:left;
margin:0;
padding:0;
}

#nav li a{
	display:block;
	width:75px;
	height:25px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 0px 0px 0px;
	background-repeat:no-repeat;
	position: relative;
}

#nav li a:visited {
	color:#CCCCCC;
	padding:3px 0px 0px 0px;
	background-repeat:no-repeat;
	position: relative;
}

#nav li a:hover {
	color:#999999;
	padding:3px 0px 0px 0px;
	background-repeat:no-repeat;
	position: relative;
}

#nav li a:active {
	color:#000000;
	padding:3px 0px 0px 0px;
	background-repeat:no-repeat;
	position: relative;
}



#information {
	width: 910px;
	left: 200px;
	position: relative;
	height: 390px;
	top: -425px;
	padding-top: 5px;
	background-color: #000000;
	text-align: left;
}


#leftbar {
	background-color: #000000;
	height: 420px;
	width: 200px;
	background-repeat: repeat-y;
	background-image: url(images/leftbar/background.jpg);
}
#footer {
	background-color: #000000;
	height: 50px;
	position: relative;
}
#line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 825px;
}

#linetop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	width: 825px;
}
#linetop {
width: 12em;
background:none;
}

#menu ul {
list-style:none;
margin:0px;
padding:0px;
}



#menu a1 {
font:11px Arial, Helvetica, sans-serif;
display:block;
line-height:20px;
border-width:0px;
border-style:solid;
color:#FFFFFF;
background:#666666;
margin:0;
padding:2px, 3px;
}

#menu a2 {
font:bold 11px Arial, Helvetica, sans-serif;
display:block;
border-width:0px;
border-style:solid;
line-height:15px;
color:#FFFFFF;
margin:0;
padding:2px, 3px;
}

#menu a3 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:20px;
border-width:1px;
border-color:#666666;
border-style:double;
display:block;
color:#000000;
background:#CCCCCC;
text-decoration:none;
}

#menu li {
position:relative;
}

#menu a3:hover {
color:#FFFFFF;
background:#333333;
}

#menu a2:hover {
color:#FFFFFF;
background:#666666;
}


#menu ul ul {
position:absolute;
z-index:5;
top:-20px;
left:100%;
width:100%;
}

div#menu ul ul,
div#menu ul ul li:hover ul ul
{display:none;
}

div#menu li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;
}


#shortline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

#orange {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#993300;
}

