﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: white;
}
#container {
	width: 900px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#DacTrakForm {
	width: 900px;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#masthead {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 850px;
	padding: 0;
	background-color: #cde;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 620px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#mastheadTxt
{
	float:left;
	font-size: x-large;
	color: #445566;
	font-weight: bolder;
}
}

#masthead p {
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 1.35em;
}
h2 {
	color: #965;
	font-size: 1.25em;
}
h3 {
	color: #965;
	font-size: 1.12em;
}
h4 {
	color: #965;
	font-size: 1em;
}
h5 {
	color: #965;
	font-size: 1em;
}
h6 {
	color: #965;
	font-size: 1em;
}

big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
	color: black;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.LeftMenuItemImageContainer
{
	margin: 2px;
	width: 12px;
	height: 8px;
}
.LeftMenuItemImage
{
	width: 12px;
	height: 8px;
}
.RightMenuItemImageContainer
{
	height: 8px;
	width: 8px;
	margin: 4px;
}
.RightMenuItemImage
{
	height: 8px;
	width: 8px;
}
.StaticMenuPanel
{
	border: 1px outset white;
	background-color: #687FA1;	
}
.RootMenuItem
{ 
	cursor: default;
	padding: 1px;
	height:20px;
}
.MenuItemTextCell
{
	height:15px;
	padding-left:4px;
	padding-right:4px;	
	padding-top:2px;
	padding-bottom:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
	cursor:hand;
}
.ExpandedMenuItemTextCell
{
	height:15px;
	padding-left:4px;
	padding-right:4px;	
	padding-top:2px;
	padding-bottom:2px;
	color:silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold; 
	cursor:hand;
}
.MenuItem
{
	background-color: #606060;
	padding: 1px;
}
.Menu {
  z-index: 999;
}
.headerBorderCell 
{
	/*Sets the background color and cell height for the headers border cell*/
	background: #9abbee;
	height: 1px;
}

