@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	margin: 0;
	width: 100%;
	background-image: url(../Images/CSM-Background.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
.container {
	width: 100%;
	background-color: #FFF;
} 
.header {
	position: relative;
	padding: 8px;
	width: 100%;
  background-color: #FFF;
} 
.mainContent {
	width: 100%;
	background-color: #FFF;
}
.footer {
	background-color: #FFF;
}

p {
    padding: 0;
		margin: 1em;
    font-size: 1em;
    line-height: 1.35em;
    text-align: justify;
    font-style: normal;
    color: #444;
}
h1 {
    margin: 0.3em 0em 0.3em 0em;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: justify;
    font-style: normal;
    color: #444;
}
h2 {
    margin: 0em 0em 0.5em 0em;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: justify;
    font-style: normal;
    color: #444;
}
h3 {
    margin: 0em 0em 0.8em 0em;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: justify;
    font-style: normal;
    color: #444;
}
h4 {
    margin: 0em 0em 0.7em 0em;
    font-size: 1em;
    line-height: 1.4em;
    text-align: justify;
    font-style: normal;
    color: #444;
}

ul {
	list-style: circle outside url(../Images/Bullet.png);
}
li {
	margin-bottom: 0.5em;
}

.fltrt {
	float: right;
	margin-left: 1em;
}
.fltlft {
	float: left;
	margin-right: 1em;
}
.clearfloat {
	clear: both;
    height: 0em;
    font-size: 0.1em;
    line-height: 0em;
}

.style1 {font-size: xx-small; font-weight: normal;}
.style2 {font-size: x-small; font-weight: normal;}
.style3 {font-size: small; font-weight: normal;}
.style4 {font-size: medium; font-weight: normal;}
.style5 {font-size: large; font-weight: normal;}
.style6 {font-size: x-large; font-weight: normal;}
.style7 {font-size: xx-large; font-weight: normal;}
.style8 {font-size: x-small; color: #006600; font-weight: bold;}
.style9 {font-size: small; color: #006600;}
.style10 {font-size: x-small; color: #990000; font-weight: bold; text-align: center;}
.style11 {font-size: x-small; color: #666666; font-weight: bold;}
.style12 {color: #333333}

a:link {color: #333; text-decoration: none; font-weight: bold;}
a:visited {text-decoration: none; color: #006600; font-weight: bold}
a:hover {text-decoration: underline; color: #990000; font-weight: bold}
a:active {text-decoration: none; color: #006600; font-weight: bold}
