/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */

body 
{
  /*
  //background-color: #d8ac3b;
  //color:#373737;
  //margin: 0;
  //padding: 0;
  //font-family:Arial, Helvetica, sans-serif;
  */
  
}

#pictureleft  {
	
	padding-left:0px;
	padding-right:20px;
	padding-bottom:10px;
	}
	
#pictureright  {
	
	padding-left:20px;
	padding-right:0px;
	padding-bottom:10px;
	}
	
#picturecenter  {
	
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
		}

.alignleft
{
	float:left;
}

.alignright
{
	float:right;
}

.textleft {
text-align:left;
}

.big {
	font-size:24px;
	}

p {
	font:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	text-align:justify;
	line-height:30px;
	
}

.center {
	text-align:center;
	}
	
.bold {
	font-weight:bold;
	}
	
.padleft {
	padding-left:50px;
	float:left;
	}
	
.small {
	
	font:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	text-align:justify;
	line-height:30px;
	
	}

td {
	font:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
}
	
#wrapper {
  width: 758px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  }
     
#footer {
  width: 738px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #FFF;
  }

#leftnav {

  width: 200px;
  margin-left: -10px;
  padding: 0;
  list-style: none;
  /*background-color:#c5ccbf;*/
  }
  
#leftnav ul {

  margin-left: -10px;
  padding: 0;
  list-style: none;
  }
  
ul {

  font:"Times New Roman", Times, serif;
  font-size:18px;
  list-style: none;
  
  }
  
.bullets {

  font:"Times New Roman", Times, serif;
  font-size:18px;
  list-style:disc;
  
  }

#maincontent {
	padding:25px;
	width:710px;
}

#content {
	width:510px;
	}
	
	
#tablecontent {
	width:400px;
	padding-top:25px;
	padding-left:40px;
	
	}

/* style the links in the nav list */
#leftnav a {

  display:block;
  text-decoration: none;
  font-variant: small-caps;
  padding: 6px 0 6px 22px;
  font-size: 100%;
  font-weight: bold;
  }
 
#leftnav a:link, #leftnav a:visited {
  
  color: #000;
  }
  
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  
  color: #d8ac3b;
  
  }