/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #369;
 color: #369;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #F14134;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #900;
 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: 10px;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.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;
}

#NavUtil {
 margin: 0;
 color: #FFF;
 line-height: 20px;
 text-align: right;
}

#NavUtil a,#NavUtil a:hover {
 margin: 0 5px;
 color: #FFF;
 text-decoration: none;
 font-weight: normal;
}

#HeaderContainer {
}

#HeaderLogo {
}

#ContentContainer {
}

#NavContainer {}

#Nav {
 margin: 0;
 line-height: 20px;
 text-align: right;
}

#Nav a,#Nav a:hover {
 margin: 0 5px;
 color: #FFF;
 font-weight: normal;
 font-size: 11px;
 text-decoration: none;
}

#Mast {
 height: 120px;
 background: no-repeat 0 0;
}

#Content {
 padding: 20px;
 background: #FFF no-repeat 0 0;
}

#Content table {
 margin: 0 0 15px;
}

#Content table table {
 margin: 0;
}

#FooterContainer {
}

#FooterContainer th {
 padding: 4px 10px 2px;
 color: #FFF;
 font-weight: normal;
 font-size: 10px;
}

#FooterContainer td {
 padding: 2px 10px 4px;
 color: #FFF;
 font-size: 10px;
}

#FooterContainer a,#FooterContainer a:hover {
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
}

