body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	
	background-color:#808BA5;
	}
	
#header {
	width:100%;
	background: url('images/headerBack.jpg');
	background-repeat: repeat-x;
	background-color: #1E3D64;
	border-top:none;
	border-bottom: 2px solid #35446F;
	border-left: none;
	border-right: none;
	position: relative;
	height:73px;
}
	
#headerTag {
	background: url('images/headerTagBack.jpg');
	background-repeat:repeat-x;
	background-color: #808CA4;
	position:relative;
	margin:0;
	padding:0;
	height:32px;
	text-align:center;
	color:#FFFFFF;
	font-size:1.5em;
	}
	
#container {
  padding-left: 190px;   /* LC width */
  padding-right: 192px;  /* RC width */
  overflow:hidden;
  background:url('../images/menuBack.jpg');
  background-repeat:repeat-y;
  background-position:left;
}

#container .column {
  position: relative;
  float: left;
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */

}
#center {
  width: 99.9%;
  background-color:#FFFFFF;
  font-size:12px;
}

#left {
  width: 187px;          /* LC width */
  right: 187px;          /* LC width */
  margin-left: -100%;
  background-color:#808BA5;
   background:url('../images/menuBack.jpg');
  background-repeat:repeat-y;
  background-position:left;
  
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 186px;
	border-bottom: 1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#left ul li {
	position:relative;
	list-style:none;
	}

#left li ul {
	position:absolute;
	left:186px;
	top:0;
	display:none;
	width:188px;
	}
	
#left ul li a {
	font-size:12px;
	font-weight:bold;
    text-decoration:none; 
    display:block;
	background: url("../images/button.jpg");
	color:#F3F0C2;
	padding-bottom:18px;
    width:181px;
	padding-top:8px;
	padding-left:5px;
	border-bottom: 1px solid #7480AF;
}
	
#left ul li a:hover {
    width:181px;
    color:#FFFFFF;
	background: url('../images/buttonHover.jpg');
}
	
/* Fix IE. Hide from IE Mac \*/
* html #left ul li { float: left; }
* html #left ul li a { height: 1%; }
/* End */



#left li:hover ul, #left li.over ul {
	display:block;
	}


#right {
  width: 192px;          /* RC width */
  margin-right: -192px;  /* RC width */
  background-color:#808BA5;
  font-size:12px;
  background: url('images/rightSideBackgr.gif');
  background-repeat:repeat-y;
  text-align:center;
 }
 
 
 
 #footer {
	clear: both;
	width:100%;
	font-size:0.9em; 
	font-weight: bold; 
	color: #003366;
	text-align:center;
	border-top: #003366 1px solid;
	height:52px;
	background: url('images/footer.jpg');
	background-repeat:repeat-x;
  	position: relative;
	padding-top:10px;
	margin:0;

}


 
