body {
margin: 0;
padding: 0px 10px 10px 10px;
height: 100%;
min-width: 400px;
background-color: #000000;
color: white;
font: small Arial, Helvetica, Verdana, sans-serif;
}

body a:link, a:visited {
color: white;
}


p.primary {
margin-left: 30px;
}

p.primary:first-letter {
font-size: 1.5em;
float: left;
text-decoration: none;
font-style: italic;
}

p.secondary {
margin-left: 30px;
}

p.secondary a:link, p.secondary a:visited {
text-decoration: none;
font-size: 1.1em;
font-weight: bold;
}

p.secondary:first-letter {
font-size: 1.5em;
float: left;
font-weight: bold;
text-decoration: none;
}

img.logo {
display: block;
margin-left: auto;
margin-right: auto;
border: none;
}

img.logolg {
position: relative;
top: 20px;
display: block;
margin-left: auto;
margin-right: auto;
border: none;
}

.menu li {
display: inline;
background-color: #3f3f3f;
}

ul.menu {
text-align: right;
margin: 5px 65px 5px 0;
}

.menu a:link, .menu a:visited {
text-decoration: none;
}

.menu a:hover {
background-color: #666666;
text-decoration: none;
}

.index-menu li {
display: inline;
}

.index-menu ul {
text-align: center;
margin: 5px;
}

.index-menu ul a:link, .index-menu ul a:visited {
text-decoration: none;
}

.index-menu ul a:hover {
background-color: #666666;
text-decoration: none;
}

.services li {
display: block;
padding: 0 0 0 25px;
list-style: none;
line-height: 20px;
background: url("http://www.brycosolutions.com/images/bullett.png") no-repeat;
}

.services li:hover {
display: block;
background: url("http://www.brycosolutions.com/images/bullett2.png") no-repeat;
}

#content {
position: relative;
background-color: #434343;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
min-width: 400px;
width: 95%;
padding-top: 10px;
}

#pagedetail {
display: block;
background-color: #434343;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
padding-top: 5px;
margin-bottom: 30px;
}

h1.primary {
text-align: center;
background-color: #666666;
font-size: 1.5em;
width: 100%;
margin-top: 0px;
}

h2.services {
margin-left: 45px;
font-size: 1.25em;
}

h1.date {
margin-left: auto;
margin-right: 45px;
margin-bottom: 0px;
font-size: 1em;
display: inline;
padding: 2px;
}

#copyright {
display: block;
clear: both;
position: relative;
bottom: 0px;
width: 99%;
margin: 15px 0px 0px;
}

#copyright p {
text-align: right;
margin: 0px;
}

p.w3valid {
display: block;
float: right;
}

