body {
   background: #ccc url('page-bg.png') repeat-y 50.1% 0;
   background-color:black;
   margin: 0 0;
}
#boxSpacer {
   width:743px;
   height:8px;
   background:black;
   margin: 0 auto;
}
#boxMenu {
	width:743px;
	height:152px;
	background-repeat:repeat-x;
	background-image:url('menu-bg.png');
	margin: 0 auto;
}
#boxContent {
	width:713px;
	height:200px;
	background:#7f0a0a;
	padding:15px;
	margin: 0 auto;
	text-align:center;
}
#boxMenuContent {
   position:absolute;
   width:540px;
   height:64px;
   top:55px;
   left:auto;
   text-align:center;
   font-size:0px;
   white-space: nowrap;
}
#boxUserStatus {
   position:absolute;
   width:533px;
   height:25px;
   top:132px;
   text-align:center;
}
#boxLeftColumn {
	float:left;
	width:348px;
	border-width:0px 1px 0px 0px;
	border-style:dotted;
	padding-right:10px;
	text-align:center;
}
#boxRightColumn {
	float:right;
	width:322px;
	padding-right:10px;
	text-align:center;
}
#boxCenterFilled {
	width:350px;
	padding:10px;
	border-width:1px;
	border-style:dotted;
	text-align:center;
	background:#f9b017;
	color:black;
	margin: 0 auto;
}
#boxCenterWide {
	width:450px;
	padding:10px;
	border-width:1px;
	border-style:dotted;
	text-align:center;
	background:#f9b017;
	color:black;
	margin: 0 auto;
}
#boxThirds1, #boxThirds2, #boxThirds3 {
	border-width:1px;
	border-style:dotted;
	text-align:center;
	background:#f9b017;
	color:black;
	margin:5px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	font-weight:bold;
	font-size:12pt;
}
#boxThirds1 {
	float:left;
	width:255px;
}
#boxThirds2 {
	float:left;
	margin-left:10px;
	width:231px;
}
#boxThirds3 {
	float:right;
	margin-left:10px;
	width:200px;
}

#imgRightCorner {
  float:right;
}
#imgLeft {
   border:0px;
}

.imgMenuItem {
  padding-left:7px;
  padding-right:7px;
  padding-bottom:10px;
  border:0px;
}
.imgMenuThumbnail {
  border:1px;
  padding:5px;
  border-style:dotted;
  border-color:black;
  background:white;
}

A.linkUserStatus:link, A.linkUserStatus:visited, A.linkContent:link, A.linkContent:visited {
   color:white;
}
A.linkUserStatus:hover, A.linkContent:hover, {
   color:#fade00;
}
A.linkFilled:link, A.linkFilled:visited {
	color:#7f0a0a;
}
A.linkFilled:hover {
	color:black;
}
A.linkOrdering:link, A.linkOrdering:visited {
	color:#7f0a0a;
	font-weight:bold;
}
A.linkOrdering:hover {
	color:#ed0007;
	font-weight:bold;
	text-decoration:none;
}

#boxUserStatus {
   font-family:arial;
   font-size:10pt;
   color:black;
}

#boxContent {
   font-family:arial;
   font-size:90%;
   color:white;
}

#textCopyright {
   font-family:arial;
   font-size:75%;
   color:#f6e1e1;
   text-align:center;
   font-style:italic;
   clear:both;
}
.textHighlight{
	font-weight:bold;
	text-decoration:underline;
}
.textHeader {
	text-align:center;
	font-weight:bold;
	font-family:verdana,arial;
	font-size:17pt;
	text-transform:uppercase;
}
