/*Primary Layout*/

body	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	background: #CCCC99 url(/images/Border.jpg) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
  }

img  {
    float:left;
	border: 0px;
	border-color: black;
	border-style: solid;
	display: block;
	margin: 8px;
  }

/* Wrapper*/

#wrapper  {
  margin: 0px auto;
  padding: 0px;
  border: 0px;
  width: 690px;
  text-align: left;
  font-size:90%;
  }

/*Header*/

h1 {
	background-image: url(/images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 3px solid #000000;
	height: 100px;
	width: 650px;
	margin: 0px auto;
}

/*Inner Layout*/

#content  {
  padding: 0 20px;
  }

#main  {
  width: 400px;
  float: left;
  padding: 0px 10px 0px 0px;
  border: 1px;
  border-right-style: solid;
  border-right-color: #000;
 
  }
  
#sidebar  {
  width: 226px;
  float: right;
  }
  
/*Bottom Layout*/

#footer  {
	margin: 0;
	padding: 0 20px;
	border: 0;
	text-align: left;
	border-top: 1px solid #f9f9f9;
	background: transparent;
  }

#footer p  {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: x-small;
	background-color: transparent;
	color: #000;
	position: relative;
  }
  
/*Default Links*/

a:link, a:visited {
	font-weight : bold;
	text-decoration : none;
	color: Black;
	background: transparent;
	font-size: large;
  }

a:hover {
  font-weight : bold; 
  text-decoration : underline;
  color: #000;
  background: transparent; 
  }

a:active {
  font-weight : bold; 
  text-decoration : none;
  color: #000;
  background: transparent;  
  }
  
/*Typography*/

#main p, #sidebar p {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 1em;
  }

h2, h3, h4, h5  {
  margin: 5px;
  padding: 0px;
  }

h2  {
  font-size: large;
  }

ul  {
  margin: px;
  }


li  {
  line-height: 300%;
  }

#sidebar ul   {
	padding: 0px;
  }

#sidebar ul li {
	vertical-align: top;
	background-color:#999966;
	list-style-type: none;
	border: thin solid #000000;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
  }


  
  
p {
	text-align: left;
	text-indent: 25pt;
	font-size: normal;
}
