/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

   .edit { 
  display: block;
  border: 1px solid red;
  background-color: #c0c0c0;
  color: red
}

/* BODY tag */

html { 
  height: 100%;
  margin: 0;
  padding: 0;

}

body {
  height: 100%;
  font-family: verdana, arial, sans-serif;
  /*  font-size: 10pt;*/
  font-size: 1em;
  /*
  background-color: #0067b2; 
     */
     background-color: #ffffff; 
/*
  padding-left: 0px;
  padding-right: 0px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
*/
margin:0;padding:0;
}

p { 
  margin-bottom: 1em;
}

input { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

select { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

textarea { 
  border: 1px solid #c0c0c0;
  background-color: #e7f5ff;
}

blockquote { 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10em;
  margin-right: 10em;
  padding: 1em;
  border: 1px solid #c0c0c0;
  background-color: #eeeeee;
  color: #002060;
  font-style: italic;
  clear: right;
/*  text-align:center; */
  font-size: 120%;
}

blockquote .attribution { 
  margin-top: 1em;
  text-align: right;
}

h2 { 
  display: block;
  border-bottom: 2px solid #004792;
  color: #004792;
}

.subtitle { 
  margin-top: -1em;
  display: block;
  font-size: 85%;
  color: #004792;
  margin-bottom: 1em;
}

ul, ol { 
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

ie-wrapper {
  height: 100%;
}


/*
   #site-header, #page-body, #site-footer { 
  margin-left: auto;
  margin-right: auto;
}
*/


/* Title of page, typically used on an H1 tag */

#page-body {
  color: #000000;
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
  display: block;
  background-color: #ffffff;
/*
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 0px;
  margin-right: 5px;
  padding: 20px;
*/
margin:0;
margin-left: -10px;
padding: 10px;
  /*
     width: 860px;
     min-width: 944px;
     */
  min-width: 980px;
}


#content-tab {
  border: 0px solid green;
  padding: 0px; 
  margin:0;
  margin-left: 160px;
  margin-bottom: 10px;
  margin-top: 30px;
}

#content-div {
  border-top: 3px solid #0167b2;
  border-left: 3px solid #0167b2;
  border-right: 3px solid #0167b2;
  border-bottom: 3px solid #0167b2;
  background-color: #eeeeee;
  padding: 10px;
  padding-top: 0.2em;
  padding-right: 0;
  min-width: 880px;
}

#right-column {
  width:180px;
  float:right;
  margin-top:5px;
  margin-left: 10px;
  font-size:0.9em;
} 

#page-div {
  border: 1px solid #0167b2;
  background-color: #ffffff;
  padding-left: 20px; 
  padding-right: 20px; 
  padding-top: 10px; 
  padding-bottom: 10px; 
  margin: 0px;
  margin-top: 5px;
  margin-right: 10px;
  min-height: 467px;
}

#index-div { 
  border: 1px solid #0167b2;
  background-color: #ffffff;
  padding-left: 20px; 
  padding-right: 20px; 
  padding-top: 10px; 
  padding-bottom: 10px; 
  margin: 0px;
  margin-top: 5px;
  margin-right: 0px;
  min-height: 467px;
  margin-right:200px;
 }

#top-navbar 
{
  height: 33px;
  z-index: 10;
  min-width: 590px;
  margin-left: 10px;
  float: left;
}


#page-sidebar { 
  float: right;
  position: relative;
  top: -50px;
  right: 0px;
}

#main-sidebar { 
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
  width: 100px;
}


/* Site Header */
#site-header {
  float: left;
  width: 150px;
  border: 0px solid red;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#alt-site-footer { 
  display: none;
}


#site-footer {
  background: url(/graphics/Flex-footer.png) top left repeat-x;
  /*
     width: 860px;
     */
  color: #505050;
  font-size: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  z-index: 10;
  border: 0px solid red;
}

#site-footer a {
  color: #505050;
}

#site-footer table { 
  padding-left: 10px;
  padding-right : 10px;
}



#main-navbar 
{
  padding: 0;
  display: block;
  width: 300px;
  margin-top: 10px;
}

#site-header .tag-line { 
  color: #d0d0d0;
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

#site-header img {
}

#site-header #system-name { 
  background: url(/graphics/Flex-logo.png) top left no-repeat;  
  height: 150px;
  width: 150px;
}

#site-header #system-name a { 
  display: block;
  height: 150px;
  width: 150px;
  font-size: 0;
}

#site-header #system-url { 
}

#site-header .system-name a {
  color: #000000;
  text-decoration: none;
}

#site-header .system-name a:hover {
  color: #000000;
  text-decoration: none;
}

.footnote { 
  font-size: 85%;
  margin-left: 2em;
  margin-right: 2em;
}


#top-navbar:after 
{ 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

#page-div h1 {
  font-family: times new roman, serif;
  font-size: 130%;
  margin-top: 0;
  margin-bottom: 10px;
  color: #004792;
}

#page-div h2 {
  font-size: 120%;
  font-family: times new roman, serif;
}

#page-div h3 {
  font-size: 110%;
  font-family: times new roman, serif;
  color: #0067b2; 
  font-weight: bold;
}

#page-div h4 {
  font-size: 100%;
  font-family: times new roman, serif;
}

#page-div ul {
  margin-right: 10px;
}

table.courses { 
  width: 100%;
  font-size: 85%;
  border-collapse: collapse;
  border: 1px solid #0067b2;
  clear: right;
} 

table.courses th { 
  padding: 2px;
  border-left: 1px solid #ffffff;
  background-color: #0067b2;
  color: #ffffff;
  text-align: center;
  width: 16.66%;
  font-weight: bold;
} 

table.courses th:first-child { 
  border-left: 1px solid #0067b2;
}

table.courses th a { 
  color: white;
}
table.courses th a:visited { 
  color: white;
}

table.courses td { 
  padding: 2px;
  border: 1px solid #0067b2;
  width: 16.66%;
  vertical-align: top;
  text-align: center;
} 

table.courses b { 
  margin-left: 5px;
  margin-right: 5px;
}

table.courses ul { 
  border-top: 1px solid #c0c0c0;
  list-style: none;
  margin: 5px;
}

table.courses li { 
  border-bottom: 1px solid #c0c0c0;
  padding: 5px;
}


table.blocks { 
/*  width: 600px; */
}

table.blocks tr { 
}

table.blocks td { 
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  vertical-align: top;
}

table.blocks h2 { 
/*  width: 280px; */
  margin-bottom: 0;
}

table.blocks h3 { 
/*  width: 280px; */
  margin-bottom: 0;
}

.toolbox {
  float: left;
}

.toolbox table {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
}

.toolbox th {
  text-align: left;
  border: 1px solid #c0c0c0;
  font-weight: bold;
  background-color: #0067b2;
  color: #ffffff;
  padding: 3px;
  margin: 1em;
}

.toolbox td {
  text-align: left;
  border: 1px solid #c0c0c0;
  padding: 3px;
  margin: 1em;
}



#viewadp-mini-calendar { 
  width: 100px;
  float: left;
}

#viewadp-mini-calendar ul { 
  margin: 10px;
}

#events { 
  margin-left: 120px;
}

.mini-calendar { 
  display: none;
}



.news {  
  height: 300px;
  border-bottom: 1px solid #0067b2; 
}

.news ul {  
  width: 100%;
  float: left;
  clear: both;
  display: block;
  list-style:none;
  border: 0px solid black;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  margin-bottom: 20px;
}

.news ul li {  
  display: block;
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: 0px dashed black;
}

.news ul li:first-child {  
  padding-top: 0;
}

.news ul li:last-child {  

}

#top-news { 
  min-height: 271px;
  border-bottom: 1px solid #0067b2; 
  margin-right: 200px;
}

.news_blurb { 
  display: block;
  margin-bottom: 1em;
  
}

.news_blurb h3{ 
  float: none;
  color: #0067b2; 
  font-weight: bold;
  margin-bottom: 0;
  font-size: 85%;
}

#lower-left { 
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 100%;
}

#lower-left ul { 
  list-style: none;
  margin-left: 0;
}

#lower-right { 
  float: right;
  width: 50%;
  border-left: 1px solid #0067b2; 
  padding-left: 20px;
}

#welcome-photo { 
  float: right;
  width: 180px;
  height: 270px;
  padding: 0;
  margin: 0;
}

#welcome-photo img { 
  border: 1px solid #0067b2;
}

#page-photo { 
  float: right;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

#page-photo img { 
  border: 1px solid #0067b2;
}

div.caption { 
  background-color: #c0d0e0;
}

#page-body:after
{ 
  clear: both; 
  display: block; 
  content: 'X'; 
  height: 0; 
  visibility: hidden;
}

#page-body hr { 
  width: 75%;
}

.content-box { 
  margin-left: 165px; 
  margin-right: 10px; 
}


.content-box h3 { margin: 0; padding: 0;}


.content {   
  font-family: verdana, arial, sans-serif;
  margin-right: 10px;
}

/*
   .content ol {  
  padding-left: 2em;
  padding-bottom: 1em;
}
*/
.content blockquote {  
  margin-left: 2em;
  margin-right: 2em;
}

.page-div p {  
  margin-bottom: 1em;
}

#local-navbar { 
  float: left;
  display: block;
  font-weight: bold;
  font-family: tahoma, verdana, sans-serif;
  color: #000000;
  background-color: #b9cae8;
  border: 1px solid #000000;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  text-align: left;
  width: 150px;
}

#local-navbar .title { 
  padding-left: 5px;
  color: white;
  background-color: #182a6a;
}

#local-navbar .current { 
  display: block;
  text-align: left; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #EEEEEE;
  text-decoration: none;
}

#local-navbar a { 
  text-decoration: none;
  color: #000000;
}
#local-navbar a:visited { 
  color: #000000;
}
#local-navbar a:hover { 
  display: block;
  color: #000000;
  background-color: #CFE3EE;
}

#local-navbar .action-list a { 
  display: block;
  text-align: left; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
  text-decoration: none;
}

#local-navbar .action-list a.top { 
  padding-left: 5px;
}


#local-navbar .action-list a:hover { 
  display: block;
  background-color: #CFE3EE;
  text-decoration: none;
}
#local-navbar ul
{
  display: block;
  padding: 0;
  margin: 0;
  background-color: #b9cae8;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

#local-navbar ol
{
  display: block;
  padding: 0;
  margin: 0;
  background-color: #eaf6de;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

#local-navbar li
{
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  /* put this transparent border to deal with IE5.5/Win weirdness*/
  border-top: 1px solid  #b9cae8;
  border-bottom: 1px solid #b9cae8;
}

#local-navbar li .current { 
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #EEEEEE;
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#local-navbar *
{
  /* font: 1em verdana sans-serif;  */
}

#local-navbar li a
{
  display: block;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
  text-decoration: none;
}

#local-navbar li.top .current { 
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.sub .current { 
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsub .current { 
  font-size: 85%;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsubsub .current { 
  font-size: 75%;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.top a 
{ 
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.sub a 
{ 
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsub a 
{ 
  font-size: 85%;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#local-navbar li.subsubsub a 
{ 
  font-size: 75%;
  padding-left: 35px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}


#local-navbar li a:hover
{
  display: block;
  background-color: #CFE3EE;
  text-decoration: none;
}



.tab { 
  float: right;
  background-color: #eaf6de;
}
.tab-header-box {  
  background: url(/resources/tab-tl.png) top left no-repeat;
  height: 30px;
}
.tab-header {  
  float: right;
  background: url(/resources/tab-tr.png) top right no-repeat;
  height: 30px;
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.tab-header .title {  
  padding: 0;
  margin: 0;
  margin-top: 7px;
  margin-right: 5px;
}

.tab-curve { 
  float: right;
  background: url(/resources/tab-curve.png) top right no-repeat;
  height: 30px;
  width: 18px;
}

.tab-content-box {  
  background: url(/resources/tab-r.png) top right repeat-y;
  background-color: #eaf6de;
  border-left: 5px solid #eaf6de;
  border-right: 5px solid #eaf6de;
  border-bottom: 5px solid #eaf6de;
}

.tab-content {  
  background-color: #eaf6de;
  height: 277px;
  border-left: 2px solid #92a64f;
  border-right: 2px solid #92a64f;
  border-bottom: 2px solid #92a64f;
  font-size: 85%;
  padding: 5px;
}

.tab-content ul{ 
  margin: 10px;
  list-style: none;
}

.tab-content ul li{ 
  border-bottom: 1px dashed #879e43;
  
}

.tab-content ul li:last-child { 
  border-bottom: 0px dashed #879e43;
}

/* Context Bar */

#context-bar {
  display: block;
  margin-bottom: 1.2em;
}

#context-bar #breadcrumbs {
  display: block;
  width: 100%;
  float: left;
  font-size: 70%;
  font-weight: bold;
  margin-bottom: 1em;
}

#context-bar #breadcrumbs a {
  font-weight: normal;
}

#context-bar #breadcrumbs ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 
#context-bar #breadcrumbs ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
}
#context-bar #navlinks {
  float: right;
}

.left { 
  float: left;
  margin-right: 10px;
}

.right { 
  float: right;
  margin-left: 10px;
}

.widget { 
  border: 1px solid #0067b2;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.widget h2 { 
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
  font-size: 100%;
  padding: 2px;
  text-align: center;
  background-color: #0067b2;
  color: #ffffff;
}
.widget h3 { 
  margin-top: 10px;
  border-bottom: 1px solid #0067b2;  
}

.widget th { 
  text-align: left;
  vertical-align: top;
}

.widget ul { 
  margin-left: 0px;
  padding: 0;
  list-style: none;
}

.widget li { 
  padding: 0;
  margin: 0;
}



/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  font-family: verdana; 
  padding-left: 8px;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}


/* This wraps everything except site-header and site-footer, and is used to ensure proper margins */
/* Only used on non-tabbed (navbar and subnavbar) pages */


/**********************************************************************
   /* General navigation
      /**********************************************************************/

      /* First level tabs */

      #navbar-div {
  border-bottom: 1px solid #666;
}
#navbar-container {
  height: 35px;
  position: relative;
}
#navbar { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #navbar { bottom: 0px }

#navbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#navbar a {
  text-decoration: none;
  color: black;
}
#navbar a:hover {
  text-decoration: underline;
}
#navbar #navbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#navbar #navbar-here a {
  color: black;
}

#navbar-body { 
  border-bottom: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}


/* Second level tabs */

#subnavbar-div {
  border-bottom: 1px solid #666;
}
#subnavbar-container {
  height: 35px;
  width: 742px;
  position: relative;
}
#subnavbar {
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  right: 0px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #subnavbar { bottom: 0px }

#subnavbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: black;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#subnavbar #subnavbar-here a {
  color: black;
}


#subnavbar-body { 
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}


/********************************************************************** */
/* Widgets */
/**********************************************************************/




/* Various forms of links */

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}

.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

a.refresh {
  color: white;
  text-decoration: underline;
}
a.refresh:hover {
  color: red;
  text-decoration: underline;
}

a.button { 
  font: 85% arial;
  border: solid 1px black;
  background-color: #e1e1e1;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
a.button:link { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover { 
  color: #fff; 
  background: #f00;
}

a.download { 
  border: 1px solid #808080;
  background-color: #e7f5ff;
  padding: 5px;
  height: 20px;
  font-size: 100%;
  text-decoration: none;
  color: #000000;
}

a.download:hover { 
  background-color: #c0c0c0;
}

a.download:visited { 
  color: #000000;
}


ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}



/* Text Styles */

h1 {
  font-size: 120%;
  margin-bottom: 12px;
}
h2 {
  font-size: 115%;
  margin-bottom: 12px;
}
h3 {
  font-size: 110%;
  margin-bottom: 12px;
}
h4 {
  font-size: 105%;
  margin-bottom: 12px;
}

.small {
  font-size: 85%;
}

.highlight { 
  background-color: #ffc; 
}



/**********************************************************************
   /* DEPRECATED CLASSES
      /**********************************************************************/

      /* Deprecated, not sure what it's replaced with just yet */
      a.action {
  margin: 8px;
  margin-left: 24px;
  display: list-item;
  list-style: circle url(/resources/acs-subsite/right.gif);
}


.cards { 
  margin-left: 10px;
  float: left;
  display: block;
  clear: right;
}

.cards ul { 
  background: url(/graphics/tab-left.png) top left no-repeat;  
  float: left;
  margin: 0;
  margin-left: -5px;
  padding: 0;
}
.cards ul:first-child { 
  margin-left: 0;
}
.cards ul:last-child { 
  margin-right: 0;
}
.cards ul:hover { 
  background: url(/graphics/tab-left-hover.png) top left no-repeat;  
}

.cards ul.current { 
  background: url(/graphics/tab-left-selected.png) top left no-repeat;  
}
.cards li { 
  background: url(/graphics/tab-right.png) top right no-repeat;  
  float: left;
  display: block;
  color: #0067b2;
  height: 33px;
  padding-left: 30px;
  padding-right: 40px;
  text-align: center;
}
.cards li:hover { 
  background: url(/graphics/tab-right-hover.png) top right no-repeat;  
}
.cards ul.current li { 
  background: url(/graphics/tab-right-selected.png) top right no-repeat;  
}

.cards a {  
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
}

.cards h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #404040;
  margin-top: 5px;
  height: 33px;
  border: 0;
  
}

.cards a:hover { 
  color: #0167b2;
}

.tabs { 
  display: block;
  height: 20px;
  margin-bottom: -4px;
}

.tabs ul { 
  display: inline;
  margin: 0;
  padding: 0;
}

.tabs li { 
  float: left;
  display: inline;
  margin-left: 0;
  margin-right: 1em;
  color: #0067b2;
  border: 1px solid #0167b2;
  background-color: #d0d0d0;
}

.tabs ul.current li { 
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 1em;
  padding-right: 1em;
}

.tabs a { 
  text-decoration: none;
  color: #404040;
  padding-left: 1em;
  padding-right: 1em;
}

.tabs a:hover { 
  background-color: #f0f8ff;
  color: #000000;
}

.tabs h2 { 
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #404040;
  border: 0;
  padding: 0;
  margin:0;
}

.grid { 
  display: block;
  border: 0px solid green;
  text-align: left;
}

.grid ul { 
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0px solid blue;
  font-size: 85%;
}

.grid li { 
  float: left;
  color: black;
  border: 2px solid #808080;
  height: 75px;
  width: 300px;
}

.grid li a { 
  display: block;
  padding-top: 0px;
  color: black;
  text-decoration: none;
  font-size: 100%;
  height: 75px;
}

.grid li a:hover { 
  background-color: #c0c0c0;
  opacity: 0.9;
}

.grid li a img { 
  float: left;
  margin-right: 10px;
}


.video { 
  border: 1px solid #808080;
}


.app { 
  display: block;
  border: 0px solid green;
  text-align: left;
}

.app ul { 
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0px solid blue;
  width: 250px;
  font-size: 85%;
}

.app li { 
  color: black;
  border: 2px solid #808080;
  height: 75px;
}

.app li a { 
  display:block;
  padding-top: 0px;
  color: black;
  text-decoration: none;
  font-size: 100%;
  height: 75px;
}

.app li a:hover { 
  background-color: #c0c0c0;
  opacity: 0.9;
}

.app li a img { 
  float: left;
  margin-right: 10px;
}

ul.videos { 
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0px solid blue;
}

ul.videos li { 
  color: black;
  border: 1px dotted #808080;
  margin-bottom: 10px;
}

ul.videos li a { 
  display:block;
  padding-top: 0px;
  color: black;
  text-decoration: none;
  font-size: 100%;
}

ul.videos li a:hover { 
  background-color: #c0c0c0;
  opacity: 0.9;
}

ul.videos a img{ 
  float: left;
  margin-right: 10px;
}

table.videos { 
  border-top: 1px solid  #0067b2; 
  padding: 10px 0px 10px 0px;
}


div.bio { 
}

div.bio img { 
  float:left;
  margin-right:20px;
}

div.bio div ul { 
  margin-left: 110px;
}

