*
{
	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;
	color: #996600;
}

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;
}

h6
{
	font-size: 12px;
	color: #990033;
}

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: #DDDDDD;
	color: #0000DD;
	padding: 15px 10px 15px 20px;
}

#header h1
{
	font-size: 30px;
}

#header h2
{
	font-size: 15px;
}

#menu
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
	color: #000000;
	border-top-style: none;
#	background-color: #009999;
#	border-bottom: solid 1px #006666;
}

#menu div
{
	clear: both;
}

#menu ul
{
#	display: block;
#	position: relative;
	top: 1px;
#	list-style: none;
#	padding: 0px;
#	margin-bottom: 0px;
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:31px;
#	text-transform:uppercase;
	font-size:13px;
#	font-weight:bold;
	background:transparent url("images/off.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:15;
#	border-bottom:1px solid #919191;
	border-bottom: none;
#	border-top-style:1px solid #919191;
	border-top-style: none;
}
	
#menu ul li
{
	position: relative;
	float: left;
#	border: solid 1px #3300DD;
#	border-bottom: 0px;
#	margin-right: 10px;
}

#menu ul li a
{
#	display: block;
	padding: 5px 10px 6px 10px;
#	text-decoration: none;
#	background-color: #99DDDD;
#	color: #3300DD;
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
#	padding:12px 20px 0 20px;
	height:20px;
	background:transparent url("images/divider.gif") no-repeat top right;
}

#menu ul li a:hover
{
#	background-color: #ffa500;
	color: #CC3300;
	background:transparent url("images/hover.gif") no-repeat top right;	
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #CC3300;
}

#container
{
	position: relative;
	margin: 0px 40px 40px 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;
}
