
/* Customize the following line to over-ride CSS. */
	#main {
					left:00px;
					top:-43px; /*Moves main content up.  Will overwrite css.  Customize based on Main Content*/
					height:400px;   /*set to  lock custom size  for main content. Comment out for auto-flow.*/
				} 

/*Set Active Menu Item*/
	#overview a { background-image:url('../images/buttons/but_blk_overview.png'); }
	#overview a:hover { background-image:url('../images/buttons/but_blk_overview.png'); }
				
/* Page Container and edge images*/
		 #appspace {
			height:420px;
			width:693px;
		}
		#app_content {
			background-image: url('../images/containers/overview_center.jpg');
			background-repeat: repeat; 
			height:358px;
			left: 0px;
			position:relative;
			top:0px;
			width:633px;
		}
		#app_content_text { /*Text content for container*/
			background-color:#ffffd4; 
			border: thin solid rgb(200,180,120);
			font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:medium;
			height:260px;
			left: 250px;
			overflow:auto;
			padding: 5px 10px;
			position:absolute;
			top:50px;
			width:355px;
		} 
		#app_content_text p {
 			line-height:1.1;
 			padding-bottom:10px;
		 
		}
		#app_content_text ul {
 		 list-style-type:disc;
		 list-style-position:outside;
		padding: 0px 15px;
		 
		}
		#app_content_text ul li {
			padding-bottom:10px;

		}
		
		
		
		#app_content1 { 
		} 

			#appspace_top {
			background-image: url('../images/containers/overview_border_top.png');
		    height:23px;
			position:absolute;
			width:693px;
			left:-30px;
			top:-20px;
			z-index: 10;
		}
		#appspace_bot {
			background-image: url('../images/containers/overview_border_bottom.png');
		    height:30px;
			position:absolute;
			width:693px;
			left:-30px;
			top:358px;
			z-index: 20;
		}		
		#appspace_left {
			background-image: url('../images/containers/overview_border_left.png');
		    height:358px;
			position:absolute;
			width:30px;
			left:-30px;
			top:0px;
			z-index: 30;
		}
		#appspace_right {
			background-image: url('../images/containers/overview_border_right.png');
		    height:358px;
			position:absolute;
			width:30px;
			left:633px;
			top:0px;
			z-index: 40;
		}
		
	