
* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 auto; /* for the rest */
  padding: 0;
  color: White;
}

img
{
  border: none\9; /* for IE */
}

table
{
    width: 100%;
}

a
{
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #3372AB;
    font-weight: bold;
    text-decoration: none;
}

body
{
    background-color:#EEE;
    text-align: center; /* for IE */
}

.ContentWrapper
{
    width:800px; /* or a percentage, or whatever */
    background-color:#333;
}

.Header
{
    width: 100%;
}

.HeaderLeft
{
    width: 591px;
}

.HeaderTitle
{
    text-align:center;
    font-size: 40px;
    color: #3372AB;
    padding-top: 10px;
    height:66px;
}

.HeaderContent
{
    padding: 0 80px;
    height:163px;
    font-size: 16px;
    line-height: 20px;
}

.HeaderNav
{
    height:28px;
}

.Nav
{
}

.Nav td
{
    background-color:#CCC;
    height: 28px;
    padding: 0 14px;
}

.BorderRight
{
    border-right: 1px solid #EEE;
}

.HeaderImg
{
    width: 209px;
    height:257px;
}

.Main
{
    width: 100%;
    background-color: #69D;
}

.MainLeft
{
    width: 591px;
    padding: 30px 50px;
    vertical-align: top;
    font-size: 18px;
}

.MainRight
{
    width: 209px;
    vertical-align: top;
}

.MainRight td
{
}

.Footer
{
    height: 60px;
}

.Footer td
{
    font-size: 12px;
    padding: 5px;
}

.RedBorder
{
    border: 1px solid red;    
}

.CenterText
{
    text-align:center;
}