/* Start of CMSMS style sheet 'mhs' */
body {
       background-color: #101010;
       font-size: 16pt;
       font: 10pt/12pt arial; 
       margin: 0; 
       margin-bottom:40px;
       color: #4A4A4A;
       text-align:left;
}

a {
       color: #000;
}

a:hover {
       background-color: #999;
}

#box {
	background-color: #000000;
	padding: 13px;
	width: 823px;
	margin-top:20px;
	margin-bottom:20px;
         text-align:left;
}

#menu {
        width:100%;
        background-color: #4A4A4A;
        height: 35px;
        text-align:left;
       font: 9pt/12pt arial; 
}

#content {
        text-align:left;
        background-color: #EFEFEF;
        padding: 40px;
        padding-top:20px;
}

#header {
        margin-top: 4px;
        margin-bottom: 4px;

}

#menuwrapper ul {
    list-style-type: none;
 padding: 0;
margin: 0;
}

#menuwrapper li
{
float: left;

}

 #menuwrapper li a
{
line-height: 35px;
float: left;
width: 11em;
display: block;
border-right: 1px solid #000;
color: #ABABAB;
text-decoration: none;
text-align: center;
height: 35px;
}

 #menuwrapper li a:hover
{
background-color: #717171;
line-height: 35px;
float: left;
width: 11em;
display: block;
border-right: 1px solid #000;
color: #FFF;
text-decoration: none;
text-align: center;
height: 35px;
}

 /* Hide from IE5-Mac \*/
#menuwrapper li a
{
float: none
}
/* End hide */

h1 {
   border-bottom: 1px #ABABAB solid;
   margin-bottom:30px;
}

h2 {
   font-weight:bold;
   padding: 0;
   margin: 0;
   margin-bottom:10px;
   margin-top:5px;
   font-size: 12pt;
}

h3 {
   font-size: 10pt;
   font-weight:bold;
}

#spacer {
   padding: 0;
   margin: 0;
border: none 0;
border-top: 1px dashed #A6A6A6;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin-bottom:25px;
margin-top:25px;

}

#footer {
       font-size: 8pt;
}

.pvm {
       font-size: 8pt;
}

.website {
       border: 1px solid #000;
       
}

/* End of 'mhs' */

