*
{
	margin: 0px;
}

body
{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
#	width: 800px;
}

a
{
	background-color: inherit;
	color: #0000EE;
}

a:hover
{
	text-decoration: none;
}

p
{
	text-align: left;
	margin-bottom: 15px;
	line-height: 18px;
}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

ul li
{
	line-height: 18px;
}

ol
{
	padding-left: 15px;
        margin-bottom: 15px;
}

ol li
{
        line-height: 18px;        
#        margin-bottom: 10px;
}

h3
{
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

h4
{
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h5
{
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 10px;
}

div.img
  {
  margin: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
# border: 1px solid #000000;
  height: auto;
  width: auto;
  float: center;
  text-align: center;
  }
div.img img
  {
  display: inline;
#  height: 80px;
#  margin: 3px;
  padding: 20px;
  }
div.img a:hover img
  {
#  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }

#header
{
	background-color: #ff8c00;
	color: #000000;
	padding: 30px 40px 30px 40px;
}

#header h1
{
	font-size: 30px;
}

#header h2
{
	font-size: 15px;
}

#menu
{
	padding: 5px 30px 0px 30px;
	margin-bottom: 30px;
	color: #000000;
	background-color: #ffd700;
	border-bottom: solid 1px #ff8c00;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #ff8c00;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #000000;
}

#menu ul li a:hover
{
	background-color: #ffa500;
	color: #000000;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #000000;
}

#container
{
	position: relative;
	margin: 0px 40px 0px 40px;
}

#primarycontainer
{
	float: left;
	margin-right: -300px;
	width: 100%;
}

#primarycontent
{
	margin-right: 340px;
}

#primarycontent p
{
	margin-bottom: 20px;
}

#secondarycontent
{
	float: right;
	width: 300px;
}

#footer
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #ff8c00;
	clear: both;
}

.clearit
{
	clear: both;
	height: 1px;
}
