/* CMDS Website CSS... */
html { 
width: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#ffffff;
    color: #888888;
	width: 100%;
	font-family: "Avenir", tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topBar{
width:100%;
margin-top:7%;
margin-bottom:0px;
height:120px;
}

.servicesBody{
width:720px;
margin-left:auto;
margin-right:auto;
/*display: table;*/
}
.leftSide{
width:335px;
float:left;
}

h5 { 
width:345px;
height:26px;
font-size: 13px;
color: #fff;
margin-bottom: 10px;
margin-top: 20px;
background-image: url('../images/hback.jpg');
background-position: center center;
background-repeat: repeat-x;
line-height:4ex;
margin-left:-10px;
padding-left:10px;
border:solid thin #EEECEC;
font-family: "Avenir", tahoma, Arial, Helvetica, sans-serif;

}


.rightSide{
width:335px;
float:left;
margin-left:40px;
clear:right;
}

ul { list-style-image: url('../images/listImg.gif'); 
font-size: 12px; 
padding-left: 17px; 
margin-left: 0px;}

.topText{
width:825px;
min-width:875px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;

}
h1{
font-family: Avenir, Arial, Verdana;
color:#888888;
font-size:16px;
margin-bottom:0ex;
}
h2{
font-size: 14px; 
font-weight: bold;
color: #888888;
padding-bottom: 0px;
text-align: left;
}
h3{
font-size: 16px; 
font-weight: bold;
color: #888888;
padding-bottom: 0px;
text-align: left;
}

p{
margin-top:0;
font-family: Avenir, Arial, Verdana;
color:#888888;
font-size:12px;
}

p a:link {
	color: #888888;
	text-decoration: none;
}
p a:visited {
	color: #888888;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
	color: #888888;
}
p a:active {
	text-decoration: none;
		color: #888888;
}
li a:link {
	color: #888888;
	text-decoration: none;
}
li a:visited {
	color: #888888;
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
	color: #888888;
}
li a:active {
	text-decoration: none;
		color: #888888;
}

h3 a {
	color: #888888;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

.newsBoxHome p a:link {
	color: #888888;
	text-decoration: none;
}
.newsBoxHome p a:visited {
	color: #888888;
	text-decoration: none;
}
.newsBoxHome p a:hover {
	text-decoration: underline;
	color: #888888;
}
.newsBoxHome p a:active {
	text-decoration: none;
		color: #888888;
}


.newsBoxHome{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
.newsBoxHome p{
margin-top:0;
font-family: Avenir, Arial, Verdana;
color:#888888;
font-size:12px;
}

.copyright{
	margin-top:50px;
	margin-right:0px;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888888;
	width:100%;
	float:left;
}
.copyright img{
	margin-top:2px;
}

.copyright a:link {
	color: #888888;
	text-decoration: none;
}
.copyright a:visited {
	color: #888888;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
	color: #888888;
}
.copyright a:active {
	text-decoration: none;
		color: #888888;
}

