html {
font-family: Calibri, Arial, Helvetica, sans-serif;
text-align: center;
}

body {
width: 1060px;
position: relative;
left: 50%;
margin-left: -530px;
}

#bodycontent {
width: 660px;
float:left;
}

#logosidebarleft {
padding: 30px 10px 0px 10px;
margin-right: 5px;
width: 175px;
float:left;
}

#logosidebarright {
padding: 30px 10px 0px 10px;
margin-left: 5px;
width: 175px;
float:left;
}

#header {
width: 660px;
height: 100px;
float: left;
background-image: url('/images/header.png');
}

#menu {
width: 660px;
float:left;
height: 30px;
padding-bottom: 5px;
padding-left: 5px;
}

.menuitem {
width: 100px;
float:left;
height: 25px;
padding-top:5px;
margin-right: 5px;
background-image: url('/images/menubutton.png');
text-decoration: none;
}
.menuitem:hover {
background-image: url('/images/menubutton-highlighted.png');
}
.menuitem:active {
background-image: url('/images/menubutton-pressed.png');
}

#menuitem-current {
width: 100px;
float:left;
height: 25px;
padding-top:5px;
margin-right: 5px;
background-image: url('/images/menubutton-highlighted.png');
}

#content {
width: 650px;
padding-left: 10px;
background-image: url('/images/background.png');
background-repeat: repeat-y;
float: left;
padding-bottom: 10px;
}

#pagecontent {
width: 420px;
padding-left: 10px;
float:left;
text-align: left;
background-image: url('/images/pagecontentback.png');
}

a {
color: #000;
text-decoration: underline;
border: 0px;
}

img {
border: 0px none;
}

#footer {
width: 660px;
float:left;
height: 50px;
background-image: url('/images/footer.png');
font-size: small;
}


#sidemenu {
float: left;
width: 200px;
}

.sidemenulink {
float:left;
width: 170px;
margin-left: 15px;
height: 25px;
padding-top:5px;
background-image: url('/images/sidemenubutton.png');
margin-top: 5px;
text-decoration: none;
}
.sidemenulink:hover {
background-image: url('/images/sidemenubutton-highlighted.png');
}
.sidemenulink:active {
background-image: url('/images/sidemenubutton-pressed.png');
}

#sidemenulink-current {
float:left;
width: 170px;
margin-left: 15px;
height: 25px;
padding-top:5px;
background-image: url('/images/sidemenubutton-highlighted.png');
margin-top: 5px;
}

h1,h2,h3,h4,h5,h6 {
display:inline;
}

.accordionsegment {
float: left;
width: 400px;
padding-bottom: 10px;
}

#login {
float:right;
}

.small {
font-size: x-small;
}

.news {
float:left;
margin-top: 10px;
padding-bottom: 20px;
clear:both;
}

.testimonial {
float:left;
width: 300px;
margin-top: 10px;
text-align: center;
font-weight: bold;
padding-bottom: 30px;
margin-left: 60px;
}

.testauthor {
width: 300px;
margin-top: 10px;
float: left;
text-align: right;
font-style: italic;
font-weight: normal;
}

.editrow:hover {
background-color: #5478C5;
}

#clients {
width: 100px;
float:left;
height: 25px;
padding-top:5px;
margin-right: 5px;
background-image: url('/images/menubutton.png');
text-decoration: none;
}
#clients:hover {
background-image: url('/images/menubutton-highlighted.png');
}
#clients:active {
background-image: url('/images/menubutton-pressed.png');
}

small {
font-size: x-small;
}