/* Start of CMSMS style sheet 'mtant' */
body {
  text-align: center;
  font: 62.5% Arial, Helvetica, sans-serif;
  background: #10103F;
  margin: 20px 0 20px 0;
  color: #000080;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 960px;
  background: #fff url(template/page-bground.gif) repeat-y top left;
  border: 1px solid #eeeeee;
}
#header {
  margin: 0 auto;
  text-align: right;
  background: #fff url(template/header.gif) no-repeat center top;
  height: 115px;
}
#header-left {
  float: left;
}
#header-right {
  float: right;
  color: #FFFFFF;
  font-style: italic;
}
#menu {
  margin: 0 auto;
  text-align: left;
  background: #000040;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-weight: normal;
}
#search {
  margin: 0 0 45px 0;
}
#breadcrumbs {
  color: #333;
  font-size: .95em;
  margin-bottom: 10px;
}
#intro {
  color: white;
  font-size: 1.5em;
  line-height: 1.5em;
  font-style: italic;
  padding: 0 20px 0 235px;
  height: 180px;
  background: #fff url(template/intro.jpg) no-repeat center top;
  border-bottom: 4px solid #fff;
}
#intro p {
  padding: 0;
  margin: 0;
}
#intro h1 {
  padding: 20px 0 10px 0;
  margin: 0;
  color: #FFCC00;
  font-style: italic;
  font-size: 1.1em;
  font-weight: bold;
}
#intro h2 {
  padding: 20px 0 10px 0;
  margin: 0;
  color: #FFCC00;
  font-style: italic;
  font-size: 1.4em;
  font-weight: normal;
}
#content {
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px 20px 0 0;
  min-height: 400px;
}
#right ul {
  list-style-type: none;
  padding: .5em 0 0 2px;
  margin: 0;
}
#right li {
  background: url(template/bullet.gif) no-repeat 0px 0.5em;
  padding-left: 1.7em;
  line-height: 1.5em;
  padding-bottom: .7em;
}
#right li li {
  background: url(template/bullet-rightcol.gif) no-repeat 0px .8em;
  padding: .3em 0 .3em 1.8em;
}
#right ol {
  margin-right: 20px;
  background: none;
}
#content img {
   border: 1px solid #ccc;
   padding: 0;
}
#left {
  width: 314px;
  float: left;
  padding: 0 16px 20px 20px;
}
#left img {
  padding: 0;
  border: 1px solid #fff;
}
#left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#left li {
	background:  no-repeat 0px 0.6em;
	line-height: 1.5em;
	padding-left: 3px;
	margin-left: 15px;
	padding-bottom: 5px;
	list-style: disc;
}
#left ol {
	line-height: 1.5em;
	padding-left: 20px;
	padding-bottom: 0.5em;
}
#left ol li{
	line-height: 1.5em;
	list-style-type: decimal;
	padding-left: 10px;
        margin-left: 0;
	padding-bottom: .5em;
}
#right {
	width: 565px;
	float: right;
	background: #FFFFFF;
        padding-bottom: 20px;
    
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
  font-size: 1.4em;
  color: blue;
  font-style: italic;
  font-weight: bold;
   padding: 10px 0;
}
h2 {
  font-size: 1.3em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  margin: 20px 0 10px 0;
  font-weight: bold;
}
a:link {
  text-decoration: underline;
  color: #000080;
}
a:visited {
  color: #000080;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: blue;
}
.note {
  color: red;
  font-size: .9em;
  background: #ffff99;
}
.intro {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold; 
  line-height: 1.4em;
  padding-bottom: 1em;
  background: #f1fbff;
  padding: 10px 5px;
  margin-bottom: 10px;
}
#footer1 {
  font-size: 1.1em;
  clear: both;
  height: 44px;
  padding: 15px 0 0 20px;
  background: blue url(template/footer.jpg) no-repeat top left;
  border-top: 1px solid #fff;
  color: #fff;
  line-height: 1.5em;
}
#footer1 a {
  text-decoration: underline;
  color: #fff;
}
#footer1 a:visited {
  color: #fff;
  text-decoration: underline;
}
#footer1 a:hover {
  color: yellow;
  text-decoration: none;
}
.image-left {
  float: left;
  margin: 0 10px 0 0;
}
.image-right {
  float: right;
  margin: 0px 0px 10px 20px;
  padding: 1px;
}
blockquote {
  background: #FFFFB7;
  padding: 5px 15px;
  margin: 0;
  font-style: italic;
  font-size: 1em;
}
.borderless img{
  border: none !important; 
}
/* End of 'mtant' */

