/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #26351F;
 color: #FFF;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #FFF;
 text-decoration: underline;
}

b,strong {
 font-weight: bold;
}

h1,h2,h3,h4,h5,h6,.Heading {
 color: #FFF;
 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 {
}

.EvenRow {
}

.WinBorder td.Content {
}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
}

td.WinBorder {
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
}

#PageContainer {
 margin: 0 auto;
 width: 760px;
 text-align: left;
 position: relative;
}

#HeaderContainer {
}

#HeaderLogo {
}

#HeaderNav {
 font: 13px/24px "Trebuchet MS", sans-serif;
 height: 24px;
 text-align: center;
 background: #26351F;
 color: #FFF;
}

#HeaderNav a {
 margin: 0 10px;
 font-weight: normal;
 text-decoration: none;
 color: #FFF;
}

#HeaderNav a.Selected {
 font-weight: bold;
 color: #FFF;
}

#HeaderNav a:hover {
 color: #FFF;
 text-decoration: underline;
}

#ContentContainer {
 border-top:4px solid #899A7A;
 background: #899A7A;
}

#NavContainer {
}

#Nav {
}

#Content {
 padding: 58px 20px 20px 250px;
 background-repeat: no-repeat;
 background-position: 0 0;
}

#FooterContainer {
 border-top: 10px solid #57674B;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}


