/* Hack for IE to display the margin on #right properly */
* html #right {width:597px;}

/* Body Styles */

body
{
margin: 20px;
background: #3d3d3d;
font-size: 12px; 
color: #ffffff; 
line-height: 1.5em;
font-family: Georgia, "Times New Roman", Times, serif
}

p
{
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h1
{
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	color: #ffcc00;
	font-size: 10px;
	background: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A0000;
}

h2
{
	padding-bottom: 2px;
	color: #ffcc00;
	font-size: 10px;
	background: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A0000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h3
{
	padding-bottom: 2px;
	color: #ffcc00;
	font-size: 14px;
	border-bottom: 1px solid #ffcc00;
	background: inherit;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 13px;
	font-weight: bold;
}

h4
{
	color: #ffcc00;
	font-size: 12px;
	background: inherit;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 13px;
	font-weight: bold;
}

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-left: 10px;
margin: 0 0 5px;
background: inherit;
}

li
{
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 10px;
}

blockquote
{
width: 30em;
margin: 0 0 0 10px;
padding: 5px;
border-left: 1px solid #666
}

/* Main box  surrounding everything*/

#outer
{
	width: 800px;
	overflow:auto;
	border: 1px solid #222;
	background-color: #333;
	color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#header
{
	margin: 5px 5px 0;
	padding: 0 2px 0 2px;
	color:#666;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	background-color: 990000;
}

#header h1 {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 8px;
	background-color: #990000;
	padding-left: 5px;
}

#header h2 {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #990000;
	padding-left: 5px;
}

/* The left column (nav) */

#left
{
margin: 0;
float: left;
width: 188px;
}

/* The right column (content) */

#right
{
float: right;
margin: 0 5px;
width: 602px;
}

#right a{color: #CCCCCC; 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: #727272;
color: inherit;
}

.navheader
{
background-color: #666;
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:12px;
font-weight:bold;
background-color: #727272;
overflow: hidden;
}

/* This is for inserting code */
.quote
{
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 140%;
	background-color: #333;
	color: inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: normal;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 10px;
color: #666;
background-color: inherit;
}
