/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #51A5D7;
 color: #347EAB;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #9EB659;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

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;
}

.Status {
 color: #C00;
}

.OddRow {
 background: #A8D2EB;
}

.EvenRow {
 background: #DCEDF7;
}

.WinBorder td.Content {
 background: #FFF;
 color: #347EAB;
}

.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: #9EB659;
 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 {
 background-repeat: no-repeat;
 background-position: bottom;
}

#HeaderContainer td {
 padding: 0 0 27px;
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {
 background-repeat: repeat-y;
 background-position: 0 0;
}

#Nav {
}

#Content {
 padding: 20px;
 background: #FFF;
}

#FooterContainer {
 border-top: 10px solid #A8D2EB;
}

#FooterContainer td {
 padding: 10px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: underline;
}

