/* Start of CMSMS style sheet 'AOL' */
body {
   font-family: Verdana, Arial;
   font-size: 12px;
   color: #0f215f;
}

a, a:visited, a:link {
   color: #fa6700;
   text-decoration: none;
}

a:hover {
   color: #0f215f;
   text-decoration: underline;
}

img {
   border: 0px;
}

#container {
   width: 980px;
   margin: auto;
   border: 1px ridge #fa6700;
}

#header {
   width: 100%;
   background-image: url(/images/header-img.png);
   background-position: right;
   background-repeat: no-repeat;
}

#menu {
   width: 100%;
   border-top: 2px solid #fa6700;
   border-bottom: 2px solid #fa6700;
}

#content-left {
   width: 230px;
   float: left;
   margin: 5px;
}

#content-middle h2 {
   font-size: 17px;
   font-weight: bold;
   color: #fa6700;
   margin: 0px;
}

#sidebar-picture {
   padding-top: 10px;
   text-align: center;
}

.picture-sub {
   font-size: 11px;
   color: #fa6700;
}

#content-middle {
   width: 410px;
   float: left;
   margin: 12px 10px 5px 5px;
}

#content-right {
   width: 300px;
   float: left;
   margin: 10px 5px 5px 0px;
}

#footer {
   border-top: 1px solid #fa6700;
   margin: 8px;
   text-align: center;
   font-size: 11px;
   padding-top: 5px;
}

.searchbox {
   width: 298px;
   border: 1px dotted #fa6700;
}

.clearfloat {
   clear: both;
}
/* End of 'AOL' */

