img {
	border-style: none;
}

#bu-content-pad {
        margin: 0px;
        padding: 10px;
	font-size: 80%;
	line-height: 1.2;
	color: #000000;
	/*overflow: hidden; this makes <br class="clear"> work, but breaks the seminary pages */
        /* 11/16/06 used to be overflow: visible, but that doesn't
           create a new flowable box, so clear:both
           causes the content to fall beelow the
           left menu */
        overflow: visible;
}

#bu-content-pad a {
        text-decoration: underline;
        color: #1250A1;
}       
        
#bu-content-pad a:visited {
        text-decoration: underline;
        color: #1250A1;
}
        
#bu-content-pad a:link {
        text-decoration: underline;
        color: #1250A1;
}       

#bu-content-pad a:active {
        text-decoration: underline;
        color: #1250A1;
}       

#bu-content-pad a:hover {
        text-decoration: none;
        color: #1250A1;
}       

#bu-content-pad a[name] {
  text-decoration: inherit!important;
  color: inherit!important;
}

#bu-content-pad p {
  margin: 0px 0px 1em;
  font-weight: normal;
}

#bu-content-pad h1 {
  margin: 0px 0px 1px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif; 
  font-size: 200%;
  font-weight: bold;
}

#bu-content-pad h2 {
  margin: 0px 0px 1px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 170%;
  font-weight: bold;
}

#bu-content-pad h3 {
  margin: 0px 0px 1px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  font-weight: bold;
}

#bu-content-pad h4 {
  margin: 0px 0px 1px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  font-weight: bold;
}

#bu-content-pad h5 {
  margin: 0px 0px 1px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 110%;
  font-weight: bold;
}

#bu-content-pad h6 {
  margin: 0px 0px 1px;
  padding: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 95%;
  font-weight: bold;
}

#bu-content-pad div.line {
        border-top: 2px dotted #b5b4b3;
        margin: 0px;
        padding: 0px;
        width: 99%;
}       
  
#bu-content-pad div.line hr {
        visibility: hidden;
}       

#bu-content-pad div.hr {
  /* This is needed for newer webkit-based browsers, where the <hr> clears
     floated items. To get around this, we set a margin on the right of the
     containing <div> so the <hr> can still take up 100% of the width without
     messing up the layout. http://doctype.com/hr-clears-opera-modern-webkit-browsers-shouldnt */
  margin-right: 280px;
}

#bu-left-footer {
        position: static;
        clear: both;
        margin: 0px auto;
        padding: 10px 0px;
        font-size: 80%;
        color: #000;
        text-align: center;
}

#bu-left-footer a {
        color: #000;
        text-decoration: none;
}

#bu-left-footer a:visited {
        text-decoration: none;
        color: #000;
}

#bu-left-footer a:link {
        text-decoration: none;
        color: #000;
}

#bu-left-footer a:active {
        text-decoration: none;
        color: #000;
}

#bu-left-footer a:hover {
        text-decoration: underline;
        color: #000;
}

#bu-content-title {
        position: relative;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  background: #2F4C8A url(horiz-bg-fad.png) top repeat-x;
  color: #fff;
  padding-bottom: 1px;
}
/* used when not displaying the page title in the titlebar BUT displaying a menu in the titlebar */
#keep-height-for-menu { 
 height: 27px;
 }

#bu-content-title h1 {
  padding: 5px 5px 4px 9px;
  margin: 0px;
  font-size: 110%;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: helvetica, arial, sans-serif;
  clear: none;
  letter-spacing: 0.06em;
}

.contentmenu {
  position: relative;
  margin: 0px;
  overflow: visible;
  text-align: right;
  font-size: 80%;

}

.contentmenu li li { 
  padding: 3px 0
 }
/* for top content menus which are displayed within
   the titlebar */
#bu-content-area .titlebar-with-menu .contentmenu { 
  float: right!important;
  padding: 0;
}
#bu-content-area .titlebar-with-menu .contentmenu li > span a  { 
  height: 27px;
  display: block;
  line-height: 27px;
}

#upper-content-menu { 
  height: 1.5em;
}
#upper-content-menu-list { 
  float: right;
 }
#lower-content-menu { 
  clear: both;
  padding: 0;
  padding-left: 150px;
  background-image: url(horiz-bg-fad.png);
  background-position: top;
  background-repeat: repeat-x;
 }
#lower-content-menu li { 
  padding-bottom: 0;
  padding-right: 5px;
 }
#lower-content-menu a { 
  color: white;
 }
/* - - - Form Styles - - - */
.form-errors {
	border: 1px solid red;
	background: #ffcbcb;
	padding: 5px;
	margin: 8px;
}

.form-error {
	color: red
}

.form-required {
	color: #003399;
}

.form-message {
	border: 1px dashed #31659c;
	background: #dee6ee;
	padding: 5px;
	margin: 8px;
}

#blink-backlink { 
  float: right;
 }

#blink-backlink a, #blink-backlink a:link, #blink-backlink a:visited
  { 
  color: #AAA;
  text-decoration: none;
 }
#blink-backlink a:hover {
  color: #AAA;
  text-decoration: underline;
}

#bu-bottom-content-parcel { 
  margin-bottom: -10px;
  margin-top: 10px;
 }

/*This is for sub-menus that are added using the cs_sub-top-menu
  External Source in Silva. */
#sub-menu-right { 
  height: 1em;
  margin: 5px 10px 0;
 }
#sub-menu-right ul {
        font-size: 80%;
        list-style: none;
        padding: 0;
        margin: 0;
        float: right;
        display: block;
        position: relative;
}

#sub-menu-right li {
        display: inline;
        margin: 0px;
        line-height: 1.2;
        position: relative;
        padding: 0px 5px 0px 5px;
        border-left: 1px solid #000000;
}
#sub-menu-right a {
        white-space: nowrap;
        text-decoration: none!important;
        color: #2F4C8A;
        border-left: 1px solid #000000;
        margin: 0px;
        margin-bottom: 2px;
        padding: 0px 5px 0px 5px;
}
#sub-menu-right a:hover {
        text-decoration: underline!important;
}
#sub-menu-right li a {
        border: none;
        margin: 0px;
        padding: 0px;
}


