body {
        background: url(../images/dbv_bg.jpg) repeat fixed;
        font: 80% Arial, geneva, helvetica, sans-serif;
        color: #333333;
}
h1 {
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 1.8em;
        color: #135cae;
        margin: 0;
}
h2 {
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 1.2em;
        color: #135cae;
        margin: 0;
}
p {
        margin-top: 0.2em;
        line-height: 1.5em;
		color: #333333;
}
li {
        padding-bottom: 1em;
        line-height: 1em;
		color: #333333;
}
a:link { 
        text-decoration: none; color: #135cae
}
a:visited { 
        text-decoration: none; color: #dc002f
}
a:active { 
        text-decoration: none; color: #dc002f
}
a:hover { 
        text-decoration: none; color: #0055a0
}
hr {
        border: 0;
        width: 99%;
        color: #0055a0;
        background-color: #333333;
        height: 2px;
}

img.source-image {
        position: absolute;
        top: 0;
        left: 0;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 1220px;
	background: #ffffff;
	-webkit-box-shadow: 2px 4px 3px #333; /* Webkit browsers */
	-moz-box-shadow: 1px 3px 4px #666; /* Gecko browsers */
	box-shadow: 0 2px 3px #333; /* W3C syntax */
}

#topheader{
	height:120px;
	width: 1220px;
}

#navigation{
	height:44px;
	width: 1220px;
	margin: 0 auto 0 auto;
}

#header {
		height: 250px;
        width: 1220px;
		margin: 0 auto;
}

#lbox {
		float:left;
		height: 250px;
        width: 720px;
		background: url(../images/lbox_bg.png) no-repeat;
		margin: 0 auto;
}

#rbox {
		float: right;
		height: 250px;
        width: 500px;
		margin: 0 auto;
}


#content {
	float: left;
	width: 840px;
	padding-left:10px;
    padding-right: 20px;
    padding-top: 5px;
}
#content .contentheading {
        color: #333333;
        font-family: arial, geneva, helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.3em;
}

#wrapright {
		float:right;
        width: 270px;
}


#topright {
		float:right;
        width: 260px;
		height:10px;
		background:url(../images/rtop.png) no-repeat;
        padding-right: 5px;
        padding-left: 5px;

}

#right {
		float: right;
        width: 260px;
		background:url(../images/rightbg.png) repeat-y;
        padding-left: 5px;
        padding-right: 5px;
}

#botright {
		float:right;
        width: 260px;
		height:10px;
		background:url(../images/rbot.png) no-repeat;
        padding-right: 5px;
        padding-left: 5px;
}

#right img {
        margin: 0px 0px 0px 0px;
        border: 0px solid #cccccc;
}

}
#left {
	float: left;
        width: 200px;
        padding-top : 10px;
        padding-left: 20px;
		color: #333333;
}

#footer {
	background:#ffffff;
    width: 1220px;
	text-align: center;
	color: #333333;
	clear: both;
	font-size: 0.9em;
	height: 23px;
}

BODY DIV.ux-menu-container
{
text-align: center;
}

BODY DIV.ux-menu-container UL.ux-menu-horizontal
{
display: -moz-inline-stack;
display: inline-block;
zoom:1;
*display: inline;
}
