/* Start of CMSMS style sheet 'Layout: Global settings' */
* {
   padding: 0;
   margin: 0;
}

.accessibility, 
dfn {
   display: none;
   visibility: hidden;
}

td {
   vertical-align: top;
}

img {
   border: 0px none;
}

body {
   font: 9pt Tahoma;
   color: #777;
   background: url( uploads/webparts/body_bg.gif) top left repeat-x;
   background-color: #a6a6a6;
}

#pagewrapper {
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   background-color: #fff;
}

#header  {
   height: 89px;
   display: block;
}

#main {
   padding: 1px;
}

.main {
   width: 100%;
}

.main img {
   padding-top: 1px;
}

.main .image {
   height: 110px;
   background-color: #000;
}

.content {
   width: 100%;
   padding-top: 12px;
}

.content .left {
   width: 216px;
   padding: 12px;
}

.content .middle {
   width: 496px;
   padding: 12px;
   border-left: 1px dotted #666;
   border-right: 1px dotted #666;
}

.middle h1 {
   color: #555;
   letter-spacing: -1px;
   font-size: 140.01%;
   font-weight: normal;
   border-bottom: 7px solid #ffa145;
   padding-bottom: 8px;
   margin-bottom: 12px;
}

.middle #content {
   line-height: 1.5em;
}

.content .right {
   width: 214px;
   padding: 12px;
}

.content .left h2,
.content .right h2 {
   font-size: 140.01%;
   font-weight: normal;
   letter-spacing: -1px;
   color: #ffa145;
   border-bottom: 1px dotted #666;
   padding-bottom: 12px;
   margin-bottom: 4px;
}

.content .left > div,
.content .right > div {
   padding-bottom: 32px;
}


#content ul {
   list-style: none;
   padding-left: 12px;
}

#content a,
#login a,
#download a,
#latest a {
   font-size: 100.00%;
   text-decoration: none;
   color: #259;
}

#content a:hover,
#login a:hover,
#download a:hover,
#latest a:hover {
   text-decoration: underline;
   color: #013;
}

#subscribe .nms_message {
   color: #933;
   width: 100%;
   display: block;
   text-align: center;
   font-size: 90.01%;
}

#subscribe form {
}

#subscribe form label {
   float: left;
   display: block;
   clear: left;
   width: 65px;
   margin: 4px 0px;
}

#subscribe form input {
   display: block;
   clear: right;
   width: 130px;
   margin: 4px 0px;
}

#subscribe form .submit input {
   display: block;
   clear: both;
   width: 190px;
}

#login form label {
   float: left;
   display: block;
   clear: left;
   width: 65px;
   margin: 4px 0px;
}

#login form input {
   display: block;
   clear: right;
   width: 130px;
   margin: 4px 0px;
}

#login form .submit {
   display: block;
   clear: both;
   width: 190px;
}

.NewsSummary {
   padding-bottom: 24px;
}
/* End of 'Layout: Global settings' */

