/* Start of CMSMS style sheet 'Global settings' */
* {
   padding: 0;
   margin: 0;
}

body, html {
   height: 100%;
   font: 8pt Tahoma;
   color: #505050;
   line-height: 1.7em;
}

td {
   vertical-align: top;
}

img {
   border: 0px none;
}

dfn {
   display: none;
   visibility: hidden;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#pagewrapper {
   height: 100%;
   width: 1024px;
   margin: 4px;
   border: 1px solid #ff9933;
   margin-left: auto;
   margin-right: auto;
}

#header {
}

#header img {
   height: 47px;
   float: left;
   display: inline;
   padding-right: 80px;
   padding-left: 24px;
   padding-top: 24px;
   padding-bottom: 24px;
}

#header #infovonal {
   line-height: 87px;
   height: 87px;
   width: 500px;
   float: left;
   display: block;
   text-align: center;
   font-size: 16pt;
   color: #f22;
}

#sidebar {
   width: 140px;
   float: left;
   clear: left;
   display: inline;
}

#content {
   padding-left: 16px;
   padding-right: 16px;
   width: 672px;
   float: left;
   clear: none;
   display: inline;
}

#infobar {
   width: 160px;
   float: right;
   clear: right;
   display: inline;
}

#content h1 {
   font: 11pt Tahoma;
   font-weight: bold;
   padding-bottom: 24px;
}

#footer {
   height: 24px;
}

#footer td {
   height: 36px;
   text-align: center;
   padding-top: 14px;
}

#footer a {
   color: #101010;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#subscribe {
   padding-bottom: 32px;
}

#subscribe form {
   border-right: 1px solid #facba2;
   border-bottom: 1px solid #facba2;
   text-align: center;
}

#subscribe input {
   margin-top: 8px;
   margin-bottom: 8px;
   width: 120px;
}
/* End of 'Global settings' */

