a:link,a:visited  {
text-decoration: underline;
color: blue
font-weight: bold;
}
a:hover {
text-decoration: none;
color: maroon;

}
a:active {
text-decoration: underline;
color: green;

}
a.light:link,a.light:visited  {
text-decoration: underline;
color: blue;
font-weight: bold;
font-size:large;
}
a.light:hover {
text-decoration: none;
color: maroon;
font-weight: bold;

}
table {
}
td {
font-family: times;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 8pt;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
tr {
font-family: times;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10pt;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
p {
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
blockquote {
margin-top: 0px;
margin-bottom: 0px;
color: #000000;
margin-right: 0px;
}
ol {
margin-top: 0px;
margin-bottom: 0px;
color: #000000;
}
h1 {
font-weight: bold;
color: #333333;
font-size: 12px;
margin-top: 0px;
margin-bottom: 3px;
}
h2 {
font-size: 11px;
color: #10b3ff;
margin-top: 0px;
margin-bottom: 3px;
}
body {
font-family: "Trebuchet MS",Arial,Sans-serif;
font-size: 10px;
color: #333333;
background-color: #ffffff;
background: url("OhioSeal.png");
background-repeat:no-repeat;
background-position: center;
}
.topstrip {
background-image: url(topstrip.gif);
background-repeat: repeat-x;
}
.navbg {
background-image: url(nav_bg.gif);
background-repeat: repeat-x;
border-right: 1px solid black;
}
.panelbg {
background-image: url(panel_bg.gif);
background-repeat: repeat-x;
border-bottom: 1px solid black;
border-top: 3px groove #9999FF;
}
.leftpanel {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 10px;
background-color: #cacdcf;
}
.topbar {
background-color: #9ea2a4;

}
.btn_focus {
border: 1px solid #FFCC66;
}
.btn_unfocus {
border: none;
}
.shad{
text-shadow: 0.1em 0.1em 0.2em black;
}
.shad1{
text-shadow: 0.1em 0.1em 0.2em white;
}
.shad2{
text-shadow: 0.1em 0.1em 0.2em #CCCCCC;
}
.shad3{
text-shadow: 0.1em 0.1em 0.2em #C8BBBB;
}
.shad4{
text-shadow: 0.1em 0.1em 0.2em #EEEEDD;
}
.shad5{
text-shadow: 0.1em 0.0em 0.2em #444433;
}
.shad6{
text-shadow: 0.2em 0.2em 0.2em #996633;
}
.shad7{
text-shadow: 1px 1px black;
}
.shad8{
color:white;
text-shadow: 1px 1px 1px black;
}
.menu {
  text-align: left;
  display: inline;
  margin: 0;
  background: rgb(204, 204, 204);
  padding: 15px 11px 17px 0;
  list-style: none;

}
.menu li {
  left:2px;
  font: bold 15px/18px sans-serif;
  display: inline-block;
  margin-right: -2px;
  position: relative;
  padding: 15px 20px;
  border-bottom: 2px solid rgb(204, 204, 204);
  background: rgb(204, 204, 204);
  cursor: pointer;
  text-shadow: 1px 1px 2px white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}



.menu li:hover {
  background: #555;
  color: #fff;
  border-bottom: 2px solid maroon;
  text-shadow: 0.1em 0.1em 0.2em black;
}


.menu li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index:199;
}
.menu li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.menu li ul li a { 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  text-decoration:none;
}
.menu li ul li:hover { background: #666; }
.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.menu li ul li a:hover { 
   background: #666;
   color: #aaaacc
   text-shadow: 0 -1px 0 #000;
}
.btnUpload:hover {
	border: 1px solid red;
}