/* Body Styles */

body
{
margin: 0px;
#background: #3d3d3d;
background: #000000;
font-size: 14px; 
color: #ffffff; 
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
text-align: center;


scrollbar-face-color : #000000;
scrollbar-highlight-color : #F3D719;
scrollbar-3dlight-color : #F3B319;
scrollbar-darkshadow-color : #F3EB19;
scrollbar-shadow-color : #F3B319;
scrollbar-arrow-color : #F3EB19;
scrollbar-track-color : #A68019;

}

p
{
margin: 5px 0 5px;
padding: 0;
}

h1
{
margin: 40px 0px 0px 0px;
padding-bottom: 2px;
color: #ffcc00;
font-size: 18px;
border-bottom: 1px solid #ffcc00;
background: inherit;
}

h2
{
margin: 1px 0 0 0;
padding-bottom: 2px;
color: #ffffff;
font-size: 14px;
border-bottom: 1px solid #ffcc00;
background: inherit;
}
a{color: #fff; text-decoration: none; background: inherit;}
a:hover {color: #ffcc00; text-decoration: none; background: inherit;}

ul
{
color: #fff;
list-style-type: none;
padding: 0px;
margin: 0px;
background: inherit;
}

li
{
font-weight: normal;
text-transform: lowercase;
padding: 0;
}

blockquote
{
width: 30em;
margin: 0 0 0 10px;
padding: 5px;
border-left: 1px solid #666
}

/* Main box  surrounding everything*/

#outer
{
margin: 0px 0px 0px 0px;
width: 100%;
overflow:auto;
border: 0px solid #111;
background-color: #000000;
color: #fff;
text-align: left;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
margin: 0px 0px 0;
padding: 0 0px 0 0px;
background: inherit;
color:#ffcc00;
border-top: 0px solid #444;
border-right: 0px solid #444;
border-bottom: 0px solid #2c2c2c;
border-left: 0px solid #2c2c2c;
font-size: 20px;
font-style:italic;
}

/* right menu (nav) */

#left
{
Left: 0;
z-index: 0;
margin: 0 0px 0 0;
float: left;
width:160px;

}

/* left column (content) */

#right
{
padding-right: 20%;
float:right;
z-index: 100;
width: 75%;
text-align: justify;
}

#right p
{
margin-bottom: 1em;
}

#right a{color: #ffcc00; text-decoration: none; background-color:inherit;}

/* Div classes Styles */

div .orange /* This is the orange bars that are on top of the main box and navs */
{
height: 5px;
border-bottom: 1px solid #222;
background-color: #fc0;
color: inherit;
font-size: 0;
}

.navouter
{
border: 1px solid #222;
width: auto;
margin: 5px 0 5px 5px;
background-color: #333333;
color: inherit;
}

.navheader
{
background-color: #444444;
color: inherit;
width: auto;
border-bottom: 1px solid #222;
padding: 2px;
margin-bottom: 5px;
text-align: center;
font-weight: bold; 
}

.navcontent
{
padding: 5px;
margin:0 0 0 3px;
color: #fff;
font-size:11px;
font-weight:bold;
background-color: #333333;
overflow: hidden;
}

#footer
{
	text-align: left;
	margin-left: 10px;
}

/* This is for inserting code */
.code
{
margin: 0 0 5px 10px;
padding: 10px;
width: 30em;
font-family: helvetica, monospace;
font-size: 10px;
line-height: 150%;
text-transform: lowercase;
background-color: #333;
color: inherit;
border: 1px dotted #666;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 10px;
color: #666;
background-color: inherit;
}


