/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #175070;
 color: #828068;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #175070;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #29688B;
 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: #D1CFB6;
}

.EvenRow {
 background: #E8E7DA;
}

.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;
 overflow: hidden;
}

#HeaderContainer {
}

#HeaderLogo {
}

#HeaderNav {
 width: 100%;
 background: #ECEAD8;
 text-align: center;
 font-size: 11px;
 float: left;
 position: relative;
}

#ContentContainer {
 clear: both;
}

#NavContainer {
}

#Content {
 padding: 20px;
 background: #FFF;
}

#sect-home #Content {
 padding: 0;
}

#sect-home .Heading {
 display: none;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
 border-top: 10px solid #8BA8B8;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

