@charset "UTF-8";
/* CSS Document */

/* Layout of Two Column - Wide Pages	*/
#content {
	width:895px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding: 0px;
	text-align:left;
	color: #000000;
	
}

/* Layout of the left column 	*/
#contentleft {
	width:570px;
	padding:10px;
	margin:0px;
	float:left;
	background:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

/* Layout of the middle column	*/
#contentright { 
	width: 265px;
	float:left;	
	padding:10px;
	background:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
	}
#contentright H1 {
	color:#414141;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

	/* Attributes of list item bullets in the middle column of a page
	#contentright ul {
	margin-left: 0;
	padding-left: 0;
	}
	#contentright li {
	margin: 0px 30px 0px 8px;
	padding: 0;
	} 
	#contentright dt {
	font-weight: bold; 
	margin:0px 0px 0px 30px;
	} 
	#contentright p {
	margin:0px 15px 0px 17px;
	padding-bottom:5px;
	} 	
*/
#contentWide {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	width: 885px;
	margin-top:20px;
	margin-left: auto; 
	margin-right: auto; 
}
