@import url('anchor.css');
* {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0
  }
body {
  text-align: center;
  background: #656868 url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	border-bottom: 1px dotted;
	color: #000000;
}


#page_wrapper {
  background: #F3E7A9 url('../img/page_bg.jpg') top left;
  margin-left: auto; 
  margin-right: auto;
  width: 640px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 140px;
  background: #515230 url('../img/header.jpg') top left no-repeat;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;  
  color: #E2D179;
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: #A5A162 url('../img/menu_bg.jpg') top left no-repeat;
}



#content_wrapper {
  background: transparent url('../img/content_bg.jpg') top left no-repeat;
}

#left_side {
  float:left;
  width:480px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #A0410D;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #333333;
}

#right_side {
  float:right;
  width:150px;
  padding-bottom: 10px;
}
#right_side a {
	text-decoration: none;
	color: #000000;
}
#right_side a:hover {
	border-bottom: 1px dotted;
	color: #000000;
}

#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

#page_footer {
  height: auto;
  background: #515230 url('../img/footer.jpg') top left no-repeat;
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:5px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}
textarea { width: 97%; height: 20em; padding: 3px; }
.spacer {
  margin:0px;padding:0px;clear:both;
}
.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}
/*Drop-down menu*/
.header-bot { width: 640px; height: 70px;}
.nav {clear:both; height: 50px; width:640px; margin-top: 0px; border:none; background: url(../img/menu_bg.jpg) no-repeat;color:rgb(255,255,82); font-size:100%;} /*Color navigation bar normal mode*/
.nav ul {list-style-type:none;}
.nav ul li {float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; /*border-right:solid 1px rgb(175,175,175); */}
.nav ul li a { text-decoration:none; font-weight:bold; color: rgb(255,255,82); float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:2.1em; line-height:2.1em; padding:0 10px 0 10px; }
.nav ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.nav ul li:hover a {background-color:transparent; text-decoration:none; color: white;} /*Color main cells hovering mode*/
.nav ul li:hover ul {display:block; width:8.0em; position:absolute; z-index:999; top:2.0em; margin-top:0.1em; left:-1px;}
.nav ul li:hover ul li a {display:block; width:9.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-top:solid 1px rgb(175,175,175); border-right:solid 1px rgb(175,175,175); border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#EECA6A; font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav table {position:absolute; top:0; left:0; border-collapse:collapse; }
.nav ul li a:hover {background-color:transparent; text-decoration:none; color: white;} /*Color main cells hovering mode*/
.nav ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:2.1em; top:2.0em; left:-1px; margin-top:0.1em;}
.nav ul li a:hover ul li a { text-decoration:none; display:block; width:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(175,175,175); border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#EECA6A; font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;

color: #F3E7A9; border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}
.current-sub-menu {
        color: blue;
}
.current-sub-number {
        color: green;
}
.sub-number {
        color: black;
        float: right;
        margin-right: 0px;
        margin-left: 40px;
}
.sub-menu {
float: right; margin-right: 10px; padding: 10px;
}

