
/*

*/

body { 
	color: rgb(80,70,55);
	background: rgb(244,240,229) ;
	font-family: Verdana; 
	/* font-size: 87.5%; */ /* ~14px */
	/* font-size: 76%;*/   /* ~12px */
}

#container { 
	width: 900px; 
	background: url(../img/back.png) 0 0 repeat-y;
	/*margin-left: 0;*/
}

#header {
	background: url(../img/header.jpg) no-repeat;
	height:181px;
	width:900px;
	color:#FFFF00;
	font-size:33px;
	font-weight:bold;
}

.kscla {
color:#FF3300;
}
.squt {
color:#00FFFF; 
}

#hs {
	height:125px; 
}

#hsi {
	color:#6F4B29; 
	font-family:Verdana;
	font-size:22px; 
	font-weight:bold;
	text-align:left;
	position: absolute;
	top:50px;
	left:150px;
}

#page, #ribbon, #aux {
	padding: 0em, 1.5em, 1.5em, 1.5em;
	margin: 0;
}

#page {
	font-family: Courier, monospace ;
	font-size: 16px;
	padding:20px 5px 20px 20px;
}

.rpd {
	padding:0px 45px 0px 40px ;
}

#page p { 
	text-indent: 1.5em; 
	margin-bottom: 0;
	text-align: justify;
}

/* if you want a paragraph not indented */
#page p.noindent {
	text-indent: 0; 
}

#ribbon {
	text-align: center;
}


/* footer ================================================================ */

#footer {
	clear: both; 
	background: url(../img/bottom.png) center bottom no-repeat;
	padding-bottom: 1em;
	text-align: center;
}

#footer p {
/*
	 padding-left: 2em; 
	 margin-right: 25%; 
	 padding-right: 2em; 
	 margin-left: 50%;
*/
	
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


/* nav menu ============================================================== */

#ribbon ul#menu li {
	display: block; 
	font-family: Georgia;
	font-size: 1.0em;
	font-weight:bold;
	line-height: 2; 
/*
	font-weight:bold; 
	border-bottom: 2px solid rgb(163,146,120); 
*/
	border-bottom: 1px solid #825830;
}

#ribbon a:link, #ribbon a:visited {
	text-decoration: none;
}

#ribbon a:hover {
	color: #fff;
}


/* standards ============================================================= */

a:link, a:visited {
	color: #800;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	color: rgb(163,146,120);
}

strong, b { 
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strong, b, em, i {
	color: #000;
}

/* lists ================================================================= */

#page dt {
	font-weight: bold;
}

#page dd {
	margin-left: 1em;
}

#page ol {
	list-style-type: decimal;
}

#page ul {
	list-style: square;
}

#page ul, #page ol {
	margin-left: 1em;
	padding-left: 1em;
}

/* nested list: no vertical margin */
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* image floating ======================================================== */

#page img.imgright {
	float: right;
	margin-left: 1em;
}

#page img.imgleft {
	float: left;
	margin-right: 1em;
}


/* table ================================================================= */

table, dl, ul, ol {
	margin-top: 1.5em;
}

th, table caption {
	font-weight: bold;
}

th {
	background: rgb(163,146,120);
	color: #fff;
	font-weight: bold;
}

td {
/*	background: #fff; */
}

td, th {
/*
	border-left:  1px solid rgb(163,146,120);
	border-right: 1px solid rgb(163,146,120);
	text-align: center;
*/
	
	border: 1px solid rgb(163,146,120);
	padding: 0 0.5em;
}

tfoot th, tfoot td {
	background: rgb(80,70,55);
	color: #fff;
}

b {
 color: rgb(80,70,55);
}

/* ----------- */ 
/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #FF8C00; /* set border COLOR as desired #6c6 */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { 
/* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a { 
/* settings for selected tab link */
background-color: #F4F0E5; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #FF8C00; /* set border COLOR as desired; usually matches border color specified in #tabnav #6c6 */
background-color: #FFEFD5; /* set unselected tab background color as desired #cfc */
color: #000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
/* end css tabs */

