/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

body,button,input,select,textarea {
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:hover,a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre,code,kbd,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

button,input,select,textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,input {
    line-height: normal; /* 1 */
}

button,input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ******************************************************** */
/* **************** End Normalize.css ********************* */
/* **************** Start gfo: hdr.css ******************** */
/* ******************************************************** */

html {
height: 102%;
}
body
{
width:96%;
margin:0 auto;
max-width:980px;  /*1280px;*/
font-family: "Palatino Linotype", "trebuchet ms", arial, helvetica, sans serif;
}

noscript h1 { text-align:center; }

a:link, a:visited, a:hover, a:active
{
color: blue;
text-decoration:underline;
}
a:visited {color:purple;}
a:hover {color: lime;}

#gfohdr  { margin:.5em 0 .5em 7em; }
#gfoH1, #gfoH2, #gfoH3, #gfoH4, #gfoH5, #gfoH6, #gfoH7
{
padding: 0 1px;
margin: 0;
border-width:1px 0;
border-style:solid none;
}
#gfoH7{border-color:#222;}
#gfoH6{border-color:#444;}
#gfoH5{border-color:#666;}
#gfoH4{border-color:#777;}
#gfoH3{border-color:#888;}
#gfoH2{border-color:#aaa;}
#gfoH1{border-color:#ccc;
font: bold 140% georgia, serif;
text-align:center;
word-spacing:.1em;
padding: .75em 1px;
}

#logo { float:left; width: 7em; }
#logo img { border:0; width:6em; height:4.8em; padding:.5em 0; }

.bgc0                { background-color:white }
.bgc1, .bgc1 a { background-color:cornsilk }
.bgc2, .bgc2 a { background-color:#eee; }
.bgc3, .bgc3 a { background-color:#dfd; }

.acro
{
font-size:170%;
color:purple
}

.rj {
    text-align:right
}

.nobr {
	white-space:nowrap
}

.dt {
    text-align:right
}

.bottom {
	border-bottom: 1px solid gray;
}

#nav   {
	margin:1em 0;
	text-align: center;
	border-top:2px solid gray;
	padding-top:.5em;
	font: bold small arial, sans-serif;
	clear:both;
	}
	
div#nav a {
	text-decoration:none;
	}
div#nav p {
	max-width:48em;
	margin:0 auto;
	}
	
#contact  {
	font:italic x-small arial, sans-serif;
	text-align: center;
	}

.hot { color:red; font-weight:bold; }

.subject {
	padding: 0 0 2px 4em; clear:left;
	text-align:left;
	border: 1px solid gray;
	border-width:0 1px;
	background-color:#339; color:white;
	font-weight:bold; font-style:italic;
	letter-spacing:1px;
}
.metaindex a {
	display:block;
}
	
table.sitedir { border-collapse:collapse;margin:0; border-width:0 }
table.sitedir th {
	padding-bottom:2px;
	border: 1px solid gray;
	border-width:0 1px;
	text-align:center;
	background-color:#339; color:white;
	font-style:italic;
	letter-spacing:1px;
	}
table.sitedir td { border:1px solid gray; border-bottom-width:0; vertical-align:top; }
table.sitedir td p{ padding: .6em 1em; margin:0; vertical-align:top }
table.sitedir td.metaindex{ white-space:nowrap; padding:.5em}

table.sitedir td img{ margin:0; border-width:0 }
table.sitedir td a:hover { color:lime }

ul.tabs { margin:1em 0 0; padding:0; list-style-type:none; clear:both; }
ul.tabs + ul.tabs { margin:0; }

ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited, ul.tabs li a:hover {
	text-decoration:none;
	outline:none;
	}

ul.tabs li {
	float:left;
	margin:0;
	font-family: arial;
	font-size:110%;
	border:2px solid gray;
	border-bottom-width:0px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding:0 .8em ;
	margin-right:-2px;
}

li.active {
	background-color: #339;
	border:2px solid #339;
	border-bottom-width:0px;
	color:white;
}

ul.tabs:nth-of-type(1) li:first-child { margin-left:.3em; }

ul#subtabs li.active { background-color:blue; color:white }
ul#subtabs li { margin-top:0; padding:0 .75em; border-radius:0; border-bottom-width:2px; margin-bottom:-2px; }

@media only screen and (orientation:portrait)
{
	body { width:98%; }
	#logo { display:none; }
	#gfohdr { margin: .5em 2em }
	#gfoH1 { font-size:110%; padding: .5em 1px; }

}
