a
{
  font-family: 			Geneva, Arial, Helvetica, sans-serif;
  color: 			#000;
  text-decoration: 		none;
  white-space: 			nowrap;
}

a:hover
{
  text-decoration: 		underline;
}

body
{
  font-family: 			Verdana, Arial, Helvetica, sans-serif;
  font-size: 			14px;
  height:			105%;
}

h1
{
  font-size:			36px;
  margin:			0;
  text-align:			center;
  white-space:			nowrap;
}

h2 
{
  font-size: 			18px;
  margin-top: 			5px;
}

h3 {
  font-size: 			16px;
  margin: 			0px;
  vertical-align: 		top;
}

h4
{
  font-style:			italic;
}

label
{
  font-weight: 			bold;
}

p
{
  text-align:			justify;
  margin-top: 			6px;
}

th
{
  text-align:			left;
  vertical-align:		top;
  padding-right:		10px;
}

ul
{
  margin-top:			0px;
}

#canvasDiv
{
  position:			relative;
  width:			80%;

  background-color:		#FC3;

  border:          		solid 2px #000;

  margin-left:      		auto;
  margin-right:     		auto;

  /* grow canvas to fit navigation */
  overflow:			hidden;
}

#contentDiv
{
  border-left: 			solid 180px #000;
  padding-left:			15px;
  padding-right:		15px;
  padding-bottom:		30px;   /* Space for the slogan */
}

#contentDiv a
{
  font-style:			italic;
}

#menuDiv
{
  text-align:			center;
  font-size:			18px;
  font-weight:                  normal ! important;
  line-height:			30px;
  width:			140px;
  padding-top:			100px;
  padding-bottom:		82px;		
}

#navigationDiv
{
  color:			#FC3;
  float:			left;

  width:			180px;
  height:			auto;

  background-color: 		#000;
  background-image:		url(../images/menubackground.gif);
  background-repeat: 		no-repeat;
}

#navigationDiv *
{
  color:            		#FC3; 
  text-decoration:		none;
}

#navigationDiv, .slogan, h1, h2, #menuDiv
{
  font-weight:			bold;
  text-transform:		uppercase;
}

#pagingDiv
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align:                   center;
  font-size:                    12px;
  line-height:                  18px;		
  margin-bottom:		25px;
}

.slogan
{
  position:			absolute;
      left:			64px;
    bottom:			0px;

  display:			block;
  font-size: 			18px;
  line-height:			18px;
}

.slogan span
{
  color:			#FC3;
}