/* Start of CMSMS style sheet 'fdlhs' */
@charset "utf-8";
/* CSS Document */

#wrapper {
	width:970px;
	margin:auto;
	border:#000 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
}

#leftCol {
	width:220px;
	padding:4px 0px 0px 7px;
	/*float:left;*/
}

#leftCol ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#leftCol ul li {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

#leftCol ul li a {
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#content {
	left:220px;
	font-family:Arial, Helvetica, sans-serif;
	color:6D6E71;
	width:780px;
}

#content h1 {
	font-size:14px;
}

#content p {
	font-size:11px;
}

#footer {
	font-size:9px;
}

#footer a {
	color:#fff;
	font-size:9px;
}

.img {
	float:left;
	width:120px;
}

.img a img {
	border:none;
}

#rdit {
	width:970px;
	margin:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}

#rdit img {
	virtical-align:bottom;
}

#rdit a {
	color:#000;
	text-decoration:none;
}




/*@media screen {
	.screenContainer {
		display: block;
	}
	
	.printContainer {
		display: none;
	}
}

@media print, projection, tty {
	.screenContainer {
		display: none;
	}
	
	.printContainer {
		display: block;
	}
}

.screenContainer div {
	float: left;
	width: 100px;	/* When using a fixed number of columns, you can omit the width. Otherwise it must be set! This will be the *minimum* width of a column*/
	padding: 10px;	/* You may use a padding... but thanks to IE you can only use pixels! */
	position: relative;
	text-align: left;
	margin: 0; 		/* Don't use a margin! */
}*/
/* End of 'fdlhs' */

