﻿body {
	margin: 0px;
	padding: 0px;
/*	background-image: url(Images/BG.gif);*/
	background-repeat: repeat-x;
	background-color: #F3F8FE;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(Images/InnerShadow.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 28px;
	width: 570px;
	border-bottom-color: #093A80;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #093A80;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 14px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
span.key {
  text-decoration: underline;
}
.navCol {
	background-image: url(Images/NavBG.gif);
	background-repeat: repeat-y;
	width: 165px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
}
.notes {
	font-weight: bold;
	color: #FF0000;
}
.subsects {
	font-size: 13px;
	margin-top: 35px;
	font-weight: bold;
}
.BackToTop {
	font-size: 10px;
	text-align: left;
}
#PageEnd {
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin-top: 30px;
}
.articleTitles {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
.section {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.Dates {
	font-weight: normal;
	font-size: 11px;
}
.sidenote {
	font-style: italic;
	font-size: 10px;
}
.credit a{
	color: #666666;
	text-decoration:none;
}
.credit a:hover{
	color: #333;
	text-decoration:underline;
}

.menu1{
				/*background-color: #093A80;*/
				border-top: solid 1px #FFFFFF;
				padding-left: 18px;
				padding-top: 6px;
				padding-bottom: 0px;
				display: block;
				text-decoration: none;
				color: #FFFFFF;
				height: 20px; /*font-family: Tw Cen MT;*/;
				font: normal normal normal 100% Perpetua;
				background: url('./Images/v_menu.jpg') 0 0 no-repeat;
				cursor: pointer;
}
.menu2{
				/*background-color: #093A80;*/
				border-top: solid 1px #FFFFFF;
				padding-left: 18px;
				padding-top: 6px;
				padding-bottom: 0px;
				display: block;
}
.submenu{
	/*background-color: #093A80;*/
	display: block;
	height: 29px;
	padding-top: 2px;
	padding-left: 26px;
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 14px; 
	width: 139px;
	background: url('./Images/vs_menu.jpg') 0 0 no-repeat;
	text-decoration:none;
}
.submenu:hover{
	text-decoration:underline;
}
.hide{
      display: none;
}
.show{
      display: block;
}
