/* CSS Document */

body { background-color:#000000;
       background-image:url(graphics/bg.jpg);
	   background-attachment:fixed;
	   background-repeat:repeat-x;
	   margin: 0;
	   padding: 0;
	   color: #a59f85;
	   font-family:Georgia, "Times New Roman", Times, serif;
	   font-size:14px;
       }


a:link {
	color: #f3dd81;
	font-weight:bold;
	text-decoration:none;
	}
a:visited {
    color: #c5a339;
	font-weight:bold;
	text-decoration:none;
	}

p.dates {
	color:#ACA980;
	font-weight:bold;
	font-size:16px;
	}

.green {
	color: #6DEB54;
}

.serverstatus {
position: absolute;
top: 23px;
left: 370px;
width: 300px;
height: auto;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}

div.contentbox {
background-image:url(graphics/contentbox.gif);
background-repeat:repeat-y;
position: absolute;
padding-top:95px;
left:100px;
width: 860px;
padding-left:45px;
}

div.contentbottom {
background-image: url(graphics/contentbottom.gif);
background-repeat: no-repeat;
width: 837px;
height: 88px;
float: left;
}

.header {
position: absolute;
top: 50px;
left: 218px;
width:670px;
height: auto;
}

.content {
padding-top:90px;
padding-right:35px;
width: 640px;
height: auto;
float: right;
z-index:1;
}

.content a{
color: #c5a339;
}

.faq {
padding-top:90px;
padding-right:35px;
width: 640px;
height: auto;
float: right;
z-index:1;
behavior:url(#default#savehistory);
}

div.navigation {
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#f7d64c;
width:169px;
height: auto;
padding-left: 3px;
padding-top: 10px;
float: left;
}

div.navigation ul{
padding: 0px;
margin: 0px;
}

div.navigation ul li a{
text-decoration: none;
}

div.navigation ul li a:hover{
color: #FFFFFF;
background-color: #993300;
text-decoration: none;
}

div.navigation ul li a:visited {
color: #f3dd81;
font-weight:bold;
text-decoration:none;
}

div.cleanbg {
background-image:url(graphics/bg.gif);
background-repeat:repeat-y;
width:857px;
height:auto;
position: absolute;
left:140px;
top:50px;
padding-left:12px;
}

p.sidebar {
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#c8bd91;
}

.logo {
background-image: url(graphics/pslogo2.gif);
position: absolute;
width: 891px;
height: 104px;
top: 0px;
left: 100px;
z-index:1;
}

.treeview ul{ 
margin: 0;
padding: 0;
}

.treeview li{ 
list-style-type: none;
padding-left: 12px;
margin-bottom: 3px;
}

.treeview li.submenu{ 
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ 
display: none; 
}

.treeview .submenu ul li{ 
cursor: default;
}