/* CSS Document */
/********************************* MAIN STYLES ***************************************/

	/********************************** MAININTERIORCONTENT STYLES *************************************/
	
	#maininteriorcontent {
		margin:0px 190px 0px 150px;
		padding: 0px 10px 0px 15px;
	}
	#maininteriorcontent p.errors {
		font:12px sans-serif;
		color:#000000;
		background-color:#7AA9DD;
		margin:0px 0px 0px 0px;
		padding:5px 0px 5px 0px;
	}
	#maininteriorcontent table.userinput {
		background-color:#DDDDDD;
	}
	#maininteriorcontent  input.red {
		font:bold 13px serif;
		letter-spacing:1px;
		color:#555555;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #maininteriorcontent {
		padding-left: 12px;
		position: relative;
		top: -3px;
	}
	/* End */
	
	#maininteriorcontent li {
		line-height: 16px;
	}
	
	#maininteriorcontent ul {
		margin-left:0px;
		margin-top:0px;
		padding-left:13px;
	}
	
	/****************************** END MAININTERIORCONTENT CONTENT STYLES ********************************/	

	/************************* MAINRIGHT STYLES ******************************/

	#mainright {
		background-image: url(../images/rtBg2.jpg);
		background-repeat:no-repeat;
		float: right;
		height: 466px;
		width: 180px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #mainright {
		position: relative;
		top:-3px;
	}
	/* End */
	
	#mainright p.breadcrumbs {
		font-size: 10px;
		line-height: 12px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		background-color: #D9D5B7;
		margin: 0px;
		padding: 7px 10px 10px 10px;
	}
	#mainright p {
		padding: 0px 10px 0px 10px;
	}
	
	/* IE 7 fix */
	*:first-child+html #mainright p.breadcrumbs {
		position: relative;
		top: -3px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #mainright p.breadcrumbs {
		position: relative;
		top:-3px;
	}
	/* End */
	

	/************************* END MAINRIGHT STYLES ******************************/

/********************************* END MAIN STYLES ***************************************/

