/*-- CASCADING STYLE SHEET  |  GENERAL --*/

	body {
		background: #ffffff;
		color: #333333;
		text-align: center;
		margin-top: 24px;
		font-family: Arial, Tahoma, Sans-Serif;
		font-size: 14px;
		line-height: 24px;
		}

	img {
		border-style: none;
		border-color: #cccccc;
		border-width: 0px;
		}
		
	table {
		font-family: Arial, Tahoma, Sans-Serif;
		font-size: 12px;
		}

	fieldset {
		border: 1px solid #dddddd;
		}

	a:link { 
		color: #636466;
		text-decoration: none;
		}

	a:visited {
		color: #636466;
		text-decoration: none;
		}

	a:active {
		color: #636466;
		text-decoration: none;
		}

	a:hover {
		color: #636466;
		text-decoration: underline;
		}
		
/*-- HOMEPAGE --*/

	#container {
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		text-align: left;
		}

	#header {
		float: left;
		margin-left: 5px;
		margin-bottom: 6px;
		}

	#navigation {
		float: left;
		margin-left: 248px;
		margin-top: 12px;
		margin-bottom: 6px;
		}

	#featured {		
		width: 950px;
		float: left;
		}

	#icons {	
		width: 950px;
		float: left;
		}

	#learnmore {	
		width: 950px;
		float: left;
		margin-top: -8px;
		}

	#contentcolumn1 {	
		width: 640px;
		float: left;
		}

	#contentcolumn2 {	
		width: 310px;
		float: left;
		margin-left: -3px;
		margin-bottom: 16px;
		}
		
	#footer {
		width: 950px;
		float: left;
		background: #cccccc;
		height: 1px;
		margin-top: 24px;
		margin-bottom: 24px;
		}