body {
	text-align: center;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

.topbar {
	width: 100%;
	height: 55px;
    background-color: #465B87;
    padding: 0px;
}

div.rounded {
    clear:both;
    max-width:2400px;
    margin:5px auto;
    width:900;
}

div.rounded div.top {
    background:url(/dw/img/topleft.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(/dw/img/topright.png) no-repeat bottom right;
    height:12px;
    margin-left:12px;
}

div.rounded div.middle {
    background:url(/dw/img/left.png) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(/dw/img/right.png) repeat-y right;
    margin-left:5px;
}

div.rounded div.middle div.right div.content {
    font-size: 20px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
    margin-right:5px;
    padding:0px 7px;
    color: #000000;
    text-align: center;
}

div.rounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
}

div.rounded div.middle div.right div.content h2 {
    color:#0f2;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
    background:url(/dw/img/bottomleft.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(/dw/img/bottomright.png) no-repeat top right;
    height:12px;
    margin-left:12px;
}

h1 {
	margin: 0;
	font-size: 20px;
	color: #000000;
}
