body{
	/*margin:0 100px;*/
	margin:0px;
	padding:0 240px 0 170px;
}
#container{
	background-color:#1D1B1C;
	float:left;
	width:100%;	
	border-left:170px solid #1D1B1C; /* The width and color of the left rail */
	border-right:240px solid #1D1B1C; /* The width and color of the right rail */
	margin-left:-170px;
	margin-right:-240px;
	margin-top:10px;
	display:inline; /* So IE plays nice */
}
#leftsidebar{
	float:left;
	width:170px;
	margin-left:-170px;
	position:relative;
	margin-top:7px;
	
}
#content{
	float:left;
	width:100%;
	margin-right:-100%;
}
#rightsidebar{
	float:right;
	width:240px;
	margin-right:-240px;
	position:relative;
}
#header, #footer{
	margin-left:-170px;
	margin-right:-240px;
	clear:both;
}
#header{
  height:160px;
}

#rightsidebar fieldset{
	border:1px solid #222;
	margin:5px;
	padding:5px;
}
.article{
	margin:5px;
	padding-top:0;
	overflow:hidden;
	padding-left:102px;
}
* html .article{
	height:1%; /* So IE plays nice */
}


/*-------------------------------------------------------------------------------------------------
----------------------------------------------PRESENTATION-----------------------------------------
--------------------------------------------------------------------------------------------------*/

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background: #1D1B1C;
}


/*-----------------------------HEADER STYLES---------------------------------------------*/

#header { 
 background: url("img/headerbg.jpg") repeat-x;
}

#header .bannerlogo{
  position: absolute;
  top: 20px;
  left: 15px;
  margin: 0px;
  padding: 0px;
  height:74px;
  width: 373px;
  text-align:left;
}

#header img {
  border: 0px;
  border-style: none;
}

#header .bannerhall {
  position: absolute;
  top: 12px;
  right: 2px; /* Opera5.02 will show a space at right when there is no scroll bar */
  margin: 0px;
  padding: 0px;
  width: 352px;
  text-align:right;
}

/*---------------------------GENERAL MENU STYLES-------------------------------------------------*/

.menuopen {
  background: url("img/menuleft.jpg") no-repeat;
  height:36px;
  width:11px;
  margin: 0px;
  padding: 0px;
  float:left;
}

.menuclose {
  background: url("img/menuright.jpg") no-repeat;
  height:36px;
  width:12px;
  margin: 0px;
  padding: 0px;
  float:left;
  display:inline;
  margin-right: 34px;
}

/*---------------------------NAVIGATION STYLES-------------------------------------------------*/

#navigation{
  position:absolute;
  top: 100px;
  left: 15px;
  margin: 0px;
  padding: 0px;
  width:1100px;
}

#navigation .bg{
  background: url("img/menumid.jpg") repeat-x;
  height:36px;
  float:left;
  display:inline;
  color: #F1C777;
}

#navigation ul{
  list-style:none;
  margin:0px;
  padding:0px;
  padding-top:10px;
}

#navigation ul li{
  list-style:none;
  display:inline;
  margin-left:5px;
  margin-right:5px;
}

#navigation ul li a{
  background: url(img/navicon.jpg) 0px 0px no-repeat;
  color:#F1C777;
  text-decoration:none;
  padding-left:20px;
  padding-bottom:1px;
}

#navigation ul li a:hover{
  background: url(img/navicon.jpg) 0px -20px no-repeat;
  color:#F19E01
}

#navigation ul li a.selected{
  background: url(img/naviconover.jpg) 0% 50% no-repeat;
  font-weight:bold;
}

/*-----------------------------CONTENT STYLES---------------------------------------------*/

#content {	
color:#DCCFD1;
font-family: Verdana,arial;
font-size:10pt;
}	

#content h2{
font-family: Verdana,arial;  
font-size:12pt;
color:#F1C777;
font-weight:bold;
}

#content h3{ 
font-family: Verdana,arial; 
font-size:10pt;
color:#F1C777;
font-weight:normal;
}
#content .newstitle{ 
font-family: Verdana,arial; 
font-size:10pt;
color:#F1C777;
font-weight:normal;
}


#content a{ 
color:#AA9D9E;  
text-decoration:none;
}

#content a:hover{  
color:#DCCFD1;  
background-color:#454444;
}

/*------------------------------SIDEBAR STYLES--------------------------------------------*/


#leftsidebar .sidebaritem{
  width:136px;
  margin-left:15px;

}

#leftsidebar .sidebaritemheading{
  background: url(img/lsidelrgboxtop.jpg) no-repeat;
  height:35px;
  color:#F7CA8F;
  font-weight:bold;
  padding-top:5px;
  padding-left:10px;
 
}

#leftsidebar .sidebaritemcontent{
  background: url(img/lsidelrgboxmid.jpg) repeat-y;
  margin:0px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  color:#F7CA8F;
}

#leftsidebar .sidebaritemcontentcenter{
  background: url(img/lsidelrgboxmid.jpg) repeat-y;
  margin:0px;
  padding-top:5px;
  color:#F7CA8F;
  text-align:center;
}

#leftsidebar .sidebaritemcontent a{
  color:#F7CA8F;
}
#leftsidebar .sidebaritemcontent a:hover{
  color:#DC6934;
}

#leftsidebar .sidebaritemcontent ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
#leftsidebar .sidebaritemcontent li{
  padding-bottom:5px;
}

#leftsidebar .sidebaritemfooter{
  height:20px;
  background: url(img/lsidelrgboxbot.jpg) repeat-y;
  margin-bottom:10px;
}

#rightsidebar .sidebaritem{
  width:219px;
  margin-left:10px;
}

#rightsidebar .sidebaritemheading{
  background: url(img/rsideboxtop.jpg) no-repeat;
  height:35px;
  color:#F7CA8F;
  font-weight:bold;
  padding-top:5px;
  padding-left:10px;
 
}

#rightsidebar .sidebaritemcontent{
  background: url(img/rsideboxmid.jpg) repeat-y;
  margin:0px;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  color:#F7CA8F;
}
#rightsidebar .sidebaritemcontent a{
  color:#F7CA8F;
}
#rightsidebar .sidebaritemcontent a:hover{
  color:#DC6934;
}

#rightsidebar .sidebaritemcontent ul{
  margin:0px;
  padding:0px;
  list-style:none;
}

#rightsidebar .sidebaritemcontent p{
  margin:0px;
  padding-bottom:15px;
}

#rightsidebar .sidebaritemfooter{
  height:20px;
  background: url(img/rsideboxbot.jpg) repeat-y;
  margin-bottom:10px;
}




/*-----------------------------FOOTER STYLES---------------------------------------------*/

#footer {
   height:20px; 
   font-family: Verdana,arial;
   font-size:10pt;
   color:#DCCFD1;
   background-color:#1D1B1C;  
   /*margin-right:220px;  */
   padding-bottom:5px;
   text-align:left;
   clear:both;
   background: url("img/dividerbar.jpg") repeat-x;
}

#footer p{
	padding:0px;
	margin-top:0px;
	margin-left:150px;
	margin-right:0px;
	margin-bottom:0px;
}

#featureimage{
	margin-left:5px;
	margin-top:-120px;
	height:111px;
}

/*------------------------------GENERAL STYLES----------------------------------------------*/
.clear{
  clear:both;
}
a img{
  border:0px;
}
.center{
  text-align:center;
}
