*  {
    padding: 0px;
    margin: 0px;
}

html, body {
	height: 100%;
}
#page-wrapper, #page-body, #content-wrapper {
}

#page-content {
    height: auto !important;
    min-height: 100%;
    z-index: 100;
    position: relative;
}    

body {
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    color: #333;
    background-color: #ddd;
}

.clear-all {
    clear: both;
}

.red {
	color: #990000;
	font-weight: bold;
}

#container {
    width: 950px;
    margin: 0 auto;
}

/*   */

#page-wrapper {
	background: url("../images/page-back.gif") repeat left top;
    width: 950px;
    margin: 0 auto;
}

#page-header {
    background: url("../images/header-img.jpg") no-repeat top;
    width: 950px;
    height: 75px;
    position: relative;
}

#page-header ul {
    position: absolute;
    right: 170px;
    top: 10px;
}

#page-header #search {
	position: absolute;
	right: 10px;
	top: 5px;
}

#page-header li {
    display: inline;
    margin-right: 7px;
}

#page-header li span {
	color: #E19139;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#page-header li img {
    padding-right: 3px;
    bottom: 2px;
    position: relative;
}

#page-header a {
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
}

#page-header input.txt {
    background-color: #E3E3C7;
    border: 1px solid #666;
    font-size: 10px;
    padding: 1px;
    color: #666;
}

#page-header input.btn {
    top: 4px;
    position: relative;
}

#page-menu {
}

#page-menu ul {
    overflow: hidden;
    background: url("../images/menu-back.gif") repeat left top;
    width: 100%;
}

#page-menu li {
    float: left; 
    list-style-type: none;
    text-transform: uppercase; 
    font-size: 1.3em;
    background: url("../images/menu-line.gif") repeat-x top right;
    padding-right: 1px;
	width:14%;
}

#page-menu a:link, #page-menu a:visited {
    padding: 38px 69px 5px 5px;
    color: #fff;
    background: url("../images/menu-back.gif") repeat left top;
    text-decoration: none;
    display: block;
}

#page-menu a:active, #page-menu a:hover {
    background: url("../images/menu-over-back.gif") repeat left top;
}

#page-menu a:link.right, #page-menu a:visited.right, #page-menu a:active.right, #page-menu a:hover.right {
    padding: 38px 69px 5px 10px;
}
#page-menu a:link.tall, #page-menu a:visited.tall, #page-menu a:active.tall, #page-menu a:hover.tall {
    padding: 18px 88px 5px 10px;
}

#page-menu a:link.active, #page-menu a:visited.active, #page-menu a:active.active, #page-menu a:hover.active {
    background: url("../images/menu-over-back.gif") repeat left top;
}

#page-body {
}

#breadcrumbs {
    text-align: right;
    padding: 7px 20px 7px 5px;
    color: #EFEFEF;
    font-size: 1.2em;
}

#breadcrumbs a {
    text-decoration: underline;
    color: #FFF;
}

#breadcrumbs a:hover {
    text-decoration: underline;
    color: #000;
}
/*
#content-wrapper {
 background: url("../images/body-shadow.png") repeat-y 99% 0% !important;
}

* html #content-wrapper {
    background: url("../images/body-shadow.png") repeat-y 98% 0% !important;
}
*/
#sidebar {
    width: 200px;
    float: left;
}

#sidebar h1 {
    padding: 0px 0px 10px 10px;
    color: #B9B7A2;
    font-weight: normal;
    font-size: 2.8em;
}

#sidebar ul {
}

#sidebar li {
    display: block;
    padding: 7px 8px 7px 28px;
    background: url(../images/black-arrow-trans.png) no-repeat 14px 12px;
}

#sidebar li.active {
    background-color: #fff;
    border-bottom: 1px solid #000;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
}

#sidebar a:hover {
    color: #fff;
    text-decoration: underline;
    font-size: 1.4em;	
}

#sidebar .active a:link, #sidebar .active a:visited, #sidebar .active a:active, #sidebar .active a:hover {
    color: #7F7C64;
}

#page-content {
    background-color: #fff;
    width: 703px; min-height: 500px;
    float: left;
    padding: 0px 10px 20px 20px;
}

#left-col {
    width: 513px;
    float: left;
    padding: 20px 0 0 10px;
}

#left-col h1 {
    color: #900;
    font-size: 2.2em;
    margin-bottom: 20px;
}

#left-col h2 {
    color: #A19E88;
    font-size: 2em;
    margin: 30px 0 20px 0;
}

#left-col h3 {
    color: #963;
    font-size: 1.8em;
    margin: 30px 0 10px 0;
    border-bottom: 1px dotted #999;
    padding-bottom: 4px;
}

#left-col h4 {
    color: #B2B265;
    font-size: 1.6em;
    margin: 30px 0 10px 0;
}

#left-col h5 {
    color: #333;
    font-size: 1.3em;
    margin: 30px 0 10px 0;
}

#left-col p {
    line-height: 20px;
    font-size: 1.3em;
    margin-bottom: 20px;
    text-align: justify;
}

#left-col ul {
    margin: 20px 0 20px 0;
}

#left-col li {
    font-size: 1.3em;
    list-style-type: none;
    margin: 10px 0 10px 0;
    padding-left: 10px;
	line-height: 170%;
    background: url(../images/red-square-bullet.gif) no-repeat left 8px;
}

#left-col blockquote {
    padding: 30px 120px 0px 30px;
    font-size: 1.3em;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    color: #666;
    line-height: 24px;
    background: url(../images/bquote-back.gif) no-repeat left center;
    height: 92px;
}

#left-col  a:link, #left-col a:visited {
    color: #930;    
}

#left-col a:active, #left-col a:hover {
    color: #990;
}

#right-col {
    width: 160px;
    padding-left: 20px;
    float: left;
}

#right-col .top-shadow {
    background: url(../images/top-shadow.gif) no-repeat center center;
    height: 24px;
}

#right-col .bottom-shadow {
    background: url(../images/bottom-shadow.gif) no-repeat center center;
    height: 21px;
}

#right-col h1 {
    margin-bottom: 20px;
}

* html #right-col h1 {
	position: relative;
	top: -1px;
}

#right-col ul {
	margin-left: 10px;	
}

#right-col li {
    list-style-type: none;
    font-size: 1.3em;
    padding-left: 14px;
    overflow: hidden;
    margin-bottom: 9px;
    font-weight: bold;
    background: url(../images/gray-arrow.gif) no-repeat 0px 4px;
}


#right-col a:link, #right-col a:visited {
    color: #900;
    text-decoration: none;
    float: left;
    width: 120px;
}

#right-col a:hover, #right-col a:active {
    color: #333;
    text-decoration: underline;
}

#footer-wrapper {
    background: url(../images/page-back.gif) repeat left top;
    margin: 0 auto;
    width: 950px;
}

#page-footer-shadow {
/* background: url("../images/body-shadow.png") repeat-y 99% top !important; */
}

* html #page-footer-shadow {
/* background: url("../images/body-shadow.png") repeat-y 98% top !important; */
}

#page-footer {
    margin: 0px 17px 0px 200px;
    background-color: #fff;
    position: relative;
}

#page-footer .copyright {
    width: 540px;
    color: #999;
    font-size: 1.1em;
}

#page-footer .corner {
	position: absolute;
	height: 16px;
	right: 180px;
	bottom: 10px;
}

* html #page-footer .corner {
	bottom: 14px;
}

#page-footer .copyright p {
    padding: 5px 10px 5px 30px;
}

#page-footer .copyright a {
    color:  #999;
}

#page-footer .top {
    width: 180px;
    height: 16px;
	position: absolute;
	bottom: 10px;
	right: 0px;
    background-color: #161611;	 
}

* html  #page-footer .top {
	right: 17px;
	bottom: 14px;
}

#page-footer .top-txt {
	bottom: 5px;
	right: 20px;
	position: absolute;
    font-size: 1.1em;
    background-color: #161611;
    text-align: right;
}

* html #page-footer .top-txt {
	padding-right: 37px;
}

#page-footer .top-txt a {
    color: #999;
    text-decoration: none;
}

#page-footer .top-txt a:hover {
    color: #FFF;
    text-decoration: underline;
}

#fbb {
	background-color: #161611;
	height: 10px;
}

#data TD {
	padding: 3px;
	font-size: 1.3em;
	border: 1px solid #ccc;
}

#navlista li
{ 
list-style: none;
	margin-left: 1;
	line-height:normal;
	padding-left: 2em;
	text-indent: 0em;

} 

#navlist ol {
  font: italic 1em Georgia, Times, serif;
  color: #999999;
}


