/* RESET CSS STYLES */

body, div, td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { 
	border:0;
}

/* STYLES */

body {
	background: #0b2438;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#main {
	background: #FFFFFF;
	margin: 0px auto;
	width: 940px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 0px none;
	border-bottom: 0px none;
}

.menu {
	text-transform: uppercase;
	color: #FFFFFF;
}

.menu a:link, .menu a:active, .menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu-main {
	text-align: right; 
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
	background: #0b2438;
}

#menu-dest {
	border-top: 1px solid #8CA9D1;
	text-align: center;
	background: #0b2438;
}

#menu-type {
	border-top: 1px solid #8CA9D1;
	border-bottom: 1px solid #8CA9D1;
	text-align: center;
	background: #0b2438;
}

#content {
	padding: 20px;
}

#content a:link, #content a:active, #content a:visited {
	color: #007FA0;
	text-decoration: none;
}

#content a:hover {
	color: #007FA0;
	text-decoration: underline;
}

#breadcrumbs {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

#content-inner {
	padding: 15px 0px 0px 0px;
}

h1 {
	color: #007fa0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #007fa0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #007fa0;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	background: url(/images/bnvbg.jpg) top left repeat-x;
	height: 47px;
	line-height: 47px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

p.literature-container {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
