html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
  margin: 0;
  padding: 0;
  border: 0;
}
body
{
  font: 76% Verdana,arial,sans-serif;
  text-align: center;
  background: #0c121e;
  color: #fff;
}
p
{
  margin: 5px 0px;
  line-height:1.5em
}
a,a:active, a:visited
{
  color: #FFFF00;
  text-decoration:underline
}

a:hover
{
  color: #fdec3e;
}

#Navigation a
{
	color:#999999;
	text-decoration:none;
}

#Navigation a:hover
{
	text-decoration:none;
	color: white;
}

h1
{
  font-size: 24px;
  line-height: 12px;
  padding-bottom: 10px;
}

h2
{
  font-size: 20px;
  line-height: 1.2em;
  xmargin: 15px;
}
#footer p
{
  margin: 0;
  padding: 5px 10px;
}
small
{
font-size:80%
}
/* Structure */

#container
{
  width: 760px;
  margin: 0 auto;
  text-align: left;
}
#Header
{
  background-image: url(images/header.jpg);
  width: 760px;
  height: 105px;
}

#Navigation
{
  background-color: #3f4040;
  width: 760px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
}
#ColumnWrapper
{
  background-color: #385893;
  width: 760px;
}
#ColumnWrapper td
{
  vertical-align:top
}
.RightColumn
{
  padding:20px;
}
#LeftSlogan
{
  width: 247px;
  height: 169px;
  background-image: url(images/BlueBackground.jpg);
  background-repeat:no-repeat;
}
#SloganContainer
{
  padding-left:22px;
  padding-top:30px;
  text-align:left;
  font-weight:bold;
}
.SloganTextBig
{
font-style:italic;
font-size:26px;
line-height:24px;
}
.SloganTextSmall
{
font-style:italic;
font-size:13px;
line-height:25px;
}
#LeftColumn
{
  float: left;
  width: 247px;
  display: block;
}

#footer
{
  clear: both;
  background-color: #3f4040;
  width: 760px;
  height: 40px;
  text-align: center;
}

.WBorderBottom
{
border-bottom:solid 1px white;
}

