/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 15px 0 0;
 background-repeat: no-repeat;
 background-position: center top;
 color: #000;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #3564B0;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #000;
 text-decoration: none;
}

a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6 {
 margin: 0 0 15px;
 color: #000;
 font-weight: bold;
 font-size: 17px;
}

h3,h4 {
 font-size: 15px;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #DDDCE0;
}

.EvenRow {
 background: #F1F1F2;
}

.WinBorder td.Content {
 background: #FFF;
 color: #000;
}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
 font-weight: normal;
 font-size: 10px;
}

td.WinBorder {
 background: #8D8A98;
 color: #FFF;
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
 font-weight: bold;
 font-size: 14px;
}

#PageContainer {
 margin: 0 auto;
 width: 760px;
 text-align: left;
 position: relative;
}

#HeaderContainer {
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
}

#Nav {
 background: #6091CD;
 zoom: 1;
}

#Content {
 padding: 20px;
 background: #FFF;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
 border-top: 10px solid #D0E2FF;
 background: #A1C5FF;
}

#FooterContainer td {
 padding: 10px;
 color: #5C84C4;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #5C84C4;
 font-weight: bold;
 text-decoration: underline;
}

