	/* STRUCTURE ------------------------------------------------------------ */

	html{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-height: 100%; 
	}
	
	
	body{
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	line-height: 130%;
	display: table;
	}

	/* END STRUCTURE -------------------------------------------------------- */
	/**/
	/**/
	/**/
	/**/
	/* FORMS ---------------------------------------------------------------- */

	input{
	font-size: 8pt;
	opacity: 0.6;
	/* DEAL WITH IE 6 */
		_position: relative; cursor: text; 
	}
	
	textarea{
	opacity: 0.6;
	width: 250px;
	height: 150px;
	}

	/* END FORMS ------------------------------------------------------------ */
	/**/
	/**/
	/**/
	/**/
	/* TEXT AND IMG --------------------------------------------------------- */

	A{
	text-decoration: none;
	color: #555555;
	/* DEAL WITH IE 6 */
		_position: relative; cursor: pointer; 
	}

	h3{
	font-size: 12pt;
	line-height: 0px;
	}

	img{
	border: 0px;
	}
	
	/* END TEXT AND IMG ----------------------------------------------------- */
	/**/
	/**/
	/**/
	/**/
	/* DIVs ----------------------------------------------------------------- */

	
	#outerShell{
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	display: table;
	background-image: url(/images/slopeside-bg.jpg);
	background-repeat: no-repeat;	
	}

	#contentShell{
	margin: 0px auto;
	margin-top: 160px;
	margin-left: 360px;
	margin-bottom: 480px;
	margin-right: 0px;
	width: 440px;
	height: 100%;
	display: table;
	font-size: 8pt;
	}


	#contentHeader{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 150px;
	margin-top: 0px;	
	height: 50px;
	width: 278px;
	display: table;
	background: transparent url(/images/slopeside-title.png) 0 0 no-repeat;
	/* DEAL WITH IE 6 */
		_background: none;
		_filter:
		progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/slopeside-title.png', sizingMethod='crop');
	}

	#navBar{
	margin: 0px auto;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;	
	height: 25px;
	width: 415px;
  	text-align: right;
	font-family:  Arial, Sans-serif;
	font-size: 10pt;
	color: #444444;
	font-weight: bold;
	display: table;
	}
	
	.currentNavLocation{
	font-size: 15pt;
	}
	
	#contentArea {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;		
	display: table;
	width: 440px; 
	height: 400px;
	background: transparent url(/images/content-area-bg-60pct.png) 0 0 no-repeat;
	/* DEAL WITH IE 6 */
		_background: none;
		_filter:
		progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/content-area-bg-60pct.png', sizingMethod='crop');
	}
	
	#contentText{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	display: table;		
  	text-align: justify;
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
	color: #666666;
	height: 400px;
	}
	
	/* END DIVs ------------------------------------------------------------- */
	/**/
	/**/
	/**/
	/**/
	/* MISC USEFUL STUFF  --------------------------------------------------- */
	#AddABorder{
	border-bottom: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	}	
	/* END MISC USEFUL STUFF  ----------------------------------------------- */
	
