/* CSS Document commonstyle.css*/
/* these styles are used in ALL pages in our site */
address {
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	color: #003366; /* navy */
	background-color: #ffffff; /* white */
	font-family: Arial, Helvetica, sans-serif;
}
caption {
	margin-left: auto;
	margin-right: auto;
	font-size: 120%; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
em {
	font-style: italic;
}
/* hr will fail css validation due to same code used for color & background-color.  They need to be the same for hr
   in order to change the color of hr in all browsers */
hr {
	color: #003366; /* navy */
	background-color: #003366; /* navy */
}
strong {
	font-weight: bold;
}
table {
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #003366; /* navy */
}
td, th {
	border-width: 1px;
	border-style: solid;
	border-color: #003366; /* navy */
	vertical-align: top;
}
th {
	color: #ffffff; /* white */
	background-color: #003366; /* navy */
}
a#skiplink { 
	position: absolute; 
	font-size: .6em; 
	text-decoration: none; 
	right: 40px; 
	margin-top: 10px; 
	color: #666666; /* medium gray */
	text-transform: uppercase; 
}
a#skiplink:hover { 
	text-decoration: underline; 
}
#banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366; /* navy */
	padding: 0;
	height: 110px;
} 
#bannerout {
	background-image:   url(images/bluetexture.jpg);
}
#content {
	margin-left: 132px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
#content img {
	margin: 5px;
}
#docs {
	text-align: center;
	font-size: 220%;
	color: #003366; /* navy */
	background-color: #9999cc; /* medium blue */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366; /* navy */
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #003366; /* navy */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366; /* navy */
	padding-top: 30px;
	padding-bottom: 30px;
}
#docs a {
	color: #003366; /* navy */
	background-color: #9999cc; /* medium blue */
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
#docs a:hover {
	text-decoration: underline;
}
#docsbanner {
	clear: left;
	font-size: 150%;
	font-weight: bold;
	padding-top: 10px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#docsbanner a {
	text-decoration: none;
	color: #003366; /* navy */
	background-color: #ffffff; /* white */
	background-image: url(images/bluetexture.jpg);
}
#docsbanner a:hover {
	text-decoration: underline;
}
#docsolympics {
	display: none;
}
#factindex li {
    margin-left: -20px;
	list-style-type: none;
	list-style-position: outside;
	background-image: url('../images/factsheet_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-left: 70px;
	padding-bottom: 0px;
}
#navbottom {
	clear: both;
}
#navbottom ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366; /* navy */
	border-bottom-color: #003366; /* navy */
	margin: 0;
	padding: 0;
	background-image:   url(images/bluetexture.jpg);
}
#navbottom ul li {
	display: inline;
}
#navbottom ul li a {
	text-decoration: none;
	color: #003366; /* navy */
	background-color: #ffffff; /* white */
	background-image:   url(images/bluetexture.jpg);
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 80%;
}
#navbottom ul li a:hover {
    color: #003366; /* navy */
	 background-color: #9999cc; /* medium blue */
	 background-image: none;
}
#navleft {
	width: 127px; 
	clear: left;
	display: inline; 
	float: left;
}
#navleft h1 {
	background-color: #003366; /* navy */
	color: #9999cc; /* medium blue */
	font-size: 90%;
	text-align: center;
	margin: 0;
}
#navleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navleft ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366; /* navy */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366; /* navy */
	padding: 0;
}
#navleft ul li a {
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 0;
	border-right-width: 4px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-color: #003366; /* navy */
	border-style: solid;
	text-decoration: none;
	color: #003366; /* navy */
	background-color: #9999cc; /* medium blue */
	font-size: 70%;
	font-weight: bold;
}
#navleft ul li a:hover {
	color: #003366; /* navy */
	background-color: #ffffff; /* white */
	background-image:   url(images/bluetexture.jpg);
}
#search {
    display: block;
 	float: right; 
	margin-top: 3px;
	margin-right: 10px; 
}
.alpha_index {
    word-spacing: 5px;
	font-weight: bold;
}
.alpha_index a:hover {
    color: #003366; /* navy */
	text-decoration: none;
	background-color: #9999cc; 
}
.answer {
    font-style: normal;
}
.center {
	text-align: center;
}
.filesize {
	font-size: 80%;
	font-weight: normal;
	color: #999999; /* gray */
	background-color: inherit;
}
.filesize img {
	vertical-align: middle;
}
.floatLeft { 
	float: left;
	margin: 10px; 
	border: none;
}
.floatright { 
	float: right;
	margin: 0;
	padding: 0;
}
.hide2 {
	display: none;
}
.ind {
	text-indent: 30px;
}
.indent {
	margin-left: 200px;
}
.indent30 {
	margin-left: 30px;
}
.indent60 {
	margin-left: 60px;
}
.indent70 {
	margin-left: 70px;
}
.indent80 {
	margin-left: 80px;
}
.letterdate {
	padding-left: 50%;
}
.list_column {
	float: left;
	display: list-item;
	list-style-type: none;
	padding-right: 40px;
	margin-top: 0px;
} 
.list_column_last {
	float: none;
	display: list-item;
	list-style-type: none;
} 
.loweralpha{
   list-style:lower-alpha;
}
.lowerroman {
   list-style: lower-roman;
}
.middle200px {
	padding-top: 85px;
	padding-bottom: 85px;
	vertical-align: middle;
}
.question {
    font-weight: bold;
}
.right {
	text-align: right;
}
.search_box {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	background-color: #ffffff; /* white */
	color:#003366; /* navy */
	height: 100%;
	border-style: inset;
	border-width: 2px;
	border-color: #9999cc; /* medium blue */
	margin-bottom: 1px;
	padding-left: 2px;
}
.search_button {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	font-weight: bold; 
	background-color: #003366; /* navy */
	color: #ffffff; /* white */
	height: 20px; 
	width: 54px; 
	border-color: #9999cc; /* medium blue */
	margin-bottom: 2px;
    padding-left: 2px;
	padding-right: 2px;
}
.small {
	font-size: 80%;
}
.sw_searchbox1 {
    position: absolute; 
    top: 2px; 
    right: 10px;
    background: transparent;
}
.tab {
	margin-left: 30px;
}
.underline {
	text-decoration: underline;
}
.updated {
	text-align: right;
	font-size: 80%;
}
.upperalpha{
   list-style:upper-alpha;
}
.upperroman {
   list-style: upper-roman;
}
.valignmid {
	vertical-align: middle;
}
