body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #336699;
/*        background: url(images/1200px.gif) no-repeat #FFF;*/
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #b8860b;
        background-color: #191970;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #191970;
}
ul {	
	list-style-type: square;
	list-style-position: inside;
	color : #06D3FF;
	line-height: 20px;
	background-color : transparent;
 }



a:link {
	text-decoration: underline;
        border-bottom: 1px dotted #866F5B;
}
a:visited {
	text-decoration: underline;
        border-bottom: 1px dotted #8B8C8C;
	color:  #8B8C8C;
}
a:hover {
        color: #A51A0A; 
/*	background-color: #ffe4e1 */
/*	font-size: 15px; */
        border-style: none;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, mono, sans-serif;
        color: #336666; 
}
h1 { 	font-size: 16px;
	line-height: 18px; }
h2 { 	font-size: 14px;
	line-height: 16px; }
h3 { 	font-size: 12px;
	line-height: 14px; }
h4 { 	font-size: 10px;
	line-height: 12px; }
h5 { 	font-size: 8px;
	line-height: 10px; }
h6 { 	font-size: 8px;
	line-height: 10px; }

div#header {
        border: 5px outset #003366; 
        background-color: #f5f5f5; 
        padding: 2px;
	position: absolute;
	width: 100%; 
	left: 0px;
	top: 0px;
}

div#nav{
	color : #105BAC;
	background-color : #efefef;
	height : 40px;
	font-size: 80%;
	border-top : 1px solid #105BAC;
}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
	padding: 2px 0 0 0;
}
div#nav ul li {
	display: inline;
}

div#nav li a{
	color : #105BAC;
	background-color : #efefef;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : #105BAC;
	background-color : #fff;
	border-bottom : 4px solid #06D3FF;
}

div#content {
/*        border: 5px outset #003366;  */
	position: absolute;
	top: 200px;
/*        width: 800px; */
        padding: 0 200px 0 250px;
        z-index: 3;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366; */
        margin-bottom: 2em;
}

div#content_pics { 
/*        border: 5px outset #003366;   */
	position: absolute;
	top: 220px;
        padding: 1px;
        margin-bottom: 2em;
 }
div[id="content"] { padding: 0 200px 0  250px !important; }

#content p {width: 250px;}
/* #content h2,h3  {width: 250px;} */

div#intro { padding-top: 1em;}
div#datatable { padding-top: 1em;}

div#sidebar {
/*        border: 1px outset #36648b; */
	position: absolute;
	top: 20px;
	left: 10px;
	width: 225px;
        height: 600px;
	font-size : 70%;
        z-index: 4;
}

div #lselect 	{ 
/*        border: 1px outset #36648b; */
        position: absolute; 
        top: 30px; 
        left: 10px; 
        background: url(images/button_select_fudog.gif) no-repeat; 
}


 div[id="lselect"] 	 { top: 30px !important; left: 20px !important; background: url(images/button_select_fudog.gif) no-repeat; width: 149px; height: 37px; z-index: 5; }


#lselect h3 { 
	position: absolute; top: -28px; left: 0px; 
	background: url(images/bg_menu_thin_top.gif) no-repeat; 
	width: 149px; height: 28px; line-height: 28px;
	padding-top: 5px;
	overflow: hidden;
	margin: 0;
	padding: 0 18px;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif; font-size: 9px;
	}
#lselect:hover h3 { position: absolute; top: 5px !important; left: 5px !important; background: url(images/bg_menu_top.png) no-repeat; width: 203px !important; height: 0px !important; padding-top: 5px; margin: 0; }

#lselect ul {
	background: url(images/bg_menu_thin.gif) left bottom no-repeat;
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 149px;
	}

div[id="lselect"]>ul { position: absolute; top: -1000px; left: -1000px; width: 203px !important; background: url(images/bg_menu.png) left bottom no-repeat !important; }

#lselect:hover ul { position: absolute; top: 10px; left: 5px; }

#lselect li {
	font-size: 9px; 
	color: #8B8C8C; 
	background: url(images/bg_menu_separator_thin.gif) no-repeat;
	padding: 8px 18px;
	}

div[id="lselect"]>ul>li { background: url(images/bg_menu_separator.png) no-repeat !important; }

div[id="lselect"]>ul>li:first-child { padding-top: 5px; background: url(images/o.gif) no-repeat !important; }

#lselect li:hover { background: url(images/bg_menu_over.png) no-repeat !important; }

#lselect a { display: block; }

#lselect a.c { display:inline; font-size: 9px; text-transform: lowercase; }


div#footer {
	width: 100%;
        border: 5px outset #003366; 
        background-color: #f5f5f5; 
/*        padding-left: 650px; */
	left: 0px;
        bottom: -295px;
        position: absolute;
        z-index: 1;
}

div.ozdunc {
  position: absolute;
  float: right;
  right: 0px;
  top: 300px;
  width: 50%;
  margin: 0.5em;
  padding: 0.5em;
  z-index: 2;
}
div.ozdunc p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figure {
  float: left;
/*  width: 25%; */
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
/*  font-size: smaller; */
  text-indent: 0;
}


/*
img.scaled {
  width: 100%;
}
 */