
*
{
	margin: 0px;
}

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
/*	background-color: #ccffff;
	background-image: url(images/clouds.jpg); */
	background-color: #000000;
	color: #222222;
}

a
{
	background-color: inherit;
	color: #0000EE;
}

a:hover
{
	text-decoration: none;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
/*	line-height: 22px; */

}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

h3
{
	font-size: 20px;
	margin-bottom: 30px;
}

h4
{
	font-size: 13px;
	margin-bottom: 5px;
}

#wrapper
{
  width: 800px;
  background-color: #ffffff;
  margin: auto;
}

#header
{
	background-color: #000000;
	background-image: url(images/Banner2.jpg);
	background-repeat: no-repeat;
	color: #000000	;
/*	padding: 5px 40px 5px 40px; */
	height: 200px;
}

#header h1
{
	font-size: 30px;
}

#header h2
{
  margin-left: 100px;
	font-size: 14px;
}

#header .right
{
  float: right;
  width
}

#header .left
{
  float: left;
  width: 400;
}

#menu
{
	padding: 5px 30px 0px 30px;
	margin-bottom: 30px;
	color: #222222;
/*	background-color: #f5f5f5; */
  background-color: #555555;
	border-bottom: solid 1px #DADADA;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}

#menu .tagline
{
  padding: 5px 10px 8px 10px;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	background-color: inherit;
	display: block;
	border: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #FFFFFF;
	bottom-border: 1px solid #0099ff;
}

#menu ul li a:hover
{
	background-color: #0022AA;
	color: #fff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #333333;
}

#container
{
	margin: 0px 40px 0px 40px;
}

#primarycontainer
{
	float: left;
	margin-right: -200px;
	width: 100%;
}

#primarycontent
{
	margin-right: 240px;
}

#primarycontent p
{
	margin-bottom: 20px;
}

#secondarycontent
{
	float: right;
	width: 200px;
}

#footer
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding-top: 15px;
	border-top: solid 1px #0099ff;
	clear: both;
}

.clearit
{
	clear: both;
	height: 1px;
}

#indextext {
  text-align: left;
}

#picture {
  border: 5pt solid white;
  float: right;
}

#copyright {
  border-top: solid 1px #0099ff;
  font-size: 7pt;
}