/* CSS for RCES Created on 2/24/10 */

body {
   /*background: #99BBEE;*/
   background: url(images/background.png) repeat;
   font-family: Arial, sans-serif;
   font-size: 11pt;
   padding: 0;
   margin: 0;
   }

ul {
   list-style-type: square;
   line-height: 150%;
   }

hr {
   margin-top: 10px;
   margin-bottom: 15px;
   margin-left: 10px;
   margin-right: 10px;
   }

p {
   text-align: justify;
   }

a:link {
   color: #365FAC;
   text-decoration: none;
   }

a:visited {
   color: gray;
   text-decoration: none;
   }

a:hover {
   color: #365FAC;
   text-decoration: none;
   font-weight: bold;
   }

a:active {
   color: gray;
   text-decoration: none;
   }

#header {
   background: url(images/bkgrd.png);
   width: 1000px;
   height: 150px;
   margin-left: auto;
   margin-right: auto;
   }

#menu {
   width: 1000px;
   height: 49px;
   margin-left: auto;
   margin-right: auto;
   }

#pagebody {
   background: white;
   width: 950px;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   border-top: 1px solid white;
   border-left: 1px solid white;
   border-right: 1px solid white;
   border-bottom: 1px solid white;
   }

#footer {
   background: url(images/footer.png);
   width: 1000px;
   height: 45px;
   padding-top: 1px;
   margin-left: auto;
   margin-right: auto;
   font-size: 10pt;
   }

#footer p {
   text-align: center;
   }

#audio {
   background: url(images/audioback.png);
   float: right;
   width: 180px;
   height: 110px;
   text-align: center;
   font-style: italic;
   padding: 8px;
   margin: 0 0 0 10px;
   color: #365FAC;
   }

#audio a:link {
   color: #365FAC;
   text-decoration: none;
   }

#audio a:visited {
   color: gray;
   text-decoration: none;
   }

#audio a:hover {
   color: #365FAC;
   text-decoration: none;
   font-weight: normal;
   }

.heading {
   font-weight: bold;
   font-style: italic;
   font-size: 12pt;
   text-align: center;
   }

.headingleft {
   font-weight: bold;
   font-style: italic;
   font-size: 12pt;
   text-align: left;
   }

.plainlist {
   margin-bottom: 30px;
   }

.plainlist li {
   list-style-type: none;
   line-height: 160%;
   font-weight: bold;
   }

.floatimage {
   float: left;
   margin: 10px;
   }

.floattext {
   float: left;
   width: 300px;
   margin: 10px 10px 10px 10px;
   }

.floattext2 {
   float: left;
   width: 230px;
   margin-top: 12px;
   }

.clear {
   clear: left;
   }

.small {
   font-size: 10pt;
   text-align: right;
   margin: 0;
   }

.small2 {
   font-size: 9pt;
   }

.audio {
   text-align: center;
   font-style: italic;
   }

.left {
   float: left;
   }

.right {
   float: right;
   }

.highlights {
   background: #dddddd;
   float: left;
   width: 255px;
   margin: 0 10px 0 0;
   padding: 5px;
   }
   
.highlights img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
   }

.highlights ul {
   list-style-type: none;
   padding: 0.3em 0 0 0;
   margin: 0;
   }

.highlights li {
   background-image: url(images/square.png);
   background-repeat: no-repeat;
   background-position: 0.25em 0.5em;
   padding-left: 1em;
   }

.caption {
   text-align: center;
   font-weight: bold;
   }

.bold {
   font-weight: bold;
   }

.expertise {
   padding: 0;
   margin-left: 300px;
   }