/* Start of CMSMS style sheet 'dps' */
	* {
	margin: 0;
	padding: 0;
	}
	body {
	background: #eff0ef url(images/bg.jpg) repeat-x;
	text-align: center;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	}
	ul {
	list-style: none;
	}
	a {
	outline: none;
	text-decoration: none;
	}
a.flink:hover {color:#FFF}
a:hover {color:#FFF}
#header a:hover {background:none}
#interiorFooter a {color:#AAA}
#interiorFooter a:hover {color:#FFF}

	img {
	border: 0 none;
	}
	h1 {
	color: #960b07;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 15px;
	}
	
	/* Layout =============================== */
	#wrapper {
	width: 883px;
	min-height: 600px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	}
	
	/* Header =============================== */
	#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 106px;
	}
	#header a {
	width: 350px;
	height: 100px;
	display: block;
	float: left;
	}
	#header a strong {
	display: none;
	}
	#header div {
		width: 500px;
		float: right;
	}
	#header span {
		width: 200px;
		height: 20px;
		display: block;
		float: right;
		position: relative;
		top: 10px;
		left: -13px;
		margin-bottom: -30px;
		text-align: right;
		font-weight: bold;
		letter-spacing: 1px;
		font-size: 10px;
	}
	
	/* Navigation =============================== */
	#header ul {
		width: 470px;
		height: 40px;
		float: right;
		margin: 60px -6px 0 0;
	}
	#header ul li {
		display: block;
		float: left;
	}
	#header ul li a {
		width: auto;
		display: block;
		float: left;
	}
	
	/* Content =============================== */
	#content {
		background:	#535353;
		min-height: 300px;
		padding-left: 7px;
        
	}
	.home .banner {
		background: url(images/home_banner.jpg) no-repeat;
		height: 279px;
	}
	#bottom {
	background: url(images/home_bottom_bg.gif) no-repeat;
	height: 207px;
	margin-left: -1px;
	}
	#bottom div {
	float: right;
	margin: 15px 20px 0 0;
	}
	#bottom div ul li {
	background: url(images/arrow.gif) 0 50% no-repeat;
	}
	#bottom div ul li a {
	font-size: 10px;
	color: #585858;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
	}
	#bottom div ul li a:hover {
	color: #8F0B07;
	}
	#who {
	background: url(images/who_bg.gif) no-repeat;
	width: 411px;
	height: 165px;
	float: left;
	margin: 20px 0 0 15px;
	}
	.readMoreLink {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #8F0B07;
	clear: both;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	padding: 0 5px;
	}
	.readMoreLink:hover {
	background: #8F0B07;
	color: #fff;
	}
	#what {
	background: url(images/what_bg.gif) no-repeat;
	width: 411px;
	height: 165px;
	float: right;
	margin: 20px 20px 0 0px;
	}
	#what .readMoreLink {
	margin-top: 15px !important;
	}
	#who .readMoreLink {
	margin-top: 30px !important;
	}
	
	/* Footer =============================== */
	#footer {
	background: url(images/footer_bg.gif) no-repeat;
	height: 60px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	text-transform: uppercase;
	}
	#footer a {
	color: #aaa;
	}
	#footer a.bc,
	.home #footer a {
	display: none !important;
	}
	#footer a:hover {
	color: #fff;
	}
	#footer div {
	float: left;
	margin: 20px 0 0 15px;
	}
	#footer span {
	display: block;
	float: right;
	margin: 20px 15px 0 0;
	}
/* End of 'dps' */

