﻿body
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: consolas, verdana, 'trebuchet ms', sans-serif;
}

img
{
	border:0px;
}

#header
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 65px;
	background-color:#FFCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/topbar.gif);
}

/* HORIZONTAL MENU */

#menu
{
	width: 100%;
	background-image:url(../images/toprepeat.gif);
	background-repeat: repeat-x;
}

.clearit {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}

#top_menu
{
	margin: 0px;
	padding: 0px;
	background-image:url(images/toprepeat.gif);
	background-repeat:repeat-x;
}

.topmenu.horizontal
{
	margin: 0px;
	padding: 0px;
	background-image:url(images/toprepeat.gif);
	background-repeat:repeat-x;
}
.topmenu.horizontal ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.topmenu.horizontal ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topmenu.horizontal ul li a {
	display: block;
	text-decoration: none;
}

.topmenu.horizontal ul li a {
	display: block;
	float: left;
	background: transparent url(images/toprepeat.gif) top right no-repeat;
	cursor: pointer;
}
/* End of Horizontal Menu */


/* Vertical Menu */
.vertical_menu
{
	position: absolute;
	top: 86px;
	left: 0px;
	width: 156px;
	margin: 0px;
}
.vertical_menu ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.vertical_menu li
{
	float:left;
	border:0;
	clear:both;
}
.vertical_menu a 
{
	text-decoration:none;
	display:block;
}
/* End of Vertical Menu */


#MainContent
{
	width:100%;
	background-color: #ff8080;
}

#Content
{
	margin: 0px;
	padding: 10px;
	position: relative;
	margin-left: 156px;
	background-color: #fff;
}

#GoTop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2;
	font-weight: bold;
	color: #990000;
}

.command_bar
{
	display: block;
	width: 100%;
	height: 40px;
	vertical-align: top;
}
