body
{
  margin: 0px;
}

p
{
  font-family: Arial;
  font-size: 10pt;
}

table
{
  width: 100%;
}

.logo
{
  background-image: url(/newdesign/images/yeshiva1.jpg);
  background-repeat: no-repeat;
  width: 110px;
  height: 76px;
 vertical-align: middle;
 }

.top-title
{
  text-align: left;
  font-family: Times New Roman;
  font-size:21pt;
  color: #000000;
  font-weight: bold;
  width:600px;
  height:74px;
 
}

/* style for the print only top bar */
.top-title-po
{
  text-align: center;
  font-family: Arial;
  font-size: 24pt;
  color: #000000;
  font-weight: bold;
  display: none;
  width: 100%;
}

.top-link
{
  text-align: center;
  font-family: Arial;
  font-size: 12pt;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.top-link:hover
{
  text-align: center;
  font-family: Arial;
  font-size: 12pt;
  color: #CC4400;
  text-decoration: none;
  font-weight: bold;
}

#left_column
{
  background-image: url(/tile.jpg);
  background-color: #FFFFFF;
  vertical-align: top;
  color: #000000;
}

#left_column h1
{
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 0.1cm;
}

#left_column h2
{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
 color: navy;
  margin-bottom: 0.3em;
}

#left_column h3 
{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
 color:blue;
  margin-left: 7px;margin-top: 0.4em;
  margin-bottom: 0.3em;
}

#left_column h4 
{
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 0.4em;
  line-height: 1.0em
}

#left_column h5 
{
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
  margin-left: 10px;
  color: gray;
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}

#left_column p
{
  font-family: Arial;
  font-size: 10pt;
   font-weight: bold;
}

#left_column a
{
  font-family: Arial;
  font-size:8pt;
  text-decoration: none;
}
#left_column a:hover
{
  font-family: Arial;
  font-size: 8pt;
  text-decoration: underline;
}

#middle_column
{
  /*  width: 350px; */
  background-image: url(/tile.jpg); 
 background-color: #FFEBD2;
  vertical-align: top;
  color: #000000;
}

#middle_column h1
{
  font-family: Times New Roman;
  font-size:15pt;
  font-weight: bold;
  letter-spacing: 0.04cm;  
  color: blue
}

#middle_column h2
{
  font-family: Arial;
  font-size: 11.5pt;
  font-weight: bold;
}

#middle_column h3
{
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  border-top: 0.3em;
}

#middle_column h4 
{
 border: thin #00FFCC;
 font-family:  Arial;
 font-size: 12pt;
 font-weight: bold
   }

#middle_column p
{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

#middle_column a
{
  font-family: Arial;
  font-size: 10pt;
  text-decoration: none;
}
#middle_column a:hover
{
  font-family: Arial;
  font-size: 10pt;
  text-decoration: underline;
}

#right_column
{
  vertical-align: top;
  border-right: thick #00FFFF;
  background-color: #1D3865;
  color: #D2E2FF;
}

#right_column h1
{
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  letter-spacing: 0.1cm;
  }

#right_column h3
{
  font-family: Arial;
  font-size: 7.5pt;
  margin-top: 0.3em; 
    }


 #right_column h2
{
  font-family: Arial;
  font-size: 8pt;
 font-weight: bold;
 margin-top: 0.3em; 
 margin-bottom: 0.2em;
 }

#right_column p
{
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;	margin-top: 0.2em;
   color: white;
}

#right_column br 
{
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

#right_column ul 
{
  font-family: Arial;
  font-size: 7pt;
  font-weight: bold;
  border-top: 0.3em;
 
}

#right_column a
{
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
  color: #FFEBD2;
}
#right_column a:hover
{
  font-family: Arial;
  font-size: 8pt;
  text-decoration: underline;
}

.cprt-text
{
  text-align: center;
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
  width: 100%;
  height: 20px;
  background-color: #7baaee;
  vertical-align: middle;
}

.cprt-link
{
  text-align: center;
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
}
.cprt-link:hover
{
  text-align: center;
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
  text-decoration: underline;
}

.torahbanner
{
  background-image: url(images/torah.jpg);
  background-repeat: no-repeat;
  width: 100%;
}

.navbar
{
  width: 100%;
  height: 24px;
  background-image: url('images/blueline.jpg');
  padding-left: 50px;
}

#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  font-size: 12pt;
  width: 100%;
 color: #FFEBD2;
}

#nav a {
  display: block;
  width: 10em;
  font-family: Arial;
  text-decoration: none;
  font-weight: bold;
 color: #FFEBD2;
}

#nav #philosophy a
{
 width: 15em;
}

#nav li { /* all list items */
  float: left;
  width: 9em; /* width needed or else Opera goes nuts */
}


#nav li:hover, #nav li.sfhover { /* all list items */
   background-color: #3462B3;
}

#nav li ul { /* second-level lists */
  position: absolute;
  width: 10em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
  font-size: 10pt;
  border: 1px solid #999999;
  width: 100%;
  background-color: #1D3865;
  padding: 3px;
}

#nav .subnav, #nav .yheHover {
  background-position: center right;
  background-image: url(/newdesign/images/arrow-b.gif);
  background-repeat: no-repeat;
 }

#nav .subnav:hover, #nav .yheHover {
  background-position: center right;
  background-image: url(/newdesign/images/arrow.gif);
  background-repeat: no-repeat;
  background-color: #3462B3;
}

#nav li ul li ul li {
  font-size: 10pt;
  border: 1px solid #b39934;
  width: 100%;
  background-color: #3462B3;
  padding: 3px;
}


#nav li ul ul { /* third-and-above-level lists */
  margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

.sidebar_container
{
  vertical-align: top;
  padding-left: 10px;
  border-left: 1px solid #7BAAEE;
  width: 250px;
  color: blue;
}

.content_container
{
  width:100%;
  border-width: 0;
}

.content
{
  padding-left: 20px;
  background-color: #ffffff;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
 }

.printonly { display:none }
@media print { 
  .dontprint { display:none }
  .printonly { display:inline }
}

#separator
{
  width: 100%;
  height: 15;
  background-color: #7baaee;
  text-align: center;
}

#logoimg
{
  height: 56px;
  width: 110px;
  border: 0px;
}

#sitename
{
  width: 100%;
  height: 76px;
  vertical-align:middle;
}

#searchform
{
  margin-bottom: 0px;
  margin-top: 0px;
}

#searchform p
{
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  padding-right: 10px;
}


