/* Start of CMSMS style sheet 'Demo Stylesheet' */
* {
margin:0;
padding:0;
}

/* Set initial font styles */
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

/* img styles */
img {
   border: 0;
}

/* link styles */

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #18507C;
}

a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

body {
   background-color: #ccc;
   color: #333;
   margin:1em;
}

div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;
   max-width: 770px;
   min-width: 770px;
   background-color: #fff;
   color: black;
}

div#header {
   height: 186px;
   background: #385C72;           
}

div#header h2 {
   margin: 6px auto;
   color: #fff;
}

* html div#header h2 {
   margin: 0px;
   font-size: 1.5em;
}

div#header h1 a {
   background: #385C72 url(images/cms/header.jpg) no-repeat 0px 0px; 
   display: block; 
   height: 162px;
   text-indent: -999em;
   text-decoration: none;
}

div#content {
   margin: 2em;
}

div#left{
   float: left;
   width: 48%;
}

div#right {
  float: right;
  width: 48%;
}

div#footer {
   clear:both;
   color: #fff;
   background-color: #385C72;
   margin-top: 300px;
}

* html div#footer {
   margin-top: 30px;
}

div#footer p {
   font-size: 0.8em;
   padding: 0.5em;
   text-align: center;
   margin: 0px;
}

div#footer p a {
   color: #fff;
}

div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}


/* HEADINGS */
div#content h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}

div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;
   line-height:1.4em;
   padding: 0;
}

strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

/* END TEXT */

/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'Demo Stylesheet' */

