	
		
	/*
		CSS File
		---------------------
		Original Author :	SamHS
		2010
		---------------------
		
	*/
	
	body {
		background:		#ffffff;
		color:			#ffffff;
		font-family:	arial, helv, sans-serif;
		font-size:		62.5%;
	}
	
	h1, h2, h3, h4 {
		font-family:	Verdanna, "Verdanna", Times, serif;
	}
	
	#container {
		position:		relative;
		width:			960px;
		margin:			auto;
		
	}
	
	#header {
		position:		relative;
		background:		transparent url(titrage2.png) no-repeat center;
		width:			960px;
		height:			100px;
	}
	
	#sitenav {
		width:			960px;
		float:			left;
		border-top:		1px dashed #cccccc;
		border-bottom:	1px dashed #cccccc;
	}
	
	#sitenav ul {
		margin:			0;
		padding:		0;
	}
	
	#sitenav ul li {
		margin:			0;
		padding:		0;
		list-style:		none;
		float:			left;
	}
	
	#sitenav ul li a {
		padding-top:	5px;
		padding-bottom:	5px;
		padding-left:	26px;
		padding-right:	26px;
		font-size:		1.1em;
		border-left:	1px dashed #cccccc;
		color:			#ffffff;
		text-decoration:none;
		float:			left;
	}
	
	#sitenav ul li a.last {
		border-right:	1px dashed #cccccc;
		padding-left:	26px;
		padding-right:	26px;
	}
	
	#sitenav ul li a:hover {
		color:			#ffffff;
		background:		#29ABE2;
	}
	
	#primarynav {
		padding-top:	10px;
		width:			960px;
		clear:			left;
	}
	
	#primarynav ol {	
		margin:			0;
		padding:		0;
	}
	
	#primarynav ol li {
		margin:			0;
		padding:		0;
		float:			left;
		list-style:		none;
		width:			160px;
		height:			154px;
	}
	
	#nav01 {
		background:		transparent url(nav01.png);
	}
	
	#nav02 {
		background:		transparent url(nav02.png);
	}
	
	#nav03 {
		background:		transparent url(nav03.png);
	}
	
	#nav04 {
		background:		transparent url(nav04.png);
	}
	
	#nav05 {
		background:		transparent url(nav05.png);
	}
	
	#nav06 {
		background:		transparent url(nav06.png);
	}
	
	#accent {
		clear:			left;
		padding-top:	10px;
		
	}
	
	#accent p {
		font-size:		1.2em;
		line-height:	1.5em;
	}
	
	#accent h1 {
		font-size:		2em;
	}
	
	#highlights {
		position:		relative;
		width:			960px;
		padding-top:	10px;
	}
	
	.highlight {
		width:			185px;
		padding-left:	6px;
		float:			left;
		text-align:		left;
		border-right:	1px dashed #cccccc;
	}
	
	.highlight img {
		width:			179px;
		margin:			auto;
	}
	
	.highlight h2 {
		height:			2.5em;
		font-size:		2.0em;
		color:			#29ABE2;
		font-weight:	normal;
		width:			90%;
	}
	
	.highlight h3 {
		height:			2em;
		font-size:		1.2em;
		color:			#ffffff;
		font-family:	Arial, Helvetica, sans-serif;
		width:			90%;
	}
	
	.highlight p {
		line-height:	1.6em;
		height:			70px;
	}
	
	.findoutmore {
		display:		block;
		width:			100px;
		height:			20px;
		overflow:		hidden;
		text-indent:	-10000px;
		background:		transparent url(findoutmore.png) no-repeat top left;
	}

	.moreinfo {
		display:		block;
		width:			100px;
		height:			20px;
		overflow:		hidden;
		text-indent:	-10000px;
		background:		transparent url(moreinfo.png) no-repeat top left;
	}

	#footer {
		margin-top:		10px;
		float:			left;
		width:			960px;
		border-top:		1px dashed #cccccc;
		border-bottom:	1px dashed #cccccc;		
	}
	
	#footer ul {
		margin:			0;
		padding:		0;
	}
	
	#footer ul li {
		margin:			0;
		padding:		0;
		list-style:		none;
		float:			left;
	}
	
	#footer ul li a {
		padding-top:	5px;
		padding-bottom:	5px;
		padding-left:	10px;
		padding-right:	10px;
		font-size:		1.1em;
		border-right:	1px dashed #cccccc;
		color:			#999999;
		text-decoration:none;
		float:			left;
	}

	#footer ul li a.last {
		border-right:	none;
	}
	
	#footer ul li a:hover {
		text-decoration:underline;
	}
	
	#footer #copyright {
		float:			right;
		color:			#999999;
		padding-top:	5px;
		font-size:		1.1em;
	}
