﻿#wrapper
{
    border: 1px solid #000000;
    width: 1017px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
#header
{
    width:1017px;
    height:105px;
    background-image: url('images/cm-2009-logo.png');
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
.headlink
{
    width:1017px;
    height: 73px;
    display: block;
}
#topnav
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #000000;
    width: 852px;
    padding-left: 166px;
}
#topnav ul
{
    margin:0px;
    line-height:30px;
}
#topnav li
{
    display:inline;
    margin:0px;
    padding: 0px;
    font-size:14px;
}
#topnav li ul
{
    display: none;
    padding: 0px;
    margin-left: 24px;
}
#topnav li:hover > ul
{
    display: block;
    position: absolute;
    background-color: Silver;
    padding: 0px;
    text-align: left;
    padding: 0px;
    width: 180px;
}
#topnav li ul li
{
    display: block;
}
#topnav li ul li:hover
{
    display: block;
    width: 180px;
    background-color:Maroon;
}
#topnav a:link, #topnav a:visited
{
    text-decoration: none;
    color: Black;
    padding: 6px 10px 7px 10px;
    margin: 0px;
    font-weight: bold;
}
#topnav a:hover
{
    color: White;
    background-color: Maroon;
}
#vertnav
{
    float: left;
    text-align: left;
    width: 300px;
    height: 100%;
    margin: -16px 0px 0px 0px;
    padding: 0px;
}
#sidenav
{
    margin:0px;
    padding:0px;
    width:160px;
    text-align:left;
}
#sidenav li
{
    margin: 0px;
    display: block;
    width:300px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    text-indent: 5px;
}
#sidenav a:link, #sidenav a:visited
{
    margin:0px;
    display:block;
    padding: 5px 3px 5px 3px;
    text-decoration: none;
    color: #296A46;
    font-weight:bold;
}
#sidenav a:hover
{
    color:White;
    background-color:#296A46;
}
#content
{
    min-height: 1250px;
    padding: 15px;
    border-width: 1px;
    border-color: #000000;
    margin: 0px;
    float: right;
    width: 686px;
    border-left-style: solid;
    text-align: left;
    font-size: 14px;
    position: relative;
    z-index: 0;
}
#footer
{
    width: 1017px;
    height: 30px;
    clear: both;
    background-image: url('images/footer.png');
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 7px;
}
body
{
    font-family: Calibri;
    text-align: center;
    color: #000000;
}
a:link, a:visited
{
    color: Green;
    font-weight: bold;
}
p
{
    text-align: justify;
    font-family: Calibri;
    font-size: 16px;
}
.textbox
{
    border: 1px inset #CCCCCC;
    overflow: hidden;
}
#slides
{
    position: relative;
    margin: -15px 0px 0px -15px;
}
.phead
{
    font-weight: bold;
}
.cmphead
{
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
    color: Green;
}
.thead
{
	background-image: url('images/title.png');
	background-repeat: no-repeat;
	height: 34px;
	font-size: 22px;
	color: white;
	line-height: 34px;
	padding-left: 12px;
}
.bhead
        {
         font-size: 18px;
         vertical-align: top;
         font-weight: bold;
         color: Green
        }
#dropdown ul
        {
            font-size: 16px;
            display: block;
        }
#dropdown li
        {
            display: block;
        }
#button a:link, #button a:visited
        {
            text-decoration:none;
            color: White;
        }