/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #BDC38C;
 color: #305337;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #6F9BBB;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #6F9BBB;
 text-decoration: none;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #6F9BBB;
 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: #DBDCDD;
}

.EvenRow {
}

.WinBorder td.Content {
 background: #F1F1F2;
 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: #F3D131;
 color: #000;
}

.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 {
 border-bottom: 4px solid #E9EBC8;
}

#HeaderLogo {
}

#ContentContainer {
}

#SubNavContainer {
 padding: 5px 17px;
 background: #F1F2DD;
}

#SubNavContainer a {
 margin: 0 5px;
 color: #305337;
 font-weight: normal;
 font-size: 11px;
 text-decoration: none;
}

#SubNavContainer a:hover {
 color: #6F9BBB;
 text-decoration: none;
}

#NavContainer {
 padding: 0 10px;
 background: #6F9BBB;
}

#Content {
 padding: 30px;
 background: #FFF;
}

#FooterMast {
 padding: 0 20px 0 0;
 background-repeat: no-repeat;
 background-position: 144px 50%;
 background-color: #9EA276;
 text-align: right;
}

#FooterAddress,
#FooterLinks {
 padding: 4px 10px;
 background: #E8EAC7;
 color: #3B3936;
 font-size: 11px;
}

#FooterLinks {
 text-align: right;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #3B3936;
 font-weight: normal;
 text-decoration: none;
}

