/*MVB style sheet last modified june 1st 2005*/

BODY{ 	background: white;
	font-family: "URW Palladio L", Palatino,serif;
	font-size: 10pt;
      	color: rgb(38,151,242);
}

H1{	background-color:white;
	color:orange; 
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-large;
}

H2{	background-color: white;
	color:orange;
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
}

H3{	background-color: white;
	color:orange; 
	font-family: sans-serif;
	font-family: bold;
	font-size: 12pt;
}

.topbar{	position:fixed;
		top:0;
		left:0px;
		background: white;
		width: 80%;
		padding: 0;
		float: center;
}

.navbar {	position:fixed;
		background: rgb(38,151,242);
		margin-left: 206px;
		margin-top:72px;
		width: 577px;
		padding:4.5px;
		}

.navbar A:link {color:white;
		padding:5;
		text-decoration:none;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		width:8em;
		border-right: 0.1em solid white;}

.navbar A:visited {color:white;
		padding:5px;
		text-decoration:none;
		width:8em;
		height: 2em;
	        font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		border-right: 0.1em solid white; }

.navbar A:hover{padding:5px;
		color:rgb(38,151,242);
		background: orange;
		width:8em;}

.sidebar {	position:fixed;
		background: rgb(38,151,242);
		left:0px;
		margin-top: 7.6em;
		padding: 0;
		width: 10em;
		font-family: verdana,arial,helvetica,sans-serif;}
		font-size: 10px;

.sidebar .head {
		text-decoration: none;
		color:white;
}

.sidebar .li{	list-style:square;
		margin: 0;
		font-size:10px;
}

.sidebar A:link {color: white;
		text-decoration:none;
		padding:0;
		display:block;
		width:10em;
		border-bottom: 1px solid orange;
		 padding: 0.25em 0.5em 0.4em 0.75em;}
.sidebar A:active{color: orange;
		background: rgb(226,226,226);}
.sidebar A:visited {color: white;
		text-decoration:none;
		padding:0;
		display:block;
		width:10em;
		border-bottom: 1px solid orange;
		 padding: 0.25em 0.5em 0.4em 0.75em;}
.sidebar A:hover{color: rgb(38,151,242);
		 background: orange;}

.main { background: white;
	color: white
	font-family: sans-serif;
	line-height: 19px; 
	font-size: 14px;
	margin-top: 8em;
	margin-right: 11.2em;
	width: 62%;
	text-align: justify;
	float: right;
}

.verbatim{ background:rgb(226,226,226);
	width:100%;
	font-family: monospace;
	font-size: 12px;
	line-height: 20px;
}
.picsmall{width:17%;
	float: left;}

.picture{width:65%;
	float: left;}

.caption{width:35%;
	float: right;
	font-family: sans-serif;
	line-height: 20px; 
	font-size: 12px;
	border-top: 1px solid rgb(38,151,242);}


