body#main_body {
    font-family: Book Antiqua;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #5d5e5e;
    background: #6b0808;
}

.content {
	font-family: Book Antiqua, Verdana;
    font-size: 15px;    
    margin: 5px 0 5px 0;
    padding: 0;
    line-height: 1.3;
    color: #5d5e5e;
}

.content p {
    font-family: Book Antiqua;
    font-size: 15px;
    padding: 0;
    line-height: 1.3;
}

p.para {
	font-family: Book Antiqua;
    font-size: 12px;
    line-height: 1.3;
}

.content h1 {
    font-family: arial,trebuchet ms,tahoma,verdana,sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.content h2 {
    font-family: arial,trebuchet ms,tahoma,verdana,sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.content h3 {
    font-family: arial,trebuchet ms,tahoma,verdana,sans-serif;
    font-weight: bold;
    font-size: 14px;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    font-family: Book Antiqua;
    font-weight: normal;
    text-decoration: underline;
}

.content a:visited {
    font-family: Book Antiqua;
    font-weight: normal;
    text-decoration: underline;
}

.content a:hover {
    font-family: Book Antiqua;
    text-decoration: none;
}

.content a:active {
    font-family: Book Antiqua;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/


/*** Normalized ***/




/*-- main container --------------------------------------------------------*/

#container {
    background: #ffffff;
}

#left_column_container {
    background: url(img/leftPane.jpg) top left no-repeat #ccc7b5;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: #000000;
}

/*--- main navigation ------------------------------------------------------*/

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: url(img/cincyImg.jpg) no-repeat;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
    color: #901a1a;
    background: url(img/n1.gif) top left no-repeat;
}

#main_nav_list a.main_nav_item:hover {
    color: #520000;
    background: url(img/n1.gif) top left no-repeat;
}

#main_nav_list a.main_nav_active_item {
    color: #520000;
    background: url(img/n1.gif) top left no-repeat;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
    background: url(img/sub_menu_top_bg.gif) top left no-repeat;
}

.sub_nav_list {
    background: url(img/sub_menu_bot_bg.gif) bottom left no-repeat;
}

#sub_container2 {
    background: url(img/content_bg.jpg) top left no-repeat #ccc7b5;
}

.sub_nav_list a.sub_nav_item {
    color: #88543f;
    background: url(img/subnav1.gif) top left no-repeat;
}

.sub_nav_list a.sub_nav_item:hover {
    background: url(img/subnav1.gif) top left no-repeat;
    color: #710d0d;
}

.sub_nav_list a.sub_nav_active_item {
    color: #710d0d;
    background: url(img/subnav1.gif) top left no-repeat;
}

/*--- search ---------------------------------------------------------------*/

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: url(img/leftPane.gif) bottom left no-repeat #ccc7b5;
}

#footer_text {
    color: #6b0808;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/


/*--- paragraph ------------------------------------------------------------*/

.content p {
    color: #5d5e5e;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #a23636;
}

.content h2 {
    color: #000000;
}

.content h3 {
    color: #a23636;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #a23636;
}

.content a:visited {
    color: #a23636;
}

.content a:hover {
    color: #a23636;
}

.content a:active {
    color: #a23636;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-color: #ffffff;
}

.content th {
    color: #ffffff;
    background-color: #ffffff;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #ffffff;
}

.content tr.odd {
    color: #818181;
    background-color: #ffffff;
    padding: 3px;
}

.content tr {
    color: #818181;
    background-color: #ffffff;
    padding: 3px;
}

.content tr.even {
    color: #818181;
    background-color: #ffffff;
    padding: 3px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #717171;
}

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}

.content input {
    border-color: #8d3738;
}

.content textarea {
    border-color: #717171;
}

/*--------------------------------------------------------------------------*/


div#logo a { display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  color: #6b0808;
  text-decoration: underline; white-space: nowrap;
}

    
#logo {
   background: url(img/stMeinrad.jpg) no-repeat;
}
#key_visual {
   background: url(img/cincyImg.jpg) no-repeat;
}

#main_nav_list a.main_nav_active_item {
  font-family: arial,Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #520000;
}
#main_nav_list a.main_nav_item {
  background: url(img/n1.gif) no-repeat;
  font-family: arial,Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #901a1a;
}
#main_nav_list a.main_nav_item:hover {
  font-family: arial,Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #520000;
}
.sub_nav_list a.sub_nav_active_item {
  font-family: arial,Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #710d0d;
}
.sub_nav_list a.sub_nav_item {
  background: url(images/dynamic/buttonset1/subnav1.gif) no-repeat;
  font-family: arial,Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #88543f;
}
.sub_nav_list a.sub_nav_item:hover {
  font-family: arial,Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #710d0d;
}
#content_container h1 {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #a23636;
  padding-bottom:0px; 
  margin-bottom:0px;
}
#content_container h2 {
  font-family: Book Antiqua;
  font-style: normal;
  margin-left:15px;
  border-bottom:1px solid;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  margin-bottom:17px;
  padding-bottom:0px;
}
#content_container h3 {
  font-family: Book Antiqua,verdana,sans-serif;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  font-weight:normal;
  color: #5d5e5e;
  margin-left:15px;
  margin-top:0px;
  padding-top:0px;
  line-height:1.2em;
}
#content_container h4 {
  font-family: arial;
  font-style: normal;
  font-size: 17px;
  text-decoration: none;
  font-weight:normal;
  color: #808080;
  padding-top:0px; 
  margin-top:0px;
}
#content_container, #content_container p {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #5d5e5e;
}
#content_container a:visited {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a23636;
}
#content_container a:link {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a23636;
}
#content_container a:hover {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #a23636;
}
#content_container a:active {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a23636;
}
#footer_text {
  font-family: Book Antiqua;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #6b0808;
}



/*** Normalized ***/


/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 777px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    padding: 0;
    margin: 0 0 0 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
    float: right;
    margin: 0;
    padding: 0;
    border: 0;    
    width: 624px;
}

#left_column_container {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;    
    width: 153px;
    height: 358px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 777px;
    height: 118px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 609px;
    height: 102px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 168px;
    height: 102px;
    position: absolute;
    top: 8px;
    left: 609px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    font-family: arial,tahoma,verdana,sans-serif;
    font-weight: bold;
    position: relative;
    top: 140px;
    left: 165px;
    padding-left: 0px;
    line-height: 30px;
    height: 30px;
    font-size: 22px;
    width: 525px;
    z-index: 1000;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    margin: 0;
    padding: 32px 0 0 0;
    border: 0;
}

/*--- main navigation --------------------------------------------------------*/

#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    clear: both;
    font-size: 11px;
    padding: 0;
}

/*--- main navigation items --------------------------------------------------*/

#main_nav_list a {
    text-align: left;
    line-height: 21px;
    height: 22px;
    padding-left: 20px;
    display: block;
    width: 130px;
    overflow: hidden;
}

#main_nav_list a.main_nav_item {
    font-family: arial,Book Antiqua;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#main_nav_list a.main_nav_item:hover {
    font-family: arial,Book Antiqua;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#main_nav_list a.main_nav_active_item {
    font-family: arial,Book Antiqua;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0;
    padding: 0;
    border: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    font-size: 11px;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    text-transform: none;
    text-align: left;
    line-height: 21px;
    height: 22px;
    padding-left: 42px;
    display: block;
    width: 130px;
}

.sub_nav_list a.sub_nav_item {
    font-family: arial,Book Antiqua;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    font-family: arial,Book Antiqua;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: arial,Book Antiqua;
    font-weight: normal;
    text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_area {
    margin: 10px 0px 20px 20px;
    padding: 0;
}

#content_container {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 578px;
}

.content table {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
}

.content tr.odd {
    font-size: 11px;
}

.content tr {
    font-size: 11px;
}

.content tr.even {
    font-size: 11px;
}

/*--- container for the search form ----------------------------------------*/

form {
    margin: 0;
    padding: 0;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 777px;
    height: 92px;
    background: #6b0808;
    color:white;
    clear: both;
}

#footer_text {
    font-family: Book Antiqua;
    padding: 0px;
    padding-top: 35px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    color:white;
}
