/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background-repeat: repeat-x;
 background-position: 0 0;
 background-color: #FFF;
 color: #5B64A8;
 font-family: "Trebuchet MS", sans-serif;
 text-align: center;
}

a {
 color: #10167F;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6,.Heading {
 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;
 font-size: 11px;
}

.Status {
 color: #C00;
 font-size: 11px;
}

.OddRow {
 background: #CBCDE3;
}

.EvenRow {
 background: #E5E6F1;
}

.WinBorder td.Content {
 background: #FFF;
 color: #7C81B8;
}

.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: #7C81B8;
 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;
 background-repeat: no-repeat;
 background-position: 0 0;
}

#HeaderContainer {
 position: relative;
 height: 185px;
}

#SectHome #HeaderContainer {
 height: 185px;
}

#HeaderLogo {
 margin: 0;
 position: absolute;
 top: 25px;
}

#navmenu {
 background-repeat: repeat-y;
 background-position: 520 0;
 position: absolute;
 top: 93px;
 left: 0;
 z-index: 1000;
}

#HeaderMast {
 position: absolute;
 top: 116px;
 right: 14px;
 width: 277px;
 height: 25px;
}

#SectHome #HeaderMast, #SectIn  #HeaderMast {
 right: 10px;
 width: 740px;
 height: 68px;
}

#HeaderNavTop {
 margin: 0;
 line-height: 21px;
 position: absolute;
 top: 0;
 right: 5px;
 height: 21px;
 text-align: right;
 font-size: 10px;
}

#HeaderNavTop a {
 margin: 0 5px;
 font-weight: normal;
 text-decoration: none;
 color: #10167F;
}

#HeaderNavTop a:hover {
 text-decoration: underline;
}

#ContentContainer {
}

#NavContainer {
}

#Nav {
}

#Content {
 padding: 10px;
}

#FooterContainer {
 background-repeat: no-repeat;
 background-position: 0 0;
}

#FooterContainer td {
 padding: 15px 10px 10px;
 color: #4C509F;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #4C509F;
 font-weight: bold;
 text-decoration: underline;
}

