/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #C9D1F2;
 color: #2B45A6;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #2B44A6;
 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: #2B44A6;
 font-weight: bold;
 font-size: 24px;
}

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: #E4E8F8;
}

.EvenRow {
 background: #F4F6FC;
}

.WinBorder td.Content {
 background: #FFF;
 color: #5F7EFF;
}

.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: #C9D1F2;
 color: #2B44A6;
}

.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;
 background: #FFF;
}

#HeaderContainer {
}

#HeaderSearch {
 border-top: 2px solid #FFF;
 border-bottom: 2px solid #FFF;
 padding: 4px 8px;
 background: #5F7EFF;
 text-align: right;
}

#HeaderSearch form {
 margin: 0;
 padding: 0;
}

#HeaderSearch input {
 margin: 0;
 font: 11px Arial, sans-serif;
 color: #5F7EFF;
}

#HeaderSearch #SearchBtn {
 border: 0 none;
 background: transparent;
 color: #FFF;
 text-transform: uppercase;
}

#ContentContainer {
}

#Nav {
 width: 760px;
 background: #C9D1F2;
 float: left;
}

#Content {
 padding: 20px;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
 background-repeat: no-repeat;
 background-position: 0 0;
}

#FooterContainer td {
 padding: 40px 0 10px;
 font-size: 10px;
}

#FooterNav a {
 margin: 0 3px;
 text-decoration: none;
}
