/*
body {
margin-top:0px;
margin-left:0px;
_background-color:#000000;
background: #8E0D0D url(images/page_bg.jpg) repeat-x;
_background-image:url(../images/bg70.jpg);
background-repeat:repeat; 

}
*/
body {
	background: #1A2831 url(images/bg.jpg);
	text-align: center;
	font: 15px arial, sans-serif;
	line-height: 150%;
	color: #DBDBDB;
}

/** Body **/
/*
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;*
} */
#body-bot {
 /*background: bottom left url(images/body_bot.jpg) no-repeat;    */
 padding: 40px 39px 19px 46px;
}


a:link {
color:#FF9900; 
text-decoration:none;
}

a:visited {
color:#FF9900; 
text-decoration:none;
}

a:hover {
color:#FFFFFF; 
text-decoration:none;
}

a:active {
color:#FFFF66; 
text-decoration:none;
}               



/** layout **/
#wrapper {
  top: 0;
  left: 0;
  position: absolute;
  border: 0px solid #FF0000;   
	text-align: left;
	width: 780px;
}
#left {
border: 0px solid #00FF00;                           
 position: absolute; 
 top: 0;
 left: 0;
 width: 179px; 
}
#right {        
 background: #1A2831 url(images/header1.jpg) no-repeat;
 border: 0px solid #0000FF;
 position: absolute; 
 top: 0;
 left: 179px;
 width: 600px; 
}

/** Left **/
#left {
 background: #1A2831 url(images/logo1.jpg) no-repeat;
 width:179px;
 height: 1000px;
}

/** Right **/
#nav {
 /*background: url(images/header.jpg) no-repeat; */ 
 height: 90px;
}
#nav ul {
 margin: auto;
 padding: 0 0 0 40px;
}
#nav li {
 margin:auto;
 float: left;
 border-right: 1px solid #363636; /*314958*/
 padding: 80px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #BBBBBB;
 font: 12px arial, sans-serif;
 font-weight: normal;
}

#nav a:hover {
 color: #FFFFFF;
 font: 12px arial, sans-serif;
 text-decoration:none;
 font-weight: normal;
}


#nav .selected a {
 color: #ffffff;
 border-bottom: 3px solid #FFFFFF;
 font-size: 15px;
 padding-bottom: 5px;
 font-weight: bold;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 /*background: bottom left url(images/body_hr.jpg) no-repeat;*/
 margin: 10px -39px;
}

#footer {   
 width: 500px;
 margin: auto;
 border-top: 0px solid #888888;
 font-size:12px;
 text-align: center;
}

.h2 {
  font-size: 15px;
  color: #9D6532;
  font-weight:bold;
  padding-left: 10px;
  margin: 5px;
  border-left: 7px solid #9D6532;
}

.mov {
  margin-left: 20px;
}

#footerlink a {
 color: #BBBBBB;
 font: 12px arial, sans-serif;
 font-weight: normal;
}

#footerlink a:hover {
 color: #FFFFFF;
 font: 12px arial, sans-serif;
 text-decoration:none;
 font-weight: normal;
}

.content {
 margin-left: 20px;
}

/*---------------------*/
/*      Accordion      */
/*---------------------*/
.pageContent { 
width: 500px; 
float:left;
}

.accordion {
float:left; 
list-style-type: none; 
padding: 0; 
margin: 0 0 30px; 
border: 0px solid #17a; 
border-top: none; 
border-left: none; 
}

.accordion ul { 
padding: 0; margin: 0; float: left; display: block; width: 100%; 
}

.accordion li { 
background: #1A2831; 
list-style-type: none; 
padding: 0; 
margin: 0; 
float: left; 
display: block; 
width: 100%;
}

.accordion li.active>a { 
background: url('images/close.gif') no-repeat center right; 
}
.accordion li div {
 padding: 20px; 
 background: #2A4150; 
 display: block; 
 clear: both; 
 float: left; 
 width: 360px;
 }
 
.accordion a { 
text-decoration: none; 
border-bottom: 1px solid #363636; 
font: bold 1.1em/2em Arial, sans-serif; 
color: #FFFFF; 
padding: 0 10px; 
display: block; 
cursor: pointer; 
background: url('images/open.gif') no-repeat center right;
}

/* Level 2 */
.accordion li ul li { background: #1A2831; font-size: 0.9em; }   

.accon{
  display: block; 
} 

.accon a {
text-decoration: underline; 
} 

.gotop {
font-size:13px;
float:left;
top:420px;
left:775px;
width:45px;
position: fixed;

z-index:4;
_position:absolute; /* position fixed for IE6 */
_top:expression(documentElement.scrollTop+"px");
_margin-top:420px;
_margin-left:-179px;
}  
