body {
    width: 900px;
    background-color: #fef8eb;
    margin-left: auto;
    margin-right: auto;
    font-family: arial, sans;
    font-size: 15px;
}

#header {
    background-image: url('hdr-back.png');
    background-repeat: no-repeat;
    background-position: center;
}

#hor_navbar {
    width: 100%;
}

.banner {
    float: right;
    margin-right: 10px;
}

.spacer {
    width: 8%;
}

.narrow-button {
    width:10%;
    background-color:#F3F3F3;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}

.wide-button {
    color: #880000;
    width:auto;
    text-align: right;
}

#leftcol {
    float: left;
    width: 15%;
    margin-top: 0%;
    margin-bottom: 0%;
    list-style-type: none;
}

.item-header {
    background-image: url('navbar-header.gif');
    background-repeat: no-repeat;
    color: #cc0000;
    margin-bottom: 3px;
}

.item {
    background-image: url('navbar-item.gif');
    background-repeat: no-repeat;
    margin-bottom: 3px;
    
}

#content {
}
.dx {position:relative;
	width:250px;
    margin-top: 20px;
    margin-left:15px;
    background-color:blue;
    color:white;
    padding-right:25px;
}

.dx2 {position:relative;
width:250px;
    margin-top:-518px;
    margin-left:308px;
    background-color:maroon;
    color:white;
    padding-right:25px;
    
}
.dx3 {position:relative;
	width:250px;
    margin-top:-602px;
    margin-left:600px;
    background-color:black;
    color:white;
    padding-right:25px;
    
}
.content2hdr {
    margin-top:10px;
    width:800px;
    height:50px;
    background-image:url('content2hdr.png');
    color: #ffff00;
}

.content2body {
    background-image:url('stripe.png');
    color: #ffffff;
    
}

.content2ftr {
    width:800px;
    height:50px;
    background-image:url('content2ftr.png');
}

a {
    color: #000080;
    text-decoration: none;
    border: 0;
}

.link {
    color: #0000FF;
    text-decoration: none;
    border: 0;
}


a:hover {
    color: #dd0000;
}

h1 {  color: #ffff80;
    text-align: center;
}

h2 {  color: #ffff00;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

h3 {color: #000099;
    text-align: center;
    margin-bottom: 0;
}

h5 {color: #000099;
    text-align: center;
    margin-bottom: 0;
}

p {
    margin-top: 0px;
}

th {
    font-weight: bold;
    text-align: right;
    color: #a0522d;
}



.right {
    text-align: right;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.cen {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.left {
    float:left;
}

.textfield {
    font-size: 11px;
    color: #333333;
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
    padding-left: 1px;
}

.err {
    color: #FF9900;
}

#footer {
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    padding-top:15px;
    background-image:url('footer-bg.png');
    background-repeat:no-repeat;
    width: 800px;
    height:125px;
    text-align: center;
}

.lround {
    width:20px;
    background-image: url('leftRound.png');
    background-repeat: no-repeat;
}


.square {
    width:100px;
    margin-left:20px;
    margin-top:-16px;
    background-image: url('square.png');
    background-repeat: repeat-x;
}


.rround {
    width:20px;
    margin-left:120px;
    margin-top:-16px;
    background-image: url('rightRound.png');
    background-repeat: no-repeat;
}

ul {
    padding-top: 0px;
    margin-top: 0px;
}

