body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #202020;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

p a {
color:#D0D0D0; /* Blue font color, or whatever you want */
text-decoration:none; /* No underline */
border-bottom:1px solid #D0D0D0; /* Orange underline */
}
p a:hover {
color:#BCBCBC; /* Gray font color, or whatever you want */
text-decoration:none; /* No underline */
border-bottom:1px solid #BCBCBC; /* Red underline */
}

p a:visited{
color:#D0D0D0; /* Blue font color, or whatever you want */
text-decoration:none; /* No underline */
border-bottom:1px solid #D0D0D0; /* Orange underline */
}

#header {
width: 800px;
height: 160px;
background-image: url('./images/Banner.jpg');
background-repeat: no-repeat;
}

#hidden {
display: none;
}
#container {
	width: 800px;
	background-image: url('./images/bg.jpg');
	margin: 0 auto;
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
#editing {
	width: 800px;
	background: #FFFFFF;
	color: #333;
	margin: 0 auto;
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar1 {
	float: left;
	width: 160px;
	padding: 15px 0;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
	margin: 5px 20px 0 180px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* float an element right in your page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:160px;}
ul.vert-one li{margin:0;padding:0;border-top:1px solid #4D0000;border-bottom:1px solid #761A1A;}
ul.vert-one li a{display:block;text-decoration:none;color:#fff;padding:0 0 0 20px;width:142px;}
ul.vert-one li a:hover{background: url("images/vert-one_arrow.gif") no-repeat 0 9px;}
ul.vert-one li a:visited{color:#FFF;text-decoration: none;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#900 url("images/vert-one_arrow.gif") no-repeat 0 9px;}

.style3 {font-size: 60%}