/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #FFF;
 color: #505050;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #A40046;
 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;
}

p,li { line-height: 1.5em; }

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #9BAECA;
}

.EvenRow {
 background: #DAE1EB;
}

.WinBorder td.Content {
 background: #FFF;
 color: #505050;
}

.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: #505050;
 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 {
 padding: 0 20px;
 border-top: 2px solid #FFF;
 border-bottom: 2px solid #FFF;
 background: #06357A;
}

#Social {
 width: 150px;
 height: 30px;
 position: absolute;
 top: 117px;
 right: 5px;
}

#Social ul,#Social li {
 margin: 0;
 padding: 0;
 width: 150px;
 height: 30px;
 list-style: none;
 float: left;
 display: block;
}

#Social li {
 width: 30px;
 display: inline;
 text-indent: -9999px;
}

#Social a {
 width: 30px;
 height: 30px;
 display: block;
 float: left;
 background-repeat: no-repeat;
 background-position: 50%;
}

#Content {
 padding: 20px;
 background-repeat: repeat-x;
 background-position: 0 0;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#Tbl th {
 border-bottom: 2px solid #FFF;
 padding: 6px 0;
 width: 130px;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-color: #829ABC;
 color: #FFF;
 font-size: 11px;
}

#Tbl th p {
 margin: 0;
 line-height: normal;
 font-size: 11px;
}

#Tbl .td {
 padding: 6px 0;
 width: 130px;
 text-align: center;
 font-size: 10px;
}

#Tbl td p {
 margin: 0;
 line-height: normal;
 font-size: 10px;
}

#FooterContainer {
 background-repeat: no-repeat;
 background-position: 0 0;
}

#FooterContainer td {
 padding: 20px 0 10px;
 color: #06357A;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #06357A;
 font-weight: bold;
 text-decoration: underline;
}


