html{
 height: 100%;
}
body{
 width: 100%;
 height: 99%;
 font-family: "Garamond","Bookman Old Style","Palotino Linotype","Times New Roman",serif;
 font-size: 1em;
 margin: auto;
 text-align: center;
 background-image: url(/images/star_bg.gif);
}
#outer{
 text-align: left;
 margin: auto;
 width: 650px;
 border: solid #ccc 1px;
 background: #FFF url(/images/yellow_stripe.gif) top right repeat-y;
}
#header{
 text-align: left;
 width: 650px;
 height: 150px;
 padding: 0 0 0 0;
 background: transparent url(/images/vp_logo_full.gif) top right no-repeat;
}
#bodyblock{
 width: 650px;
 height: auto;
 padding: 30px 0 0 0px;
}
#left{
 top: 0px;
 left: 0px;
 text-align: left;
 height: auto;
 width: 390px;
 background-color: #F1F1F1;
 background-image: url(/images/content-bg.gif);
 margin: 0 0 30px 20px;
 padding: 0;
}
div#left p{
 padding: 0px 20px 20px 20px;
 line-height: 1.3em;
}
#right{
 float: right;
 text-align: left;
 width: 200px;
 padding: 0 0 0 0
}
#footer{
 margin:auto;
 text-align: center;
 font-size: .8em;
 width: 650px;
 height: 22px;
 border: solid #ccc;
 border-width: 0 1px 1px 1px;
}

h1{
 display: block;
 color: #F1F1F1;
 background-color: #004684;
 padding: 5px;
 margin-left: 15px;
 margin-right: 15px;
 text-align: center;
 font-size: 1.5em;
 font-weight: normal;
}
.b{
 font-weight: bold;
}
.c{
 text-align: center;
}
.ib{
 font-weight: bold;
 font-style: italic;
}
.ibc{
 font-weight: bold;
 font-style: italic;
 text-align: center;
}
.movie{
 float: right;
 padding-right: 5px;
}
.centerimg{
 display: block;
 margin: auto;
 text-align: center;
}
.imagecap{
 font-weight: bold;
 font-style: italic;
 text-align: center;
 margin-top: 5px;
 font-size: .9em;
}

#menu_word{
dislplay: block; 
border-bottom: 1px solid #006; 
margin: 0 10px 30px 15px; 
text-align: center; 
padding-bottom: 10px; 
font-size: 14px; 
font-weight: bold; 
color: #006;
}

.show{
 padding: 0px 20px 0 20px;
 margin-right: 25px;
 margin-left: 25px;
 line-height: 1.3em;
}
 
.summary{
 padding: 0px 20px 20px 20px;
 margin-right: 25px;
 margin-left: 25px;
 line-height: 1.3em;
 padding-bottom: 10px;
 border-bottom: dotted black 1px;
}

/* The Navigation
---------------------------------------------*/

#navbar {
left: 0;
width: 200px;
background: transparent;
color: inherit;
}
div#navbar ul {
list-style: none;
margin: 0 0 0 0;
padding: 0;
}
div#navbar li {
display: inline;
margin: 0;
}
div#navbar a {
font-size: 100%;
padding-right: 10px;
}
div#navbar a:link, div#navbar a:visited {
 font-size: 14px;
 font-weight: bold;
 display: block;
 color: #0D557D;
 background-color: transparent;
 text-decoration: none;
 margin-left: 0px;
 margin-right: 0px;
 padding: 5px 0 5px 15px;
 border-top: solid #EDF0F7 1px;
 border-bottom: solid #EDF0F7 1px;
 border-left: 9px solid #90A8C0;
 border-right: 8px solid #90A8C0;
}
div#navbar a:hover {
 background: #FFFFEB;
 border-top: 1px solid #CCD7E7;
 border-bottom: 1px solid #CCD7E7;
 border-left: solid #004A84 9px;
 border-right: solid #004A84 8px; 	
 color: #2D455F;
 margin-left: 0;
 margin-right: 0;
 padding: 5px 0 5px 15px;
}
