body {
 background-image: url(Images/textureTile.gif);
 background-repeat:repeat;
 color: #333333;
 padding:0;
 margin-top:5px;
 height: 100%;
 }

#boundaryBox {
 text-align:left;
 width:739px;
 margin:auto;
 border: 1px solid black;

 }
 
 
#header {
 height:90px;
 background-color:#FFFFFF;
 border-top-color:#ffffff;
 border-top-width:5px;
 border-top-style:solid;
 border-bottom-color:#ffffff;
 border-bottom-width:5px;
 border-bottom-style:solid;
 }

#header1  {
	float:left; 
	width:115px; 
	height:90px; 
	margin-right: 5px; 
	margin-left: 0px;
	background-image: url(Images/header1.gif);
	background-repeat:no-repeat;
	}
	
#header2  {
	float:left; 
	width:115px; 
	height:90px; 
	margin-right: 5px; 
	margin-left: 5px; 
	background-image: url(Images/header2.gif);
	background-repeat:no-repeat
	}
	
#header3  {
	float:left; 
	width:115px; 
	height:90px; 
	margin-right: 5px; 
	margin-left: 5px;  
	background-image: url(Images/header3.gif);
	background-repeat:no-repeat
	}
	
#header4  {
	float:left; 
	width:115px; 
	height:90px; 
	margin-right: 5px; 
	margin-left: 5px; 
	background-image: url(Images/header4.gif);
	background-repeat:no-repeat
	}
	
#header5  {
	float:left; 
	width:115px; 
	height:90px; 
	margin-right: 5px; 
	margin-left: 5px; 
	background-image: url(Images/header5.gif);
	background-repeat:no-repeat
	}
		
#header6  {
	float:left; 
	width:114px; 
	height:90px; 
	margin-left: 5px; 
	margin-right: 0px;
	background-image: url(Images/header6.gif);
	background-repeat:no-repeat;
	}

#bar {
 height:20px;
 background-color: #7F0000;
 color: #333333;
 border-top-color:#000000;
 border-top-width:1px;
 border-top-style:solid;
 border-bottom-color:#000000;
 border-bottom-width:1px;
 border-bottom-style:solid;
 text-align: center;
 }
 
#bodyMain {
	position:relative;
	color: #333333;
	background-color: #c20000;
	background-image: url(Images/gradient.jpg);
	background-repeat:repeat-x;
	width:739px;
	padding:0;
	overflow: auto;
 }


#popupBody {
 width:739px;
 background-color:#DDDDDD;
 }
 
#sidebar {
	float:left;
	color: #333333;
	width:200px;
	z-index:2;
 }

#sidebarTopBox-content   {
	width:200px; 
	height:200px;
	background-color:#FFFFFF;
	text-align:center;
	z-index:3;
	}
	
#sidebarBottomBox-content  {
	width:200px; 
	height:100%;
	z-index:3;
	border-top-width:1px;
 	border-top-color:#000000;
 	border-top-style:solid;
	}
	
#menu{
border: 5px;
width: 194px;
}

#menu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #ADADAD;
text-decoration: none;
text-align:left;
width: auto;
}

#menu a:hover{
background-color: #932F36;
color: #FFFFFF;
font: bold 13px Verdana;
}

#tabledescription{
width: 100%;
height: 4em;
padding: 2px;
filter:alpha(opacity= 0);
-moz-opacity:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
color:#FFFFFF;
font-size:13px;
}


/* commented backslash hack \*/
#content {
	width:538px;
	background:#DDDDDD;
	text-align:left;
	float:left;
	z-index:2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	border-left-width:1px;
 	border-left-color:#000000;
 	border-left-style:solid;
	height:750px;
}
/* end hack */
html>body #content {
	width:538px;
	background:#DDDDDD;
	text-align:left;
	float:left;
	z-index:2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	border-left-width:1px;
 	border-left-color:#000000;
 	border-left-style:solid;
	height:auto;
	min-height:750px;
}

#footer {
 height:35px;
 background-color: #7F0000;
 border-top: 1px solid black;
 font-size:10px;
 color: #ADADAD;
 font-weight: bold;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }

