html, body {
	border: 0;
	margin: 0;
	padding: 0;
}


body {
	line-height: 140%;
	width: 100%;
	background: #D1CBB5 url(../images/bg_body.jpg) repeat-x left top;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	width: 97%;
	clear: both;
	margin-top: 20px;




Times New Roman&quot;, Times, serif;
	color: #443833;
	background-color: transparent;
	border-bottom: 1px dotted #877065;
	font-family: Georgia, quot;
	font-size: 2em;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#header h1 {
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h2 {
	padding: 10px 0 0 0;
	color: #443833;
	background-color: transparent;
	font-size: 1.3em;
	letter-spacing: -1px;
	font-family: arial, helvetica, sans-serif;
}

h3 {
  font: 1em arial, helvetica, sans-serif;
  font-weight: bold;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 18px 0;
}

p.notfound{padding: 15px 0 100px;}
#sb_top p {
	padding: 0px;
	margin: 0px;
}


ul, ol {list-style: none; padding: 0 0 18px 40px;}

code {
  display: block;
  width: 80%;
  background-color: #F5F4F3;
  border: #E2DBD8 1px solid;
  color: #666666;
  padding: 3px 5px;
  margin: 10px 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 {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; padding: 0;}

table tr td {padding: 2px;}
/***** Global Classes *****/

.clear {clear: both; display: block; width: 100%; }

.alignleft {float: left;}

.alignright {float: right;}

.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;}                  

.nopadding {padding: 0;}

.noindent {margin-left: 0; padding-left: 0;}

.nobullet {list-style: none; list-style-image: none;}

.noborder {border: none;}
/***** Main Layout ****/

#container {
  width: 100%;
  height: 100%; overflow: hidden;
}

#wrapper {
	width: 956px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.endOfSection {
	clear: both;
	display: block;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  width: 278px;
  text-align: left;
  color: black;
  margin: 0;
  padding: 0;
}

#sidebar #sb_top {
	width: 278px;
	height: 247px;
	background: url(../images/sb_top.jpg) no-repeat left top;
	color: #59554A;
	text-align: center;
	cursor: pointer;
}

#sidebar .sb_logo {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 10px;
}

#sidebar .sb_content {
  text-align: left;
  padding-left: 12px;
  width: 262px;
  padding: 0 8px;
}

#sidebar .sb_content hr {
  border-top: #C8C1A8 1px solid;
  border-bottom: #EEEDE6 1px solid;
  margin: 0;
  padding: 0;
}

#sidebar .sb_content h2 {
  color: #59554A;
  background: url(../images/h2_arrow.jpg) no-repeat left bottom;
  padding-left: 35px;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-left: 5px;
  font: 1.8em Georgia, Times New Roman, Times, serif;
}

#sidebar .sb_content p {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#sidebar .sb_content ul {
  list-style-type: square;
  padding: 5px 15px 15px 15px;
  margin: 15px;
}
/*links*/

#sidebar .sb_content a {color: #6B6343;}

#sidebar .sb_content a:hover {
  color: #35332D;
  border-bottom: 1px dotted #35332D;
}

#sidebar .sb_content img {
  border: 1px solid #B9B495;
  padding: 4px;
  background-color: #D0CCB7;
  Margin: 0;
  margin-left: 10px;
}

#sidebar .sb_content img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}
/**** Main Menu ****/

#sidebar #navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 262px;
  background-color: #CECAB3;
  border-bottom: #EEEDE6 1px solid;
}


#sidebar #navlist a {
  display: block;
  height: 30px;
  padding-left: 20px;
  border: none;
  border-top: 1px solid #DEDBCB;
  border-bottom: 1px solid #BEB99A;
  background: transparent url(../images/nav_arrow.jpg) no-repeat left center;
  color: #59554A;
  font-size: 120%;
  line-height: 30px;/* this value must match the height in order to center vertically the text*/
  text-decoration: none;
}

#sidebar #navlist a:hover {
  color: #35332D;
  background:  #E1DED0 url(../images/nav_arrow_over.jpg) no-repeat left center;
}

#sidebar #navlist a.noborder {
  border-bottom: none;
}
/*Copyright*/

#sidebar .copyright {
	display: block;
	width: 262px;
	background-color: #D2CFB9;
	color: black;
	border-top: #BCB496 1px solid;
	border-bottom: #ECEBE1 1px solid;
}

#sidebar .copyright .inner {
	display: block;
	width: 248px;
	text-align: center;
	background-color: #D2CFB9;
	color: black;
	font-size: 90%;
	border-top: #ECEBE1 1px solid;
	border-bottom: #BCB496 1px solid;
	padding-top: 25px;
	padding-right: 7px;
	padding-bottom: 25px;
	padding-left: 7px;
}

#sidebar .copyright p {
	padding: 0;
}

/**** Content ****/

#content {
	display: block;
	float: left;
	width: 670px;
	height: 100%;
	border-top: #59554A 8px solid;
	border-right: #59554A 8px solid;
	border-left: none;
	text-align: left;
	margin-top: 51px;
	padding-bottom: 40px;
	margin-bottom: -2000px;
	padding-bottom: 2040px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-color: #FFFFFF;
	color: #000000;
}

/*Header*/
#content #header {
	width: 100%;
	height: 189px;
	color: white;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F3F7A2;
}

/*End header*/

#content ul li {list-style: url(../images/bullet.jpg);}

#content img {
  border: 1px solid #D0C5BF;
  padding: 4px;
  background-color: #E7E1DE;
  Margin: 15px 0;
}

#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/* main content */
#content #main {
	display: block;
	clear: both;
	margin: 0;
	margin-bottom: 40px;
	padding: 0 30px;
}

/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 60px;
  font-size: 80%;
  color: #6C574F;
  background: url(../images/sb_bottom.jpg) no-repeat left top;
  background-color: #D1CBB5;
}

#footer .contentfoot {
  display: block;
  float: right;
  width: 678px;
  height: 40px;
  padding: 5px 0;
  border-top: #59554A 8px solid;
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}

#footer .backtotop {
	background: url(../images/backtotop.jpg) no-repeat left top;
	float: right;
	clear: right;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0px;
}

#footer .backtotop a {
  cursor: pointer;
  display: block;
  width:100%;
  height:100%;
  border: none;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

form .formText {
  display: block;
  float: left;
  clear: left;
  width: 130px;
  margin-top: 15px;
}


fieldset {
  padding : 15px;
  margin-top: 40px;
  border: none;
  border: 1px solid #ddd;
}

legend {
  color: #59554A;
  font: 1.8em Georgia, &quot;Times New Roman &quot;, Times, serif;
}


input, textarea, select {
  font: 1em arial, helvetica, sans-serif;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px;
  margin-top: 15px;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  color: white;
  padding: 0 4px;
  width: 80px;
  height: 23px;
  font-weight: bold;
  background: #59554A url(../images/button.jpg) no-repeat left top;
  border: none;
  cursor: pointer;
  margin-left: 130px;
  margin-top: 20px;
  display: block;
  clear: both;
}
#footer .contentfoot {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sb_top p {
	font-style: italic;
}
