body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img1.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
        text-decoration: none;
        
}
a:hover {
	text-decoration: underline;
	color: #00FF51;
}
/* Header */
#header {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat center bottom;
}
/* temp code from pretty flower re horizontal menu */
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.submenu, ul.search{
  padding-left: 10px;
  margin-left: 0;
  list-style: none;
}
li{
  line-height: 1.5;
}
li.doc{
  padding-left: 15px;
  background-image: url(menu/doc.gif);
  background-repeat: no-repeat;
}
li.docs{
  padding-left: 15px;
  background-image: url(menu/docs.gif);
  background-repeat: no-repeat;
}
li.sdoc{
  padding-left: 15px;
  background-image: url(menu/sdoc.gif);
  background-repeat: no-repeat;
}
li.sdocs{
  padding-left: 15px;
  background-image: url(menu/sdocs.gif);
  background-repeat: no-repeat;
}
/* Menu locator */
#menulocator {
        width: 760px;
        margin: 0 auto;
        height: 30px;
        padding-top: 160px;
        
}
/* Menu */
#menu li {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin: 0px;
  padding-right: 10px;
  padding-left: 20px;
  display: inline;
  list-style-type: none;
  text-decoration: none;
}
#menu ul {
  color: #000000;
  font-weight: normal;
  float: left;
  margin: 0px;
}
#menu a:link, #menu a:visited, #menu a:active {
  color: #ffffff;
  font-weight: normal;
  float: left;
  margin: 0px;
}
#menu a:hover {
  color: #000000;
  font-weight: normal;
  float: left;
  margin: 0px;
}
/* Content */
#content {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 0 10px;
}
/* Column One */
#colOne {
	float:left;
        width: 480px;
}
#colOne h1 {
	margin-top: 0;
	font-size: 1.5em;
}
#colOne p, #colOne ul, #colOne ol {
	line-height: 160%;
}
#colOne .credits {
	margin-bottom: 20px;
	padding: 5px 0 20px 8px;
	border-bottom: 1px solid #2C2C2C;
}
#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
/* Column Two */
#colTwo {
	float: right;
	width: 220px;
}
#colTwo ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#colTwo li {
	margin-bottom: 20px;
}
#colTwo li li {
	margin-bottom: auto;
}
#colTwo li ul {
	padding-left: 20px;
	list-style: square inside;
}
#colTwo h2 {
        padding-bottom: 10px;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 0px;
	border-bottom: 1px solid #2C2C2C;
}
#colTwo h5 {
        font-size: 0.85em;
        color: #00FF51;
}
/* Footer */
#footer {
	clear: both;
	width: 750px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}
