/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000000;
}

#container {
width: 721px;
background-image: url(images/bg_11.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/integrityprinting_07.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: 263px;
}

#content {
float: left;
width: 495px;
padding: 20px;
}

#sidebar-a {
float: right;
background-image: url(images/sidebg_09.jpg);
background-repeat: no-repeat;
background-position: center;
width: 183px;
margin-right: 1px;
}

#footer {
clear: both;
height: 10px;
border-bottom: solid #CDCDCD 1px;
} 

/* Navigation */

div#navbar {
font-weight: bold;
text-align: center;
padding: 3px;
width: 715px;
background-image: url(images/navbg_05.jpg);
background-repeat: repeat-x;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #7F1725;
background-color: #F6F6F6;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px; 
}

#navbar ul li a:hover {
color: #000000;
background-color: #ffffff;
text-decoration: none; 
}

#navbar #current a {
color: #000000;
background-color: #ffffff;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* HTML Tags */

h2 {
color: #801826;
font-size: 16px;
font-weight: 300;
}

/* classes */

.footer {
font-size: 10px;
text-align: center;
}

/* links */

a:link, a:visited {
color: #4454F1;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
background-color: #4454F1;
text-decoration: none;
}