/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #222 no-repeat 50% 0;
 color: #212121;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #069;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #900;
 text-decoration: underline;
}

a:focus,a:active { overflow: hidden; }

h1,h2,h3,h4,h5,h6 {
 margin: 0 0 15px;
 color: #093;
 font-weight: bold;
 font-size: 26px;
}

h1 {
 font-weight: normal;
}

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: #DDD;
}

.EvenRow {
 background: #EEE;
}

.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: 940px;
 text-align: left;
 position: relative;
}

#HeaderContainer {
 height: 200px;
}

#HeaderLogo {
 margin: 0;
 width: 282px;
 height: 59px;
 font-size: 1px;
 position: absolute;
 top: 77px;
 left: -3px;
 text-indent: -9999px;
}

#HeaderLogo a {
 width: 282px;
 height: 59px;
 background: no-repeat 0 0;
 display: block;
 text-decoration: none;
}

#ContentContainer {
 background: #FFF;
 position: relative;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

#Nav {
 margin: 0 auto;
 width: 124px;
 height: 40px;
}

#Nav a {
 width: 124px;
 height: 40px;
 display: block;
 color: #033;
 font-weight: bold;
 line-height: 40px;
 text-decoration: none;
 text-indent: 16px;
 text-transform: uppercase;
 text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#Nav a:hover {
 background-position: 0 -40px;
 color: #666;
 text-decoration: none;
}

#Content {
 padding: 20px;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
}

#FooterContainer td {
 padding: 20px;
 color: #FFF;
 font-size: 11px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #AAA;
 font-weight: bold;
 text-decoration: none;
}

