/* standard web page parts defined */
html {min-height: 100%;}

* {
        margin: 0;
        padding: 0;
}

a {color: #392734;}
a:hover {color: #C60;}

body {
        background: #663;
        color: #360;
        font: normal 0.75em Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
        font: normal 1.8em Tahoma,sans-serif;
        margin-bottom: 4px;
        color:#ff8000;
}
/* this provides highlight coding for special wording*/
code {
        background: #FFF;
        border: 1px solid #EEE;
        border-left: 6px solid #690;
        color: #333;
        display: block;
        font: normal 1em Tahoma,sans-serif;
        line-height: 1.6em;
        margin-bottom: 12px;
        padding: 8px 10px;
        white-space: pre;
}

blockquote {
       /* background: url(img/quote.gif) no-repeat;*/
        display: block;
        font-weight: bold;
        padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* clean up and positioning */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* site structure */
.container {
        background: #FFa;
        font-size: 1.2em;
        margin: 0 auto;
        
        width: 780px;
}

/* header */
.top {
       
        padding: 50px 10px 0;
}

/* title */
.header {
        background: #ff9 url(../image/header1.jpg) no-repeat;
        font-size: 1.2em;
        height: 151px;
        margin: 0 auto;
        
        width: 780px;
}
.header .left, .header .right {
       
        
        height: 151px;  
}

.header .right{
        
        color:#ffd24d;
        font: normal 1.6em "Trebuchet MS",sans-serif;
        line-height: 150px;
        text-shadow: 2px 2px #c90, 2px 2px #000;
        text-align: center;     
        width: 564px;
}
/*
.header .left {
      	background: #ff9 url(../image/MAC-logo.jpg) no-repeat;
         width: 212px;
         margin-left:1px;
     	   margin-top: 20px ;
     
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

*/

/* navigation menu bar horizontal */
.navigation {   
        background: #D9E1E5 url(img/nav.gif);
        border: 1px solid #DFEEF7;
        border-color: #DFEEF7 #CFDEE7;
        height: 41px;
}
.navigation a {
        background: #D9E1E5 url(img/nav.gif);
        border-right: 1px solid #AFBEC7;
        color: #456;
        display: block;
        float: left;
        font: bold 1.1em sans-serif;
        line-height: 41px;
        padding: 0 20px;
        text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
        border-top: 4px solid #FFa;
        background: url(img/bgmain.gif) repeat-y;
}

/* vertical navigation */
.sidenav {
        float: left;
        width: 210px;
        background: #ffad33;
}
.sidenav h2 {
        color: #604020;
        font-size: 1em;
        line-height: 30px;
        margin: 0;
        padding-left: 12px;
}
.sidenav h3 {
        color: #604020;
        font-size: 1em;
        line-height: 30px;
        margin: 0;
        padding-left: 12px;
        font-style: italic;
}
.sidenav ul {
        padding: 0;
        border-top: 1px solid #52522e;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
        font-size: 1.1em;
        color: #554;
        display: block;
        padding: 8px 0 8px 5%;
        text-decoration: none;
        width: 95%;
}
.sidenav li a:hover {
        background: #F0F0EB;
        color: #663;    
}

/* content */
.content {
        float: right;
        margin: 10px 0;
        padding: 0 16px;
        width: 531px;
        background: #ff9;
}
.content .descr {
        color: #090;
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 6px;
}
.content li {
        list-style: url(img/li.gif);
        margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
        background-color: #663;
        color: #FFF;
        font: bold 1em sans-serif;
        line-height: 39px;
        text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

/* footnote style*/
.footnote    {text-decoration: none; font-weight: bolder; color: #000000; vertical-align: super; font-size: 80%}
/* allow captions for images*/
.figure_right {
  float: right;
  width: 45%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
 /* border: thin silver solid;*/
  margin: 0.5em;
  padding: 0.5em;
}
.figure_left {
  float: left;
  width: 45%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
 /* border: thin silver solid;*/
  margin: 0.5em;
  padding: 0.5em;
}
.figure {
  float: none;
  width: 45%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
.out {
border:1px solid #030;
outline-style:double;
outline-color:yellow;

}