@charset "UTF-8";
/* CSS Document */
body {
	background-color:#001727;
	margin: 0px
}

#banner {
	background-image:url(Edition1/images/bv_banner.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 1024px;
	margin: 0px;
}

#pageTitle {
	background:#004069;
	color:#fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:18px;
}
#menu {
	float:left;
	width: 200px;
	color: #FFF;
	padding-top: 5px;
	font-size: 14px;
	font-style:italic;
	margin: 0px;
	background:#004069;
}

a {
	color: #999;
	text-decoration: none;
}
a:link {color:#ggg;}

a:hover {color:#fff;}

#pageContent {
	float:right;
	width: 770px;
	text-align:justify;
	padding:10px 25px 10px 25px;
	color:#777;
	background-color:#fff;
}
.pageContentCenter {
	color: #777;
	text-align: center;
	background-color:#fff;
}
#footer {
	width: 1024px;
	padding-top: 5px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#footerTop {
	width:1024px;
	height:15px;
	background-color:#F00;
}

