/* Start of CMSMS style sheet 'EMR' */
html {
 height: 100%;
 margin-bottom: 1px;
}

body {
 height: 100%;
 margin: 0;
 padding: 0;
 /* background-color: #2b75b2; */
 background: #b2b2b2 url('images/bg.gif') repeat-y center top;
 font-family: Verdana, sans-serif;
 font-size: 12px;
 color: #fff;
 text-align: center;
}

table {
 font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Verdana, sans-serif;
}

h1 {
 font-size: 20px;
 margin: 12px 0 6px;
}

h2 {
 font-size: 16px;
 margin: 9px 0 6px;
}

h3 {
 font-size: 14px;
 margin: 6px 0 6px;
}

p {
 margin: 1.3em 0;
}

a:link, a:visited {
 color: #fff;
}

#wrap {
 position: relative;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
}

#logo {
 float: left;
 margin-left: 10px;
}

#slogan {
 margin: 5px 0 10px;
}

/* navigation menu */

#menu {
 font-family: Verdana, Lucida Sans Unicode, Helvetica, sans-serif;
 font-size: 14px;
}

#menu div a {
 display: block;
 margin: 0 10px 10px 20px;
 padding: 7px 10px;
 text-align: left;
 background: #79b9d2 url('images/navbg.gif') repeat-y top left;
 font-weight: bold;
 text-decoration: none;
 color: #fff;
}

#menu div.usedot a {
 background-image: url('images/navdotbg.gif');
}

#menu div a:hover {
 background-image: url('images/navbg1.gif');
}

#menu div.usedot a:hover {
 background-image: url('images/navdotbg1.gif');
}

/* sub-navigation menu */

#menu div div {
 margin-top: -10px;
 margin-bottom: 10px;
}

#menu div div a {
 display: block;
 margin: 0 10px 0px 20px;
 padding: 2px 10px 2px 25px;
 text-align: left;
 background: #79b9d2 url('images/navbg.gif') repeat-y top left;
 font-size: 13px;
 font-weight: normal;
 text-decoration: none;
 color: #fff;
}

#menu div div a:hover {
 background-image:  url('images/navbg1.gif');
}

/* footer */

#footer {
 font-size: 11px;
 color: #fff;
 margin-top: 5px;
}

a.footer:link,
a.footer:visited {
 color: #fff;
 text-decoration: none;
}

a.footer:hover {
 text-decoration: underline;
}

/* language selectors */

#lang {
 position: relative;
 float: right;
 margin-top: 35px;
 margin-right: 10px;
}

#lang a img {
 background: #fff;
 padding: 1px;
 margin: 0 3px;
 border: 1px solid #2b75b2;
}

#lang a:link img, #lang a:visited img {
 border-color: #2b75b2;
}

#lang a:hover img {
 border-color: #000;
}

/* content */

#content {
 padding: 5px 10px 5px 0;
 margin-bottom: 30px;
}

/* content images */

#images {
 padding: 13px 5px;
 text-align: center;
}

#images img {
 background: #fff;
 padding: 2px;
 margin: 3px;
 border: 1px solid #2b75b2;
}

/* End of 'EMR' */

