body {
	background-color: #85CBFA;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.main {
	width: 100%;
}
.bodycolor {
	background-color: #85CBFA;
}
.spacer {
	background-color: #85CBFA;
	border: 0 none;
	font-size: 6px;
	margin: 0;
	padding: 0;
	width: 10px;
}
.masthead {
	background-color: #FAB485;
	color: black;
	font-size: 175%;
	font-weight: bold;
	padding: 7px;
	border: 2px #0000A0 ridge;
}
.mastname {
	margin-top: 0;
	margin-bottom: 0;
}

.left_menu {
	vertical-align: top;
	width: 5em;
	padding: 15px 15px 15px;
	font-size: 93%;
	background-color: #FFFCBB;
	border: 2px #0000A0 ridge;
}
.menu_item {
	color: black;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.menu_item a {
	color: black;
	text-decoration: none;
}

.right_menu {
	vertical-align: top;
	width: 195px;
	background-color: #85CBFA;
}
.content {
	padding-top: 20px;
	vertical-align: top;
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	border: 2px #0000A0 ridge;
	font-size: 93%;
}

.right_menu table {
	border: 2px #0000A0 ridge;
	width: 100%;
}
.right_menu .section_header {
	background-image: url(/images/yellow-fade.jpg);
	border-bottom: 1px solid #eeebaa;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.right_menu .section_content {
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;	
}
.vertical_spacer {
	height: 10px;
}
.disclaimer {
	margin-top: 20px;
	padding-top: 7px;
	font-size: 70%;
	color: gray;
	text-align:center;
	border-top:1px lightgrey solid;
}
h1 {
	font-size: 1.35em;
}
h2 {
	font-size: 1.22em;
}
h3 {
	font-size: 1.16em;
}

h4 {
	font-size: 1.1em;
	padding: 0;
	margin-bottom: 0;
}
ul {
	list-style-type: square;
	padding-left: 25px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}
a {
	color: #000088;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}
h4 a {
	color: #000088;
}
h4 a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: 0;
}

pre {
	font-family: consolas, 'courier new', fixedwith;
}

h1+ul, p+ul {
	margin-top: -10px;
}	
.translucent90 {
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}
.byline {
	padding-top: 10px;
	margin-top: 10px;
	font-size: 85%;
}

.dl_row_odd {
	background-color: #FAEBD7;
}

.dl_row_even {
	background-color: #F0F8FF;
}

.dl_table {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 93%;
}

.dl_table td {
	padding-left:6px;
	padding-right: 6px;
	margin: 0;
}

.icon_column {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 10px;
}
	
.name_column {
	width: 155px;
	max-width: 300px;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.size_column {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 10px;
	text-align: center;

}
.description_column {
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: auto;
	text-align: justify;
}
.prevNextTable {
	padding-top: 5px;
}
.prevNextTable a {
	text-decoration: none;
}
.prevNextTable a:hover img[mid=true] {
	border: 1px solid black !important;
	opacity: 1.0;
}
.prevNexttable a:hover img.midnav {
	border: 1px solid black !important;
	opacity: 1.0;
}	
.prevNextTable img {
	margin: 0;
	padding: 0;
}
.rightbox {
	float: right;
	right: 0;
	margin: 6px;
	border: 2px ridge #0000A0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFCBB;
}
.rightbox div {
	padding: 4px;
	font-size: 110%;
	color: black;
	text-decoration: none;
	text-align:center;
	border: 1px solid transparent;

}
.rightbox div a {
	color: black;
	text-decoration: none;
}
.rightbox div a:hover {
/*	color: #000099;
	text-decoration: underline;*/
}
div.code {
	overflow: hidden;
	white-space: pre;
	font-family: 'consolas', 'courier new', monospace;
	font-size: 85%;
	border: 2px ridge #0000A0;
	padding: 5px;
	font-weight: bold;
}
.rightbox .selected {
	border: 1px solid black;
	background-color: lightyellow;
}

.content p {
	margin-top: 7px;
}

.ridge {
	border: 2px ridge #0000A0;
}

