/* Site-wide styles */

body
{margin: 0px;
 top: 0;
 left: 0;
 background-color: #aca;
 /* Necessary for Opera, but not for other browsers */
 padding: 0px;}

a
{text-decoration: none;}

a:hover
{text-decoration: underline;}

a.plain
{}

a.plain:hover
{text-decoration: none;}

h2
{margin: 0;
 font: 2em Tahoma, Helvetica, sans-serif;
 line-height: 1.1em;
 border-bottom: 1px dashed;}

div#linksmenu
{width: 182px;}

div#linksmenu a img
{border: 0;}

div#linksmenu div#links_top
{background: url('images/menu_top2.png');
 height: 25px;}

div#linksmenu ul#links
{background: url('images/menu_bcgrd.png');
 margin: 0;
 padding: 0;
 list-style: none;}

ul#links li
{margin: 0;
 padding: 0;}

ul#links li a
{font: .8em Verdana, "Lucida Sans", Helvetica, sans-serif;
 display: block;
 background-color: #797;
 color: #fff;
 text-decoration: none;
 border-top: 1px solid #aca;
 border-bottom: 1px solid #575;
 border-left: 1px solid #80a080;
 border-right: 1px solid #709070;
 margin: 0px 16px 0px 14px;
 padding-left: 4px;
 width: 100%;}

/* Child selector: not supported by IE--used to set 
   width for non-IE browsers */
html>body ul#links li a
{width: auto;}

ul#links li a:hover
{background-color: #999;
 border-top: 1px solid #bbb;
 border-bottom: 1px solid #666;
 border-left: 1px solid #9a9;
 border-right: 1px solid #777;
 text-decoration: none;}

ul#links li a#selected
{color: #575;
 background-color: #efe;
 text-decoration: none;
 border-left: 1px solid #8a8;
 border-bottom: 1px solid #efe;}

div#contact_info
{font: bold .7em Arial, Helvetica, sans-serif;
 background-color: #aca;
 color: #fff;}

div#contact_info div
{text-align: center;
 color: #575;
 padding: 10px 0px 10px 0px;
 margin-left: 13px;
 margin-right: 16px;}

div#contact_info a
{color: #575;
 padding: 0px;
 margin: 0;}

div#logolinks
{background-color: #aca;
 color: #575;
 text-align: center;
 margin-top: 10px;}

div#linksmenu div#links_bottom
{background: url('images/menu_bottom2.png');
 height: 27px;}

div#content
{position: absolute;
 top: 0;
 left: 182px;
 right: 0px;
 margin-top: 10px;}

#top_pictures
{float: right;
 width: 300px;
 margin: 10px 0px 0px 15px;
 text-align: center;}

#top_pictures img
{}

#top_pictures p
{color: #663;
 text-align: justify;
 font: .8em Arial, Helvetica, sans-serif;
 margin-top: -2px;
 padding: 0px 5px;}

#site_path
{font: bold .7em Helvetica, sans-serif;
 height: 12px;
 padding: 8px 0px 0px 12px;
 margin-left: 0px;
 background: url('images/text_top.gif');}

div#text
{padding: 10px 15px 1px 15px;
 background-color: #fff;
 border-left: 2px solid #797;
 margin-left: 0px;
 font: 1em Arial, Verdana, Tahoma, sans-serif;}

/* Holly Hacking!
   Prevents content inside div#text from being vanished.
   (See courses page, contact page)
*/

/*\*/ * div#text
{height: 1%;
}/**/

h4
{margin: 0;}

blockquote
{font-size: .9em;
 margin-left: 1.5em;}

hr
{border-top: 1px dashed #000;}

dl
{display: block;}

dt
{padding-top: 8px;
 font-weight: bold;}

dt a
{text-decoration: none;}

dt a:hover
{text-decoration: underline;}

dd
{padding-left: 1em;
 margin: 0;}

dd p
{margin: 0;
 font-size: .9em;}

div#text ul
{padding-left: 1em;
 margin-left: 0;}

div#curved_bottom
{background: url('images/text_bottom.gif');
 text-align: right;
 margin-bottom: 10px;
 margin-left: 0px;}

#footer
{text-align: center;
 font: bold .9em Arial,  Helvetica, sans-serif;
 color: #363;
 padding: 15px 12px;}

