/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #FFF;
 color: #29439F;
 font-family: "Trebuchet MS", Arial, sans-serif;
 text-align: center;
}

a {
 color: #009B3D;
 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: #98A3D0;
}

.EvenRow {
 background: #CBD1E7;
}

.WinBorder td.Content {
 background: #FFF;
 color: #29439F;
}

.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: #29439F;
 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 {
}

#HeaderMast {
 width: 560px;
 background-repeat: repeat-x;
 background-position: 0 0;
 position: relative;
 height: 92px;
}

#MastSearch,#MastNav,#MastLogin {
 margin: 0;
 padding: 0;
 font-size: 11px;
 line-height: 20px;
 position: absolute;
 right: 15px;
}

#MastSearch {
 top: 10px;
}

#MastSearch .FormField {
 border-top: 2px solid #A8A8A8;
 border-left: 2px solid #A8A8A8;
 background: #E5E5E5;
 font: 11px "Trebuchet MS", Arial, sans-serif;
}

#MastSearch .FormBtn {
 border: 0 none;
 background: #FFF;
 color: #009A3D;
 font: bold 11px "Trebuchet MS", Arial, sans-serif;
}

#MastNav {
 color: #009A3D;
 top: 50px;
}

#MastNav a {
 margin: 0 2px;
 color: #009A3D;
 text-decoration: none;
}

#MastNav a:hover {
 color: #000;
 text-decoration: underline;
}

#MastLogin {
 top: 72px;
}

#MastLogin a {
 color: #28439F;
 text-decoration: none;
}

#MastLogin a:hover {
 color: #000;
 text-decoration: underline;
}

#ContentContainer {
}

#NavContainer {
}

#Nav {
 border-top: 2px solid #FFF;
}

#Content {
 padding: 120px 20px 20px;
 background-repeat: no-repeat;
 background-position: 0 0;
}

#FooterContainer {
 border-top: 10px solid #D6DAEC;
}

#FooterContainer td {
 padding: 10px;
 color: #29439F;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #29439F;
 font-weight: bold;
 text-decoration: underline;
}

