/*	==============
	HTML overrides
	==============
*/

/* ============================================================================
   "body and "window" definitions required to make the background margins
   and interior content windows work.  It is important to note that the margin
   settings for the body are what centers the content window.
   ============================================================================
*/
body {
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0px;
/*   background-color: #ffffff; */
   background-color: #af6011;
   color: #000000;
   font-family:  Arial, FreeSans;
/* background-image: url("backgrounds/burlwood.jpg");
   background-repeat: repeat; */
   width: 1024px; 
   height: 100%;
}


.ContentWindow {
   z-index: 1;
   margin: 0px;
   padding-top: 0px;
   padding-bottom: 20px;
   padding-left: 50px;
   padding-right: 50px;
   background-color: white;
   color: black;
   font-size: medium;
   font-weight: normal;
}



/*	============================================================================
	Page-top Menus
   ============================================================================
*/

.TopMenuBackground {
	background-color: #000000;
   color: #ffffff;
}

.TopMenuLinkButton {
	border-left: 1px solid #656565;
	border-right: 1px solid #a0a0a0;
}

.TopMenuLinkButtonHi {
	background-color: #d0d0d0;
}

.TopMenuLink {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.TopMenuLink:visited {
	color: #ffffff;
}

.TopMenuLinkHi {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

.TopMenuLinkHi:visited {
	color: #333333;
}

.TopSubMenu {
	text-align: right;
	font-size: smaller;
	margin-top: 5;
	margin-left: 10px;
	border-bottom: 1px solid silver;
}

.TopSubMenuLink {
	text-decoration: none;
}

.TopSubMenuLink:visited {
	color: #47578a;
}

.TopSubMenuLink:hover {
	background-color: #e0e0e0;
}



/* ===========================================================================
	Page content
   ===========================================================================
*/

h2 {
   border-top: 1px solid black;
	border-left: 1px solid black;
   border-right: 1px solid black;
   border-bottom: 1px solid black;
   margin-top: 30px;
   margin-bottom: 30px;
   margin-left: 50px;
   margin-right: 50px;
   font-weight: bold;
   font-size:  x-large;
   font-style: italic;
   text-align:  center;
   color: #af6011;
   background-color: #f0f0f0;
}

h3 {
   color: #af6011;
   margin-top: 25px;
   margin-bottom: 25px;
   font-size: large;
   font-weight: bold;
   text-align: center;
}

.left {
   color: black;
   text-align: center;
   font-size: large;
   font-weight: bold;
}


.right {
   color: black;
   float: right;
   text-align: right;
   font-size: large;
   font-weight: bold;
}

.centered {
   color: black;
   text-align: center;
   font-size: large;
   font-weight: bold;
}

.box {
   border-top: 1px solid black;
	border-left: 1px solid black;
   border-right: 1px solid black;
   border-bottom: 1px solid black;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   color: black;
   background-color: white;
}

.special {
   color:blue;
}

.error {
   color: red;
}

.error_hdr {
   color: red;
   font-weight: bold;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-top: 0px;
}
   
.brown {
   color: #af6011;
}

em {font-weight: bold;
    color: #af6011;
}

}

