/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#000000;
	margin:0 auto;
	font-size:1.0em;
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial;
}

/* headers */
h1 {
	/*font-size:3.4em;
	text-align:center;
	padding-top:20px;
	color:#ffffff;*/
	margin:0px 10px;
	color:#D37E3D;
}
h2 {
	margin:0px 10px;
	color:#D37E3D;
}
h3 {
	font-size:1.4em;
	font-weight:normal;
	color:#85511F;
}
h4 {
	background-color:#C56C28;
	font-family:"Trebuchet MS", Verdana, Arial;
	padding:2px 4px;
	margin-right:12px;
	color:#FFFFFF;
}

h5 {
	font-size:0.9em;
    margin:0px 10px;
    color:#FFFFFF;    		
}

/* paragraphs */
p {
	margin:10px 5px 2px 12px;
	line-height:1.2em;	
}

div#tbl p {
	margin:10px 5px 2px 12px;
	line-height:20em;	
}

div#txt p {
	margin:6px 10px 6px 10px;
	line-height:1.2em;	
	font-size:0.9em;
	font-weight:normal;
}

div#dat p {
	color: #D37E3D;
	font-size:medium;
	margin:10px 5px 2px 12px;
	line-height:3em;
	}

div#dat2 p {
	color: #D37E3D;
	font-size: x-large;
	margin:10px 5px 2px 12px;	
	}

sup, sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup { bottom: 0.5em; }
sub { top: 0.5em; }

div#head1 p {
	margin:6px 10px 6px 10px;
	line-height:1.2em;	
	font-size:1em;
	font-weight:bold;
}

/* links */
a {
	color:#D37E3D;
	text-decoration:underline;
}
a:hover {
	color:#E1A77A;
}
div#footer a {
	color:#ffffff;
	border-bottom:none;
	text-decoration:underline;
}
div#footer a:hover {
	background-color:transparent;
}
div#sidebar ul li a { 
	color:#ffffff;
	background-color:#C56C28;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:1px;
}
div#sidebar ul li a:hover {
	background-color:#85511F;
}

div#sdbm h4 a { 
	color:#ffffff;
	background-color:#C56C28;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:1px;
}
div#sdbm h4 a:hover {
	background-color:#85511F;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
	line-height:1.2em;	
	font-size:0.9em;
	font-weight:normal;
}


/* container, header and nav */
div#container {
	width:95%;
	padding:0 2px;
	margin:0 auto;
}
div#header {
	height:115px;
	background-image:url('images/header-bg.png');
	background-repeat:no-repeat;
	background-position:20px 10px;

	border-bottom:5px solid #303030;
}
div#header_m {
	height:105px;	
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 0px 0px 10px;
	border-bottom:5px solid #303030;
}
div#header p {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
}
div#nav {
	background-image:url('images/menu-item.jpg');
	background-repeat:repeat-x;
	height:40px;
}
div#nav ul {
	margin:0 0 0 20px;
	padding:0;
	border-left:1px solid #CA5B00;
	height:40px;
	float:left;
	border-right:1px solid #FFB475;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:8px 10px 0 10px;
	height:32px;
	font-weight:bold;
	border-left:1px solid #FFB475;
	border-right:1px solid #CA5B00;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:block;
}
div#nav ul li a:hover {
	background-image:url('images/menu-item.jpg');
	background-repeat:repeat-x;
	background-position:0 -40px;
}
/* content */

div#content {
	padding:20px 10px 250px 10px;
	background-image:url('images/content-bg.jpg');
	background-repeat:repeat-x;
}
div#page {
	width:82%;
	float:right;
}
div#sidebar {
	width: 18%;
	float:left;

}
div#sidebar p {
	padding:3px 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
div#sidebar ul {
	list-style:none;
	margin:3px 12px;
	background-color:#C56C28;
}
div#sidebar ul li {
	padding:0px 0px;
}

/* content main page */

div#content_main {
	padding:20px 10px 250px 10px;
	background-image:url('images/content-bg.jpg');
	background-repeat:repeat-x;
}

div#count {
 padding:20px 10px 10px 10px;
}

div#page_main {
	width:97%;
	float:right;
}

/* footer */

div#footer {
	/*padding:5px 5px 30px 5px;*/
	background-color:#C56C28;
	color:#ffffff;	
}
div#footer p {
	font-size:0.7em;
	font-family:"Trebuchet MS", Verdana, Arial;
	text-align:center;
	margin:10px;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}

/* image position */
div#left_img {
	margin:10px;
	float:left;
	border:0px;	
}

div#right_img {
	margin:20px;
	float:right;
	border:0px;	
}


/* table set */
.set{
    border-top: #D37E3D solid 1px;
    border-left: #D37E3D solid 1px;
	margin:0 40px 5px 30px;
}

.set td{
    border-bottom: #D37E3D solid 1px;
    border-right: #D37E3D solid 1px;
    padding : 3px;
	font-size:0.9em;
	font-family:"Trebuchet MS", Verdana, Arial;
}

.set2{
    border-top: #D37E3D solid 1px;
    border-left: #D37E3D solid 1px;
	margin:0 40px 5px 30px;
}

.set2 td{
    border-bottom: #D37E3D solid 1px;
    border-right: #D37E3D solid 1px;
    padding : 3px;    
	font-size:0.9em;
	font-family:"Trebuchet MS", Verdana, Arial;
	text-align:center;
}
