/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #0000A0}
a:visited {color: #0000A0}
a:hover {color: #506BA4}
a:active {color: #506BA4}

body {
font-family: Verdana, sans-serif;
font-size: 13px;
color: #000000;
background: #FFFFFF url(vol_280/images/bgstripe.gif) no-repeat center top;
}

#wrapper {
position: relative;
width: 765px;
margin: 71px auto 0 auto;
text-align: left;
padding: 0;
}

#edition_date {
	position: absolute;
	top: -23px;
	right: -55px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#branding {
position: relative;
margin: 0 auto;
height: 107px;
background: transparent url(vol_280/images/header.jpg) no-repeat 0 0;
width: 100%;
}

#branding blockquote {
position: absolute;
top: -9999px;
}

h1 {
position: absolute;
text-indent: -9999px;
}

h2 {
font-size: 20px;
color: #6D0303;
}
h3 {
font-size: 18px;
color: #000000;
}
h4 {
font-size: 16px;
color: #6d0303;
}
h5 {
font-size: 16px;
color: #000000;
font-weight:bold;
}
h6 {
font-size: 16px;
color: #6d0303;
}

/* navigation */
#nav_main {
position: relative;
margin: 4px auto 0 auto;
padding: 0;
text-align: center;
width: 765px;
}

/* content */
#content {
position: relative;
margin: 15px auto;
width: 765px;
text-align: center;
}

#left_content {
margin-right: 235px;
padding: 15px;
width: 545px;
text-align: left;
}
#right_content {
	position: absolute;
	right: 0px;
	top: 139px;
	width: 195px;
	border-bottom: 1px solid #6d0303;
	padding: 0;
	background: transparent url(vol_280/images/lines.gif) repeat-y 0 0;
}

#right_content p {
padding-left: 10px;
padding-right: 10px;
}

#twitter_facebook {
	position: absolute;
	right: 4px;
	top: 0px;
}

#bottom_links {
color: #6d0303;
text-align: center;
font-size: 13px;
padding: 3px;
}


#disclaimer {
width: 750px;
font-size: 12px;
margin: 5px auto;
color:#606060;
text-align: justify;
}

#footer {
width: 768px;
height: 65px;
font-size: 12px;
margin: 5px auto;
color:#ffffff;
background: transparent url(vol_280/images/footer.jpg) no-repeat top left;
}

.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
