/***** Global Settings *****/

   /*
   Dark grey (text): #333333
   Dark Blue (headings, links) #000066
   Mid Blue (header) #333399
   Light blue (top navigation) #CCCCFF
   Mid grey: #666666
   */

 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	font:100%/1.25 arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:0 0 6px 0;
letter-spacing:-1px;
font:1.6em arial, helvetica, sans-serif;
}
 
h2 {
	padding:0 0 6px 0;
	letter-spacing:-1px;
	font:1.3em arial, helvetica, sans-serif;
	color: #CC0000;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p {
	margin:0;
	padding:0 0 8px 0;
	font-size: 0.9em;
}


/*
ol {
padding:0 0 18px 40px;
}
*/
 
/*
blockquote {
margin:10px 20px;
padding:0;
}
*/
 
.small {
font-size:0.85em;
}
 
/*
img {
border:0;
}
*/
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:underline;
color: #006633;
}

a:hover {
	color: #7D5A1A;
	text-decoration: underline;
}



/* CSS Tabs */
#button {
        width: 140px;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
		margin-top: 16px;
		margin-right: 50px;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
        background-color: #DDDDAE;
        color: #333;
		float:left;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #DDDDAE;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #876929;
                border-right: 10px solid #B6A150;
                background-color: #957B2E;
                color: #F5F5D0;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
	border-left: 10px solid #B6A150;
	border-right: 10px solid #876929;
	background-color: #B6A150;
	color: #F9F9DF;
	font-weight: bold;
                }

        #button li #active {
                border-left: 10px solid #B6A150;
                border-right: 10px solid #876929;
                background-color: #B6A150;
                color: #F9F9DF;
                }

/***** Lists *****/


li ul, 
li ol       { padding:0 0 8px 12px; }
ul, ol      {
	padding:0 0 8px 12px;
}


ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }


/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 0 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:980px;
margin:0 auto;
}

#welcome {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	text-align: justify;
	padding: 8px;
}

#logo {
}

#content {
	width:730px;
	margin: 10px;
	float:left;
	font-size: 0.9em;
}

#footer {
	clear:both;
	width:898px;
	padding:10px 0;
	margin:10px 30px 30px 10px;
	font-size:0.7em;
}

.foottxt {
	font-size:0.7em;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-name	   {
	color: #656600;
	font-weight: bold;
}

.date {
	color: #957B2E;
	letter-spacing:1px;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}

.bktitle {
	font-weight:bold;
	font-style:italic;
}

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; border: 1px solid #656600; }
.img-right     { float:right;margin:4px 0 4px 10px; border: 1px solid #656600; }
.border		   {border: 1px solid #656600;}
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }