
body {
margin: 0px;
margin-bottom: 14px;
padding: 0px;
position: relative;
text-align: center;
min-width: 959px;
background: #CCCCFF;
}

#header_container{
padding-left: 189px;
margin: 0px;
position: relative;
top: 0px;
left: 0px;
height: 199px;
z-index: 10;
background: #303d67;
width: 770px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#container{
border: thin solid #003399;
border-bottom: none;
border-right: none;
padding: 0px;
width: 957px;
margin: 0px;
min-height: 300px;
position: relative;
top: 0px;
left: 0px;
background: #889CBD;
text-align: left;
margin-left: auto;
margin-right: auto;
}

#content{
border-right: thin solid #003399;
border-bottom: none;
padding-left: 187px;
padding-bottom: 30px;
background: url(images/content_back.jpg) top left repeat-y #FFFFFF;
min-height: 300px;
height: 100%;
width: 583px;
}

#subtitle_bar{
width: 100%;
margin: 0px;
padding: 0px;
padding-top: 6px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 6px;
background: #EDECE0;
border-bottom: thick solid #303d67;
}

#subtitle_bar p{
margin: 0px;
padding: 0px;
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size:large;
font-weight:bold;
color: #333399;
}

#content p{
padding: 4px;
padding-left: 14px;
padding-right: 16px;
color: #333399;
}

#content ul{
padding-right: 10px;
color: #333399;
}

#content li{
padding-bottom: 12px;
}

#sitemap {
text-align: left;
}

#vr_logo{
position: absolute;
left: 0px;
top: 0px;
width: 189px;
height: 199px;
z-index: 12;
}

#header_fade{
position: absolute;
left: 770px;
top: 0px;
width: 15px;
height: 199px;
z-index: 13;
background: url(images/header_fade.jpg) repeat-y;
}

#navigation{
border: none;
border-right: thin solid #003399;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 186px;
}

#navigation p{
padding: 5px;
padding-left: 15px;
padding-right: 15px;
color: #333399;
}

#print_menu {
display: none;
}

#footer_container{
margin: 0px;
height: 30px;
width: 957px;
position: relative;
top: 0px;
left: 0px;
z-index: 10;
background: #303d67;
text-align: left;
margin-left: auto;
margin-right: auto;
border: thin solid #003399;
}

.bold_text{
font-weight: bold;
}


@media print { 
	/* Hide the menu system when printing */
	
	/* The following hides the main menu */
	#dmbTB1 {display:none;}
	#dmbTBBack1{display:none;}
	
	/* The following hides any possible submenus that may be visible */
	#Group001frmt{display:none;}
	#Group002frmt{display:none;}
	#Group003frmt{display:none;}
	#Group004frmt{display:none;}
	#Group005frmt{display:none;}
	#Group006frmt{display:none;}
	#Group007frmt{display:none;}
	#Group008frmt{display:none;}
	#Group009frmt{display:none;}							
	
	/* Display a fake menu just for printing purposes */
	#print_menu {display:block;}
	
	/* Make the page pretty for printing by assigning borders */
	#header_container{border: thin solid #003399;}
	#container{border: thin solid #003399;
			   border-top: none;
			   border-bottom: none;}
}
